Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/13/04 06:35
Read: times


 
#74133 - RE: serial buffer and MIDI message handling
Responding to: ???'s previous message
Your concept of the circular buffer and method of cracking the MIDI messages seems sound. So what is the issue? I can see no problem of reading a byte at a time out of your circular buffer to construct the message. Or is memory the problem?

Another method is to crack the incoming message in the interrupt routine. You could then store a pointer to the message in a circular buffer.

Normally with MIDI you don't want to introduce too many delays so you want to process the message as fast as you can and pass it on to whatever.

List of 18 messages in thread
TopicAuthorDate
serial buffer and MIDI message handling            01/01/70 00:00      
   RE: serial buffer and MIDI message handling            01/01/70 00:00      
      RE: serial buffer and MIDI message handling            01/01/70 00:00      
   WHy the timer?            01/01/70 00:00      
      RE: WHy the timer?            01/01/70 00:00      
   RE: serial buffer and MIDI message handling            01/01/70 00:00      
      RE: serial buffer and MIDI message handling            01/01/70 00:00      
         RE: serial buffer and MIDI message handling            01/01/70 00:00      
            RE: serial buffer and MIDI message handling            01/01/70 00:00      
               RE: serial buffer and MIDI message handling            01/01/70 00:00      
                  RE: serial buffer and MIDI message handling            01/01/70 00:00      
                     RE: serial buffer and MIDI message handling            01/01/70 00:00      
                        RE: serial buffer and MIDI message handling            01/01/70 00:00      
                           RE: serial buffer and MIDI message handling            01/01/70 00:00      
   RE: serial buffer and MIDI message handling            01/01/70 00:00      
      RE: serial buffer and MIDI message handling            01/01/70 00:00      
         RE: serial buffer and MIDI message handling            01/01/70 00:00      
            RE: serial buffer and MIDI message handling            01/01/70 00:00      

Back to Subject List