Added pass through example for OSX

This commit is contained in:
Syed Haris Ali
2013-12-20 11:38:03 -08:00
parent 16b55a01f1
commit 8b78a50455
20 changed files with 1672 additions and 29 deletions
@@ -138,7 +138,6 @@
self.filePathLabel.text = filePathURL.lastPathComponent;
self.framePositionSlider.maximumValue = (float)self.audioFile.totalFrames;
// Plot the whole waveform
// Plot the whole waveform
self.audioPlot.plotType = EZPlotTypeBuffer;
self.audioPlot.shouldFill = YES;