Evolutionary Computation Laboratory
Evolutionary Computation Laboratory
Let me make a different suggestion. The fundamental problem with the Sysex subsystem at the moment is that it requires transferring the entire data stream as one buffer. Which means...
I like this idea in general but it propagates a weakness in the code with regard to MIDI thru. So far as I can tell -- and I may be...
Ugh, yes, that's an ugly issue. :-(
Hmmm, looks like github's code parser is broken for Whitesmiths. I'm doing an attach here. [parser.zip](https://github.com/FortySevenEffects/arduino_midi_library/files/534680/parser.zip)
On Oct 18, 2016, at 2:21 AM, Francois Best [email protected] wrote: > Have you had a look at this example ? > https://github.com/FortySevenEffects/arduino_midi_library/blob/master/examples/RPN_NRPN/RPN_NRPN.ino Hmmm, that's not part of the distro...
You're correct about the neon values if you're storing them. But there are lots of other things you'd do with them, such as map them to a Sysex output or...
On Oct 18, 2016, at 1:51 PM, Francois Best [email protected] wrote: > However, this data increment convention is very interesting. Do you have references of hardware that use any of...
Well take your time: it's not a high priority to me as I wrote the whole dang thing in C anyway. Sean On Oct 18, 2016, at 1:51 PM, Francois...
I've made some modifications to the parser (not tested yet) which simplifies it, adds a few minor but useful features, and removes some assumptions which aren't necessarily true in practice....
That'll be a long way out. I've got a bunch of other stuff on my plate first. Heck, Gizmo's still using an archaic version of the 47Effects library largely because...