NiCMidi 1.1.0
A MIDI library derived from J.D.Koftinoff jdksmidi
|
Contains the definitions of the classes MIDISequencerTrackState, MIDISequencerState and MIDISequencer. More...
#include "multitrack.h"
#include "matrix.h"
#include "processor.h"
#include "notifier.h"
#include "tick.h"
#include <string>
#include <mutex>
#include <atomic>
Go to the source code of this file.
Classes | |
class | MIDISequencerTrackState |
Stores current MIDI parameters for a sequencer track. More... | |
class | MIDISequencerState |
Stores current MIDI general parameters for a MIDISequencer object, embedding a MIDISequencerTrackState for each track. More... | |
class | MIDISequencer |
A MIDITickComponent which implements a basic sequencer, able to play the MIDI events contained in a MIDIMultiTrack. More... | |
Contains the definitions of the classes MIDISequencerTrackState, MIDISequencerState and MIDISequencer.