sf2player: added support for pitch-bending

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1293 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-07-07 08:34:27 +00:00
parent 98a984b94d
commit 61f2990c19
3 changed files with 20 additions and 1 deletions

View File

@@ -1,5 +1,16 @@
2008-07-07 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* plugins/sf2_player/sf2_player.cpp:
* plugins/sf2_player/sf2_player.h:
added support for pitch-bending
* include/instrument_track.h:
* include/note_play_handle.h:
* src/core/note_play_handle.cpp:
* src/tracks/instrument_track.cpp:
- additionally provide frequency without pitch-wheel
- added instrumentTrack::midiPitch()
* include/instrument.h:
* include/instrument_track.h:
* include/midi_controller.h: