I was trying to get this cheap usb volume control knob to work with USBHost_t36, as a easy "encoder-style" addon where I need it. However ran into constant crashes as soon as I plug it in which I never encountered with other devices. Not sure if...
Forgive a confused old man but what was the recommended process to get the current sample/buffer length, for use with setLoopStart and setLoopEnd? I aimed to set the start/stop as a fraction of the total length.
Also want to mention - I made a...
Well lookee here ... it's yet another Teensy-based synth ... or might be, if I ever finish it. But it says "Blog" in the category heading, so this may serve to stimulate discussion if nothing else, and if I'm moved to do so I can report progress...
On a few T4.1 synth projects I check (device) usb status like this. Not sure if useful for you:
if (!bitRead(USB1_PORTSC1,7)) usbPcStatus = true;
else usbPcStatus = false;