Forum Rule: Always post complete source code & details to reproduce any issue!
-
Senior Member
Closer consecutive Midi in readings
Hi all, my code for an audio sampler (complete code is here: https://github.com/SandroGrassia/Lilla-audio-sampler) reads MIDI every 2.9 ms; I use an object Trigger.h which doesn't send any sound, only receive an update() call every 2.9ms and send an update() call to an object Midi_Reader.h which reads midi-in.
Actually the behave is very good, but I'd like to exeperiment closer consecutive readings, for example every 1.45ms or less but... how could I make an inner "metronome" faster than 2.9ms? Any idea?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules