mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-30 23:49:28 +02:00
Make building without EXPERIMENTAL_MIDI_OUT possible again.
This commit is contained in:
parent
bba9b9986d
commit
bcf21ad0fd
@ -1746,7 +1746,11 @@ int AudioIO::StartStream(const ConstWaveTrackArray &playbackTracks,
|
||||
unsigned int captureChannels = 0;
|
||||
sampleFormat captureFormat = floatSample;
|
||||
|
||||
if (playbackTracks.size() > 0 || midiPlaybackTracks.size() > 0)
|
||||
if (playbackTracks.size() > 0
|
||||
#ifdef EXPERIMENTAL_MIDI_OUT
|
||||
|| midiPlaybackTracks.size() > 0
|
||||
#endif
|
||||
)
|
||||
playbackChannels = 2;
|
||||
|
||||
if (mSoftwarePlaythrough)
|
||||
|
Loading…
x
Reference in New Issue
Block a user