Hey everyone, I just signed up to the forum and read a few of the stickies but I'm in need of some help.
I'm trying to map the LCD output on my NDX-800 to the loop size for the deck. I'm using two CC's on the LCD to display the loop size.
For loop sizes 1, 2, 4, 8, 16, 32: CC71 will display accordingly.
For loop sizes below 1: CC71 will display 1
CC72 will display the denominator (2, 4, 8, 16, 32)
[CC71] - Whole Numbers
[CC72] - Fractional Denominators
At the moment, I'm working on trying to get the denominators to display correctly.
..well before I could finish posting this, I seemed to have figured it out. I had to create a slight overlap for displaying the values otherwise it would send the right value, then overwrite it with a 0. There might be a cleaner way to do this but I'm pretty pleased with how it works.
1/32 loop size
CR: 0 to 0
MR: 16 to 32
inverted + blend
1/16 loop size
CR: 1 to 1
MR: 8 to 16
inverted + blend
1/8 loop size
CR: 2 to 2
MR: 4 to 8
inverted + blend
loop size 1/4
CR: 3 to 3
MR: 2 to 4
inverted + blend
loop size 1/2
CR: 4 to 4
MR: 1 to 2
inverted + blend
loop size 1
CR: 5 to 5
MR: 1 to 2
blend
loop size 2
CR: 6 to 6
MR: 2 to 4
blend
loop size 4
CR: 7 to 7
MR: 4 to 8
blend
loop size 8
CR: 8 to 8
MR: 8 to 16
blend
loop size 16 + loop size 32
CR: 9 to 10
MR: 1
Bookmarks