Jump to content

program change to guitar fx gear controll


Recommended Posts

Posted

hi midiboxers,

i have built a mb64 some time ago. and would like to thank torsten and the commuity once again for the great work. now i like to make a controll box for my guitar fx gear:

"program change" at midi in  -> to a programmable status of 8 relays (16 would be better).

since i am not a programmer i dont know, how i can realize this, since i think the midibox is for realtime apps. i tought, with MIOS it should be possible, but i see no way.

there has to be a memory for every program number witch holds the status of the outputs (relays).

is there a similar projekt around or some suggestions? 

thank you and regards, roman

btw: i tried to get in touch with the assambler code of some midi projekts....  ???

it is hard to go of from zero to code a midi receiver app, i think.  :P

i see the logical flow chart that i need, but i don't know how to adapt it in asm-code... :-[

Posted

i read the forum...  :o :o :o

it sould be possible to send a program change to get a snapshot?

is the snapshot also loads the din out shift registers?

i am getting closer  ;D

Posted
i see the logical flow chart that i need, but i don't know how to adapt it in asm-code...

Don't bother with ASM, use C! This way you cannot alter the mb64 software, but rather develop a new one.

Your task (receiving PRG-CH -> switching DOUT, connected to a relay) is extraordinary easy to implement, as long you are not keen on using bankstick'n'SysexVideoPhoneLANsupport...if you know what I mean ;)

Take a look into the Wiki -> AppDev and on TK's C-page on uCApps!

Cheers,

Michael

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...