I'm playing a polyphonic synth with 12 envelopes. The noise is either on the left or right channel. I'm using A/D/R from 1ms to 12s and sustain 0 to 1. I'm using your envelope as a replacement for the existing one with...
No, it's still there. Significantly, it only occurs on left or right channels, not both at the same time. Also it's polyphonic. I'll try and produce some cut down code.
Hello, I'm giving it a try on a Teensy4.1 based synth. The effect is good and CPU usage doesn't appear much different to me. It's probably exactly what I'm looking for. However, I'm getting noise at irregular times...
Ok, I'm asking because I tried the code in #6 expecting to see the free RAM size change when called during execution, but it stays the same value. I think I'm misunderstanding something. I was hoping to see if available...
It seems intermittent. I can't see a pattern. When Decay level is set to minimum (1ms) and Sustain to zero, I also get a high-pitched artifact too.
Someone else needs to test. Here's a sound file demonstrating this:
...
I'm using AudioSynthWaveformDc for portamento but an exponential response instead of a linear one, that mimics capacitor charge/discharge would be preferable.
It usually varies between 35 and 65%. I don't know what you mean by modes. I'll have a further play. It is intermittent as the sample shows.
WCalvert says in another post It does not have the feature to prevent...
Hello I'm testing it on TSynth using a T4.1. Global variable usage on compile has gone from 279828 bytes (53%) to 312596 bytes (59%) just by including the two files. Using it on both the 12 amp envelopes and 12 filter...