do not crash in patmanInstrument::playNote() when no file is set

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@749 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-03-01 23:44:33 +00:00
parent 1c5c20a8b2
commit 2ca4447e61
2 changed files with 33 additions and 10 deletions

View File

@@ -1,5 +1,16 @@
2008-03-01 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* plugins/patman/patman.cpp:
do not crash in patmanInstrument::playNote() when no file is set
* include/ladspa_control.h:
* src/core/ladspa_control.cpp:
fixed missing tempoSyncKnobModel for not crashing when instantiating
LADSPA-plugins with time-knobs inside
* src/lib/sample_buffer.cpp:
do not set global mixer lock in update() if no data has been set yet
* plugins/patman/patman.cpp:
do not crash when loading settings where no file is set