LDonaldson01 / APFinalProject

0 stars 0 forks source link

DelayLine Issues #2

Open mhamilt opened 2 years ago

mhamilt commented 2 years ago

One of the source code files (named, funnily enough, DelayLine) contains a class that can implement a delay line. The code works completely fine on an application that continually produces audio. I have tried to implement it in my synth class to no avail. The screenshot below shows the code when I attempted to run the delay line.

As you can see, this code should do nothing and the voice should produce the original output as 'delaySample' is never used. However when this voice is triggered, no sound whatsoever is produced. Since this class works fine in other contexts, and the procedure has been followed, this outcome perplexes me.