A short related question regarding the USBHost_t36 lib (awesome!). If I have a configuration like this:
USBHost myusb;
USBHub hub1(myusb);
MIDIDevice midi1(myusb); //Launchpad?
MIDIDevice...
Type: Posts; User: MrCanvas
A short related question regarding the USBHost_t36 lib (awesome!). If I have a configuration like this:
USBHost myusb;
USBHub hub1(myusb);
MIDIDevice midi1(myusb); //Launchpad?
MIDIDevice...
I added a second musical track for more fun. Not sure about internal sound generation but for testing a couple of pwm's work well.
Here is a short demo. Transposing and adjusting note length is...
Hey all,
While other projects are in the "thinking phase" I messed around with the usb host lib and inspired by other Teensy/Launchpad projects put together a rudimentary groovebox/step sequencer....