Update of /cvsroot/audacity/audacity-src/src/effects In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv11472/src/effects
Modified Files: Effect.cpp Log Message: Added the 'portmidi' library (used for MIDI playback) to the repository. Edited AudioIO.cpp to allow for MIDI playback (all changes are wrapped within EXPERIMENTAL_MIDI_OUT). Edited MidiIOprefs.cpp to allow changing MIDI devices via the MIDI preferences panel. Other various MIDI-related bug fixes in portmidi, portsmf, and libscorealign. Index: Effect.cpp =================================================================== RCS file: /cvsroot/audacity/audacity-src/src/effects/Effect.cpp,v retrieving revision 1.78 retrieving revision 1.79 diff -u -d -r1.78 -r1.79 --- Effect.cpp 19 Jun 2009 16:50:20 -0000 1.78 +++ Effect.cpp 24 Jun 2009 20:37:29 -0000 1.79 @@ -562,9 +562,11 @@ playbackTracks.Add(mixRight); // Start audio playing - int token = gAudioIO->StartStream(playbackTracks, recordingTracks, NULL, +#ifdef EXPERIMENTAL_MIDI_OUT + NULL, +#endif rate, t0, t1, NULL); if (token) { ------------------------------------------------------------------------------ _______________________________________________ Audacity-cvs mailing list Audacity-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/audacity-cvs