Hide pitch-bend knob on vibed instrument.

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1672 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-09-21 19:46:43 +00:00
parent 668cc77a47
commit b17bbed325
6 changed files with 44 additions and 9 deletions

View File

@@ -70,6 +70,19 @@
* plugins/stk/mallets/mallets.h:
Add support for pitch bend
* src/tracks/instrument_track.cpp:
* include/instrument_track.h:
- Correctly update instrumentTrackView when changing the instrument plugin
- Add bendable property to hide pitchBend knob for Vibed
* plugins/vibed/vibed.h:
* include/instrument.h:
* src/tracks/instrument_track.cpp:
Hide pitch bend one vibed instrument
* src/gui/setup_dialog.cpp:
Minor layout fix
2008-09-20 Paul Giblock <drfaygo/at/gmail/dot/com>
* plugins/sf2_player/sf2_player.cpp: