mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-07 16:07:44 +02:00
Fix #include
This commit is contained in:
parent
e6d7a72a73
commit
f179de7a82
@ -1546,7 +1546,7 @@ void ControlToolBar::CancelRecording()
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef EXPERIMENTAL_MIDI_OUT
|
#ifdef EXPERIMENTAL_MIDI_OUT
|
||||||
#include "NoteTrack.h"
|
#include "../NoteTrack.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
TransportTracks GetAllPlaybackTracks(TrackList &trackList, bool selectedOnly, bool useMidi)
|
TransportTracks GetAllPlaybackTracks(TrackList &trackList, bool selectedOnly, bool useMidi)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user