Transpose question
I know that there is an example in the gizmo help file about transposing, but my case is different.
I have a speed signal variable for groove~, how would I transpose from there?
Thanks!!
linear (notenumber) to rate (playspeed) conversion (assuming note number 60 is a speed of 1):
[expr exp(0.057762265*($f1-60.))]
Alternatively [mtof @base 1] and 69 will be the reference value.
Max Patch
Copy patch and select New From Clipboard in Max.
Both methods produce a factor that can be multiplied with 0.83
Worshipping the devil? :)
yes, very lame.. thanks a lot!