People Involved 1. Kyle Spratt 2. Baek San Chang 3. Turner Kirk Things Accomplished Made sure that max lab station works Deinterleaved block audio data into two separate pointers to Left and Right Channel data arrays Made a feedback delay Attempted to incorporate FAUST code using the mydsp and dsp tutorial classes (Didn't work) IMPORTANT FINDINGS When compiling the faust code for c++ you need to use the minimal tag like this faust -a minimal.cpp -o output.cpp output.dsp the minimal tag will include any abstract classes in the output.cpp file otherwise only the class in the cpp file will be included if you don't use minimal the compiler will assume you have the abstract class files already in the current directory