Hi Jay, it's a shame that the kickstarter wasn't successful, are there any plans to make these boards available elsewhere?
Type: Posts; User: floretan
Hi Jay, it's a shame that the kickstarter wasn't successful, are there any plans to make these boards available elsewhere?
I found the issue, it was related to a missed compilation warning: invalid conversion from 'uint8_t {aka unsigned char}' to 'const uint8_t* {aka const unsigned char*}'
Casting the parameter before...
I tried to narrow down the issue with short and simple SysEx messages, here's what I got.
Sending an empty message sends the SysEx start byte F0 (see...
I'm getting similar issues trying to send SysEx messages to a Novation Launchpad X. I can send and receive notes fine, but I can't get SysEx messages to work. When I run this code with debugging...
Short version:
I was able to fix the problem by pulling one of the keybed connections low by attaching it to an output pin on the teensy rather than ground.
Slighty longer version:
I couldn't...
I am building a new version of my teensy-based synth (here's v1: https://www.youtube.com/watch?v=MxDHKpysxYs), and I'm having some issues with keypresses when four or more keys are pressed at the...
I had an unsuccessful go at this a few months ago, the goal was to be able to detune samples for a sample-based keyboard.
Reading from SD card is independent from playing audio, but the code for...
I have a teensy-based synth project (see https://www.youtube.com/watch?v=MxDHKpysxYs for a demo of the work in progress, since then I added a monophonic/polyphonic/arpeggiator mode selector), and as...
Looking at the code on github the functionality has apparently been added: https://github.com/PaulStoffregen/cores/search?utf8=%E2%9C%93&q=setHandleRealTimeSystem, but it would be great to update the...
I've integrated the Teensy 2.0 into a midi controller pedal project. When I connect the device to a computer the device name is indicated as "Teensy 2.0", is there a way to rename it to something...