mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-21 16:11:11 +01:00
Previous version did not compile on OS X due to confusion between USE_MIDI and EXPERIMENTAL_MIDI_OUT and some missing includes that didn't bother Visual C++. This revision fixes OS X builds.
This commit is contained in:
@@ -22,6 +22,7 @@ effect that uses SoundTouch to do its processing (ChangeTempo
|
||||
#include "../Project.h"
|
||||
#include "SoundTouchEffect.h"
|
||||
#include "TimeWarper.h"
|
||||
#include "NoteTrack.h"
|
||||
|
||||
bool EffectSoundTouch::ProcessLabelTrack(Track *track)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user