joshnishikawa

Results 10 comments of joshnishikawa

The most recent update fixes the decimal point.

This is the place. Unfortunately, this library only makes use of the underlying usbMIDI architecture of the Teensy core library. A lot of the functionality could definitely be used on...

Sorry for the extremely late reply. Yeah, 3.x isn't officially released yet because I want to iron a few things out. The latest version can still be downloaded from github....

As of 2.8.8 there is an updated MIDIenc example that shows how to set up an encoder to send PROGRAM_CHANGE instead of CC#. There is also an updated MIDIswitch example...

Sorry, that's from something completely unrelated that I just (incompletely) removed. Now that it's completely gone, there's version 3.8.8 (see the README for breaking changes). As for the warnings about...

No prob. The warnings about comparing signed and unsigned integers are nothing to worry about. I use -1 to indicate that nothing is happening since a value of 0 would...

> MIDIdrum toggle was a bit strange in that it was outputting a ton of different MIDI notes other than what was designated in the sketch. Okay, there was a...

> I got the warning below which looked like i was trying to access a parameter that was private ? ( sensitivity ) Sorry, I changed it to `setSensitivity()`. That...

You have to use a triple backtick followed by a newline. \`\`\` ``` code here ``` \`\`\`

This is weird. I'm sure I posted a reply to this but now it's not here. > I did notice that the version number still showed 3.1.0 Thanks for that....