<div dir="ltr"><div><div>I just discovered this!<br></div>It looks like it shipped with extended?<br></div><div>Also looks like it is in Max?<br><br></div><div>This thing is awesome because it solves a problem I often have<br></div><div>with LFO wave-shaping. <br></div><div><br></div><div>I have an LFO like [osc~ 3] which has a range of (-1, 1). <br></div><div>I want to be able to use this to represent a frequency scaler.<br></div><div><br>So let's say that +1 is like +1VDC @ 1VDC/octave <br></div><div>(like a modular synth).  So +1 is like 12 semitones up (octave)<br></div><div>and -1 is like 12 semitones down. <br><br></div><div>However this seems really complicated to take a sine wave<br></div><div>with a range -1,1 and scale that to 0.5,2 to represent a frequency<br></div><div>scalar. (f * 0.5 = one octave down, f * 2 = one octave up). <br></div><div><br></div><div>if V~ is your LFO voltage value (input) and<br>you want to generate your voltage-scalar S~:<br>Then it's something like <br><br></div><div><b>S~ = (2^(1/12)) ^ (V~ * 12)<br></b><br></div><div>This can be done with an [expr~] or with some math~, <br></div><div>but it seems cumbersome to me.<br><br></div><div>But if I can convert a (float) MIDI value to frequency value, <br><i><b>at signal rate</b></i>, then I can simply ADD my ordinary [osc~ 3] LFO <br>(and also linear Bend-value) and i'm done. <br><br></div><div>(I think of this signal-rate "voltage" representing frequency <br></div><div>to be actually like<b> F~ = MIDIval + LFO~ + Bend)<br></b></div><div><br></div><div>This is so handy, I would like to ask that [mtof~] be added to Vanilla<br></div><div>(if it's not already there) or maybe Alexandre can report <br>if it is in his new Cyclone?<br><br></div><div>Thanks,<br></div><div>BH<br></div><div><br><br></div><div><div><div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr">--<br>
May you, and all beings<br>
be happy and free from suffering :)<br>
-- ancient Buddhist Prayer (Metta)<br></div></div></div></div>
</div></div></div></div>