mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 14:32:58 +02:00
Make EXPERIMENTAL_MIDI_OUT compilable, but it doesn't link
This commit is contained in:
@@ -18,11 +18,18 @@
|
||||
#include "Experimental.h"
|
||||
|
||||
#ifdef USE_MIDI
|
||||
|
||||
#ifdef EXPERIMENTAL_MIDI_OUT
|
||||
#include "portmidi.h"
|
||||
#include "porttime.h"
|
||||
#include "allegro.h"
|
||||
|
||||
#include <vector>
|
||||
class NoteTrack;
|
||||
using NoteTrackArray = std::vector < NoteTrack* >;
|
||||
|
||||
#endif // EXPERIMENTAL_MIDI_OUT
|
||||
|
||||
#endif // USE_MIDI
|
||||
|
||||
#if USE_PORTMIXER
|
||||
|
Reference in New Issue
Block a user