Kvetch Posted May 18, 2012 Report Posted May 18, 2012 Hi folks, I am trying to program one of my cores to store and manipulate program change messages from my Electribe. Ive written the software but then I get an error Ive never seen before when I try to 'make'. Heres a screen shot: It seems something to do with an included pic18f452.h file somewhere, but Im rather a noob at programming and dont know what Im looking for! Any help is much appreciated :ahappy:Just an update, its something to do with the code TK gave me for forwarding recieved realtime messages. Ive no doubt put the code he gave me in the wrong place or something. Heres what he gave me in another thread: ///////////////////////////////////////////////////////////////////////////// // This function is called by MIOS when a MIDI byte has been received ///////////////////////////////////////////////////////////////////////////// void MPROC_NotifyReceivedByte(unsigned char byte) __wparam { if( byte >= 0xf8 ) MIOS_MIDI_TxBufferPut(byte); } Ill keep working on itOK Im officially an idiot, I put the code TK gave me in totally the wrong place even though he made it perfectly clear. All is well!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now