Jump to content

Floorboard Midi Change


Recommended Posts

Posted

I have a very limited knowledge of midi but would like to know if there is some way to adapt the Floorboard design to allow for note on / note off messages instead of program change messages. I have an Echoplex Digital Pro and would like to build the Floorboard to use with it.

Posted

Hi,

what you ask for is more than easy for you to do.

The floorboard code is written for both note on-off and CC# messages!

You just have to edit main.asm and change:

#define USED_AS_KEYBOARD

to 1

then of course you have to re-compile it with mpasm and then burn the pic with the new .HEX

uclaros

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...