CFugue
|
Plays the role of a pseudo MIDI Timer for MIDI Sequencer More...
#include <MidiTimer.h>
Public Types | |
typedef std::chrono::steady_clock::time_point | TimePoint |
typedef std::chrono::milliseconds | Duration |
Static Public Member Functions | |
static TimePoint | Now () |
static void | Sleep (unsigned long ms) |
Plays the role of a pseudo MIDI Timer for MIDI Sequencer
Definition at line 21 of file MidiTimer.h.
typedef std::chrono::milliseconds CFugue::MidiTimer::Duration |
Summary> Returns current time point for MIDI Sequencing. It is usually measure as the time elapsed since epoch. Taking the difference of two consequent calls of this gives the elapsed time for MIDI.
Definition at line 25 of file MidiTimer.h.
|
static |
Summary> Causes the calling thread to sleep
ms | sleep duration (in milli-seconds) /Summary> |
Definition at line 33 of file MidiTimer.h.
CFugue, the C++ Music Programming Library | © Copyright 2009 Cenacle Research India Private Limited | Gopalakrishna Palem |