roman Posted October 16, 2006 Report Posted October 16, 2006 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, romanbtw: 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. :Pi see the logical flow chart that i need, but i don't know how to adapt it in asm-code... :-[ Quote
roman Posted October 16, 2006 Author Report Posted October 16, 2006 i read the forum... :o :o :oit 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 Quote
audiocommander Posted October 17, 2006 Report Posted October 17, 2006 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.