improved MIDI-support

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@429 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2006-11-19 22:25:03 +00:00
parent 43d119d21e
commit d537337cb0
9 changed files with 108 additions and 9 deletions

View File

@@ -1,3 +1,20 @@
2006-11-19 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* plugins/vst_base/lvsl_server.c:
proper handling of pitch-bend-events
* plugins/vestige/vestige.h:
* plugins/vestige/vestige.cpp:
handle MIDI-events by forwarding them to VST-plugin
* include/instrument.h:
* src/tracks/instrument_track.cpp:
if supported by according instrument, it now can handle all incoming
MIDI-events (except Noteon and Noteoff)
* src/midi/midi_alsa_seq.cpp:
more complete implementation of MIDI-event-handling
2006-11-15 Javier Serrano Polo <jasp00/at/terra/dot/es>
* include/audio_alsa.h: