NiCMidi 1.1.0
A MIDI library derived from J.D.Koftinoff jdksmidi
|
Contains the definition of the MIDITimer class and some other typedef related to MIDI timing. More...
#include <chrono>
#include <thread>
#include <atomic>
Go to the source code of this file.
Classes | |
class | MIDITimer |
A static class which provides the timing required for MIDI playback, using the C++11 <chrono> methods. More... | |
Typedefs | |
typedef unsigned long long | tMsecs |
The type of a variable which can hold the elapsed time in milliseconds. More... | |
typedef void() | MIDITick(tMsecs, void *) |
This is the typedef of the callback functions which are called at every timer tick. More... | |
Contains the definition of the MIDITimer class and some other typedef related to MIDI timing.