fixed lot of issues in MIDI-import-filter and added support for tempo-change-events

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@497 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2007-07-23 21:52:02 +00:00
parent 6b89322a7c
commit 41eccc8bf8
9 changed files with 211 additions and 62 deletions

View File

@@ -1,3 +1,29 @@
2007-07-23 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* plugins/midi_import/midi_import.h:
* plugins/midi_import/midi_import.cpp:
- when adding notes to pattern *never* let them be quantized - fixes
bug where notes of imported MIDI-files were not where they should have
been
- added support for tempo-change-events by modifying
automation-pattern of tempo-knob of track-container (if such exists)
- import track-names
- proper handling of time-base, -division etc.
* include/midi.h:
added midiMetaEvents-enum
* include/song_editor.h:
* include/track_container.h:
* src/core/song_editor.cpp:
added virtual tempoAutomationPattern()-method which returns
automation-pattern of tempo-object (i.e. bpmSpinBox) if such exists
for a certain track-container
* include/automation_pattern.h:
- added non-const version of object()-method
- made lot of other methods const
2007-07-21 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* include/mixer.h: