* set hand-cursor for instrument-track-window button

* in instrumentTrack::processInEvent() lock mixer in outer branch



git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1282 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-07-05 23:26:35 +00:00
parent 6ed33b3241
commit 557e0e1ee2
3 changed files with 51 additions and 23 deletions

View File

@@ -1,5 +1,29 @@
2008-07-05 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* include/instrument_track.h:
* src/tracks/instrument_track.cpp:
- set hand-cursor for instrument-track-window button
- in instrumentTrack::processInEvent() lock mixer in outer branch
* include/instrument.h:
added note for scheduled removal of monophonic-property
* include/note_play_handle.h:
made m_released volatile
* src/core/note_play_handle.cpp:
- instantly exit noteOff() if already released
- manually unlink references to itself in instrumentTrack (fixes
segfaults in various situations)
* src/core/envelope_and_lfo_parameters.cpp:
* src/core/instrument_functions.cpp:
* src/core/ladspa_control.cpp:
fixed tempo-sync-models (closes #2010776)
* src/core/mixer.cpp:
cleanups
* src/tracks/automation_track.cpp:
made muting automation-tracks work (closes #2010770)