Recent content by pianomarten

  1. P

    Footsy - Teensy 2 based MIDI foot pedal controller

    I don't understand. Do I need the rising edge too? Like this: if (button0.risingEdge()) { usbMIDI.setHandleControlChange(03, 0, channel); //cc03 } if (button1.risingEdge()) { usbMIDI.setHandleControlChange(64, 0, channel); //cc64 } ...Or should i just change falling to rising? Sorry for...
  2. P

    Footsy - Teensy 2 based MIDI foot pedal controller

    Thanks for your answers. I have done the blink programming so I know it is working. I think I'll skip the sysex for now. I want to have only 2 foot pedals. One for changing patch in MainStage (cc04 or 03) and one for sustain pedal on cc64 can I do a program like these? Is this totally wrong...
  3. P

    Footsy - Teensy 2 based MIDI foot pedal controller

    Hi! I am going to build one of theese. I have a Teensy 3.1 on its way but I have never programmed. So is it possible to get some help? How do I start? Can I download the program/ code? What program do I need? Is it possible to do this with a Mac? (I have both) Best Regards/ Mårten
Back
Top