re-enabled WinMM MIDI

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1587 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-09-08 09:57:37 +00:00
parent 947ff586ad
commit 2ccbbae6ee
2 changed files with 11 additions and 3 deletions

View File

@@ -1,3 +1,12 @@
2008-09-08 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* src/core/mixer.cpp:
re-enabled WinMM MIDI
* include/midi_winmm.h:
* src/core/midi/midi_winmm.cpp:
create separate thread for WinMM MIDI
2008-09-08 Paul Giblock <drfaygo/at/gmail/dot/com>
* plugins/sid/logo.png:
@@ -36,7 +45,7 @@
* plugins/papu/papu_instrument.cpp:
* plugins/CMakeLists.txt:
- Add Csaba and Attila's GameBoy emulator so it can be tested in RC1
- Update artwork to something not trademarked. "Freeboy" is just for now.
- Update artwork to something not trademarked. "Freeboy" is just for now
2008-09-07 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>