made note-detuning-automation work by making automationPatterns also work without a parent-track and writing a generic inlineAutomation-class

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1185 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-06-28 10:06:54 +00:00
parent ed1e9c68fe
commit 88971109d0
12 changed files with 217 additions and 44 deletions

View File

@@ -1,3 +1,26 @@
2008-06-28 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* include/automation_editor.h:
fixed node-name
* Makefile.am:
* include/automation_pattern.h:
* include/detuning_helper.h:
* include/inline_automation.h:
* include/note_play_handle.h:
* src/core/automation_pattern.cpp:
* src/core/inline_automation.cpp:
* src/core/note.cpp:
* src/core/note_play_handle.cpp:
* src/core/track.cpp:
* src/gui/piano_roll.cpp:
made note-detuning-automation work by making automationPatterns also
work without a parent-track and writing a generic inlineAutomation-class
* src/gui/file_browser.cpp:
fixed crash when encountering invalid samplePlayHandle while
previewing (closes #2004875)
2008-06-27 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* include/instrument_track.h: