using a power in teensy gui.

Status
Not open for further replies.

thedreiskre

Active member
I am trying to implement portamento to a synthesizer, the formula for doing so is (interpolating value) ^ ((semitone difference)/12). I am trying to use this with the waveformMod node and using an envelope to generate the interpolating value (between 0 and 1). However, i can't find a way to use a power within the gui. Is there a way that i could a) read the value from the envelope, use a power on it in my code, then use it to control the amplitude of a dc or b)use a power within the ui and then plug straight into waveformMod.
 
Status
Not open for further replies.
Back
Top