1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-26 07:10:09 +01:00

Fixed MIDI playback on Linux. Still need configure files for libscorealign and portmidi. (I tweaked makefiles by hand to build and test with EXPERIMENTAL_MIDI_OUT and EXPERIMENTAL_SCOREALIGN.) Also, I updated portmidi files, including some bug fixes from the portmidi project.

This commit is contained in:
rbdannenberg
2010-10-01 17:59:18 +00:00
parent 576dfe6653
commit 6fa857c3ae
39 changed files with 375 additions and 5373 deletions

View File

@@ -15,6 +15,9 @@ of PortMidi, so these files may be out-of-date or have other problems.
Feel free to submit updates or discuss the possibility of maintaining
these or some equivalent files for MinGw.
Update, 20 Sep 2010: CMake supports Code::Blocks in conjunction with
MinGW.
Roger Dannenberg
18-Oct-2008

View File

@@ -0,0 +1,8 @@
Old code was removed from this directory because CMake provides an
up-to-date way to use MinGW. See portmidi/pm_mingw/README-MINGW.txt.
Roger Dannenberg
20-Sep-2010

View File

@@ -1,3 +0,0 @@
The file SConstruct comes from Michael Gogins (24 Oct 2008). Although
not currently maintained or tested (volunteers welcome!), this might
be useful for anyone with MinGW/MSys installed. -RBD