when connecting object to automation-pattern which has no object connected yet, set default-value (closes #2026102)

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1385 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-07-27 18:13:25 +00:00
parent a4caab6fe7
commit a4b2aa28c4
3 changed files with 25 additions and 4 deletions

View File

@@ -1,5 +1,15 @@
2008-07-27 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* include/instrument_track.h:
* src/tracks/instrument_track.cpp:
reverted previous change of some models from floatModel to intModel as
it caused crashes in knob-class
* include/automation_pattern.h:
* src/core/automation_pattern.cpp:
when connecting object to automation-pattern which has no object
connected yet, set default-value (closes #2026102)
* plugins/vst_base/CMakeLists.txt:
added missing support for out-of-tree builds