1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-15 16:14:11 +02:00

Fix compile --without-midi

This commit is contained in:
BusinessmanProgrammerSteve 2010-09-19 17:32:03 +00:00
parent 639c8dbfb9
commit b016dc8386

View File

@ -15,10 +15,11 @@
#include "Audacity.h"
#include "Experimental.h"
#include "Track.h"
#include "allegro.h"
#if defined(USE_MIDI)
#include "allegro.h"
// define this switch to play MIDI during redisplay to sonify run times
// Note that if SONIFY is defined, the default MIDI device will be opened
// and may block normal MIDI playback.