NiCMidi 1.1.0
A MIDI library derived from J.D.Koftinoff jdksmidi
tick.h File Reference

Contains the definition of the pure virtual class MIDITickComponent. More...

#include <atomic>
#include <mutex>
#include "timer.h"

Go to the source code of this file.

Classes

class  MIDITickComponent
 A pure virtual class implementing an object which has a callback procedure to be called at every tick of a MIDITimer. More...
 

Enumerations

enum  tPriority {
  PR_FIRST , PR_PRE_SEQ , PR_SEQ , PR_POST_SEQ ,
  PR_LAST
}
 

Detailed Description

Contains the definition of the pure virtual class MIDITickComponent.