Mercurial > hg > beaglert
diff core/Midi.cpp @ 184:9108a0a34cb8
Better(non ideal) monophonic behaviour of the basic midi implementation. Would require to remember what notes are being held down and release either the most recent or low/high priority.
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Sun, 17 Jan 2016 21:56:13 +0000 |
parents | 391ad036557d |
children | b3a306da03e0 |
line wrap: on
line diff
--- a/core/Midi.cpp Fri Jan 15 23:48:08 2016 +0000 +++ b/core/Midi.cpp Sun Jan 17 21:56:13 2016 +0000 @@ -37,7 +37,6 @@ void Midi::midiInputLoop(){ printf("Midi input loop %d\n", objAddrs.size()); for(unsigned int n = 0; n < objAddrs.size(); n++){ - printf("In the for\n"); objAddrs[n] -> readInputLoop(); } }