02-05-2026, 10:58 PM
Hi I have tried to moddify the global BPM With the following mapping.
This results in a BPM range from 8 - 24 BPM not the expected 60 to 192 range.
The Range command outputs my expected 60 to 192 in decimal. I also tried to write to a variable first and then send it to the GLOB TMPO but the same issue.
What do I do wrong? Is there a logic error i dont see or is it a potential Bug?
Best Regards
Code:
| 00 | ---- | ---- | ---- |>| ---- | ---- | ---- |
| 01 | ---- | ---- | ---- |>| ---- | ---- | ---- |
| 02 | GLOB | BPM | ---- |>| ---- | ---- | ---- | Not needed (just placeholder)
| 03 | ---- | ---- | ---- |>| ---- | ---- | ---- |
| 04 | MCC | TC1 | # 35 |>| SETV | V C | ---- | Read CC35
| 05 | ---- | ---- | ---- |>| ---- | ---- | ---- |
| 06 | VAR | RW06 | #03C |>| ---- | ---- | ---- | Set row 6 to Value 60 in decimal
| 07 | VAR | RW07 | #0C0 |>| ---- | ---- | ---- | Set row 7 to value 192 in decimal
| 08 | VAR | # C | SRC |>| ---- | ---- | ---- | References C for followup range command
| 09 | GLOB | RNGE | 06|07|>| GLOB | TMPO | ---- | sets the BPM range from 60BPM to 192BPM
| 0A | ---- | ---- | ---- |>| ---- | ---- | ---- |
| 0B | ---- | ---- | ---- |>| ---- | ---- | ---- |This results in a BPM range from 8 - 24 BPM not the expected 60 to 192 range.
The Range command outputs my expected 60 to 192 in decimal. I also tried to write to a variable first and then send it to the GLOB TMPO but the same issue.
What do I do wrong? Is there a logic error i dont see or is it a potential Bug?
Best Regards

