Search found 3 matches
- 23 May 2012 07:06
- Forum: Projects
- Topic: WIP: Multi-Ribbon
- Replies: 3
- Views: 2826
WIP: Multi-Ribbon
Hi everyone, I wanted to post a preliminary version of my first release. This is in effect a 2-dimensional (quasi 3 dimensional) multitouch ribbon controller. There are some planned features yet left to implement: Continuum mode emulation Accelerometer based velocity input Scales (MIDI space is ...
- 10 Apr 2012 07:48
- Forum: General Discussion
- Topic: Can't get arraytostring() to work as advertised...
- Replies: 3
- Views: 1243
Re: Can't get arraytostring() to work as advertised...
Working function: MIDI2Str(val): decl key_strs1 = { 0x43, 0x43, 0x44, 0x44, 0x45, 0x46, 0x46, 0x47, 0x47, 0x41, 0x41, 0x42 }; decl key_strs2 = { 0x20, 0x23, 0x20, 0x23, 0x20, 0x20, 0x23, 0x20, 0x23, 0x20, 0x23, 0x20 }; decl num_strs1 = { 0x2d, 0x2d, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20 ...
- 05 Apr 2012 09:52
- Forum: General Discussion
- Topic: Can't get arraytostring() to work as advertised...
- Replies: 3
- Views: 1243
Can't get arraytostring() to work as advertised...
Does anyone know what I'm doing wrong here? the output seems to only be the first element of the array and not a concatenation of all the elements. I'm sure it's something stupidly simple, but I just am not seeing the problem. Thanks, -Eric MIDI2Str(val): decl num_strs = { '-2', '-1', '0', '1', '2 ...