Hello, Im trying to make my tempo have a narrower range. If Im using a regular LFO/Sine set to 0 - its range is about 12bpm and 516bpm. How do I make this range much shorter.. perhaps a HP and LP somehow? Much thanks,
Want BPM tempo range
jaffasplaffa
#2
You can use a shift object to limit the range of the knob input. You need either the >> or the << object. Sorry I don't remember which one of them limits the range and which one expands the range. Try and see what works the right way.
Nosnibor
#3
I'd use first a math/*c to reduce the range of the knob signal (e.g. from 0...64 to 0...35), then math/+c to shift the range (e.g. from 0...35 to 10...45).
Edit: Actually you don't need the math/+c, as you can shift the range directly at the oscillator.