* fixed crash when changing mode of midiPort

* various small improvements



git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1446 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-08-20 10:32:18 +00:00
parent 15133bd773
commit 9148bec609
3 changed files with 33 additions and 26 deletions

View File

@@ -1,3 +1,14 @@
2008-08-20 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* src/core/midi/midi_alsa_seq.cpp:
* src/core/midi/midi_port.cpp:
- fixed crash when changing mode of midiPort
- various small improvements
* include/instrument_track.h:
* src/core/note_play_handle.cpp:
made midiPort of instrumentTrack accessible via getMidiPort()
2008-08-19 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* plugins/sf2_player/sf2_player.cpp: