I am working on a piece of software which I compile using this command in Terminal:
gcc -framework Foundation -framework AudioToolbox Main.m Buffer.m WavFileReader.m WavFileCreator.m LowPassFilter.m Snippet.m Blender.m EffectsFilter.m -o /Users/ericbrotto/Desktop/audio
I then run the executable also via Terminal.
How can I do this from an Xcode project using the Run button which builds and run applications.