Search results

  1. P

    Can't Get Ardunio Mega to Recognize Buttons

    OK, I wrote this test code to try and figure out why my Ardunio Mega won't recognize buttons in a much larger code block I've developed. Any idea how to make this work? If so, I can use the principals to get my larger code to work. Many, many thanks for everyone's help! #include <Wire.h>...
  2. P

    Library Problems?

    Thank you - that did it!
  3. P

    Library Problems?

    OK - The code looks good to me - I'm trying to build a midi controller but get compiler problems. The libraries are all installed. But I get these complier errors: /Users/Family/Documents/Arduino/Complex_Midi_Controller/Controller_Design_NOT_WORKING/Controller_Design_NOT_WORKING.ino: In...
  4. P

    Teensy 4.1 and Serial Midi Output

    So i adjusted the Baud rate as suggested and it works! :D Many thanks for your help!
  5. P

    Teensy 4.1 and Serial Midi Output

    Thanks. I wrote out the connections incorrectly.... Pin 14 ------> 47 ohm -----> pin 5 of midi 5 pin din. However, I am reading 5v on pin 5 of the din connection that comes from pin 14 on the Arduino. So not sure what's going on there.....
  6. P

    Teensy 4.1 and Serial Midi Output

    I built a Midi controller using a Teensy 4.1 using USB output to control one of my midi devices. I would now like to add Midi control using the serial3 output. I have written the following script - buttons are dedicated to sending a Midi CC signal (via USB and work perfectly). I have also...
Back
Top