Hi,
I'm trying to get an upward moving straight line (a phasor as the subject indicates) from an [osc~].
I've built a patch that does this, but the frequency is rather restricted. Here it is in ASCII
[0\ <--frequency
|\
| \
| \
| \
| [expr 512 / pow(2, ($f1 - 1))]
| |
| [set $1(
| |
| [block~] <--set block size so you get bangs with [bang~] at an appropriate rate
|
[epxr 10.75 * pow(2, ($f1 - 1))]
|
| [bang~] <--bang so you get 1/4 of the sine
| |
| [0.5(
| |
[osc~]
|
[expr~ ((asin($v1) / pi) + 0.5) * 4]
Any other ideas as to be able to get float number frequencies? Cause now the decimal numbers in between all integers get higher that 1.
Thanks,
Alexandros