Possible to change tempo type (dotted8th, quarter 8th)

deadletter said:
Is it possible to change the type of tempo with a midi CC?

Cheers!

No. I change the tempo by sending SYSEX-commands.

DELAY1 TEMPO L NONE F0 00 00 7D 00 02 00 07 09 00 00 00 01 F7
DELAY1 TEMPO L 1/4 F0 00 00 7D 00 02 00 07 09 00 06 00 01 F7
DELAY1 TEMPO L 1/4T F0 00 00 7D 00 02 00 07 09 00 07 00 01 F7
DELAY1 TEMPO L 1/8D F0 00 00 7D 00 02 00 07 09 00 08 00 01 F7
DELAY1 TEMPO L 1/8 F0 00 00 7D 00 02 00 07 09 00 09 00 01 F7
DELAY1 TEMPO R NONE F0 00 00 7D 00 02 00 07 0D 01 00 00 01 F7
DELAY1 TEMPO R 1/4 F0 00 00 7D 00 02 00 07 0D 01 06 00 01 F7
DELAY1 TEMPO R 1/4T F0 00 00 7D 00 02 00 07 0D 01 07 00 01 F7
DELAY1 TEMPO R 1/8D F0 00 00 7D 00 02 00 07 0D 01 08 00 01 F7
DELAY1 TEMPO R 1/8 F0 00 00 7D 00 02 00 07 0D 01 09 00 01 F7
 
+1
But it would be nice if we could assign a CC to change these.
Same for any parameter you can't assign a modifier to now.
With a disclaimer stating that this might give some strange results if you were to control these with a continuous controller ;-)
 
One thing you can do is to use a stereo delay with the L and R set to different tempo subdivisions and use a controller to switch between them. I've thought about doing it, but it was never really that big of a need for me. I still might one of these days if I'm hurting for CPU, but until then...

D
 
This is a excel-file with all the sysex info I've found so far.
 

Attachments

  • Sysex.zip
    200.5 KB · Views: 20
Thanks for that sysex file. I just got a LF Jr. footcontroller and am starting to realize just how cool some of the things I can do with it are. Having those sysex strings opens up a whole world of possibility with the LF and Axe.

Mike
 
Back
Top Bottom