TEE1010 - Part 9 MIDI Controller - A FCB1010 rebuild with a Teensy 4.1

Back to the Future!
In this video I add what I took away - MIDI controller functionality.

The main changes are:

  • MIDI Messages are stored individually and can be assigned to any foot switch on any bank.
  • A message can be CC, PC or Note on.
  • More flexibility as each pedal in each bank can have from 1 to 120 messages. Mind you there are only a total of 120 messages possible, so why you would want to assign 120 to one foot switch is beyond me. But you can!
  • 20 different Expression Pedal assignments, that can be used in whatever bank you want to.
  • Edit messages easily on the screen.
  • Only 8 pedals can be used. :frowning:

Happy to answer questions or get advice…

5 Likes

Code Link:
https://github.com/ExpensiveNotes/TEE1010/blob/main/TEE1010_FCB1010_Mod_With_Teensy4_1_2_Part_9_MIDI_Contoller_3

3 Likes

John, this is awesome work! I love your videos showing all the different things you’re doing :slight_smile:

2 Likes

Thanks Oliver. Much appreciated!

2 Likes