At a crossroads - MIDI out (serial) from asm.
__red__
Posts: 470
(Sorry, I posted this in the wrong forum earlier - moved.)
Greetings!
In the interests of full disclosure I've been writing in pasm for about a week or two so I'm still pretty green. Please don't laugh too hard at my code:
https://github.com/redvers/isokeyboa...er/isoasm.spin
I believe I have all my logic working now so I just need to write my MIDI output code where I put the debug NOPs in.
I know that MIDI output is simply serial out - awesome. However, I look at all the serial output code on obex I just don't understand how I'm meant to call it from my pasm if I'm supposed to at all.
So, what is the appropriate way to utilize code re-use in pasm?
Calling an Object or cut and paste?
Any other advice welcome btw.
Thanks,
Red
Greetings!
In the interests of full disclosure I've been writing in pasm for about a week or two so I'm still pretty green. Please don't laugh too hard at my code:
https://github.com/redvers/isokeyboa...er/isoasm.spin
I believe I have all my logic working now so I just need to write my MIDI output code where I put the debug NOPs in.
I know that MIDI output is simply serial out - awesome. However, I look at all the serial output code on obex I just don't understand how I'm meant to call it from my pasm if I'm supposed to at all.
So, what is the appropriate way to utilize code re-use in pasm?
Calling an Object or cut and paste?
Any other advice welcome btw.
Thanks,
Red
Comments