Is there a way to midi map BPM dividers and multipliers with pango script

Jay Huleatt

New Member
Much like the way I set up my lighting punt page, I would love to be able to have a way to divide or multiply my tap tempo BPM using either a fader or a series of dedicated buttons when punting. This is probably a stretch, but If it was possible my preferred method would be a fader that divided in multiples of 2 from zero to 16 times, and would the inversibility to divide up to 1/16th
 
Button wise is the simplest:

Code:
setbpm master.BPM /2

Devides BPM by 2

Code:
setbpm master.BPM *4

Multiplies BMP by 3
 
Back
Top