mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 17:09:26 +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;
|
unsigned int captureChannels = 0;
|
||||||
sampleFormat captureFormat = floatSample;
|
sampleFormat captureFormat = floatSample;
|
||||||
|
|
||||||
if (playbackTracks.size() > 0 || midiPlaybackTracks.size() > 0)
|
if (playbackTracks.size() > 0
|
||||||
|
#ifdef EXPERIMENTAL_MIDI_OUT
|
||||||
|
|| midiPlaybackTracks.size() > 0
|
||||||
|
#endif
|
||||||
|
)
|
||||||
playbackChannels = 2;
|
playbackChannels = 2;
|
||||||
|
|
||||||
if (mSoftwarePlaythrough)
|
if (mSoftwarePlaythrough)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user