1
0
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:
rbdannenberg
2010-10-28 21:22:14 +00:00
parent f274c9fb2b
commit 92950e22fd
3 changed files with 7 additions and 4 deletions

View File

@@ -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)
{