ssj71 / OSC2MIDI

A highly flexible and configurable OSC to JACK MIDI (and back) bridge
GNU General Public License v3.0
46 stars 7 forks source link

range too small for loop pair index #13

Closed agraef closed 9 years ago

agraef commented 9 years ago

Found one more. Testing the generated TouchOSC maps keeps shaking out the bugs...

ssj71 commented 9 years ago

could make it an unsigned int for even more pairs :)

agraef commented 9 years ago

I'd say that 2147483647 pairs ought to be enough for anyone. ;-)

All the preinstalled TouchOSC layouts work fine now. Some of these are pretty big (hundreds of rules), that's how I ran into this bug.

Gotta get some sleep now, I'll commit the generated omms tomorrow morning.