* fixed cloning of automation-patterns (closes #2102218)

* allow dropping automation patterns onto existing automation patterns



git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1618 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-09-16 22:32:25 +00:00
parent 84ab700f9c
commit 9d3b506415
3 changed files with 22 additions and 6 deletions

View File

@@ -1,5 +1,10 @@
2008-09-16 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* src/core/track.cpp:
* src/core/automation_pattern.cpp:
- fixed cloning of automation-patterns (closes #2102218)
- allow dropping automation patterns onto existing automation patterns
* src/core/project_journal.cpp:
improved usage of random number generator (closes #2109211)