NiCMidi 1.1.0
A MIDI library derived from J.D.Koftinoff jdksmidi
|
Files | |
file | advancedsequencer.h [code] |
Contains the definition of the classes MIDISequencerTrackProcessor and AdvancedSequencer. | |
file | driver.h [code] |
Contains the definition of the classes MIDIOutDriver and MIDIInDriver, used by the library to communicate with hardware MIDI ports. | |
file | dump_tracks.h [code] |
Contains the definition of some helper functions which can be useful for debugging purposes. | |
file | fileread.h [code] |
Contains the definition of the classes MIDIFileEventHandler and MIDIFileReader and of the struct MIDIFileHeader; the first two are low level objects used by the MIDIFileReadMultiTrack for loading MIDI files, and are not documented. | |
file | filereadmultitrack.h [code] |
Contains the definition of the class MIDIFileReadMultiTrack, used for loading MIDI files, plus some related function. | |
file | filewrite.h [code] |
Contains the definition of the class MIDIFileWiter; this is a low level object used by the MIDIFileWriteMultiTrack for saving MIDI files, and is not documented. | |
file | filewritemultitrack.h [code] |
Contains the definition of the class MIDIFileWriteMultiTrack, used for saving MIDI files, plus some related function. | |
file | manager.h [code] |
Contains the definition of the static class MIDIManager. | |
file | matrix.h [code] |
Contains the definition of the class MIDIMatrix. | |
file | metronome.h [code] |
Contains the definitions of the class Metronome. | |
file | midi.h [code] |
Contains the MIDI values enumerations (to have readable values instead of hexadecimal values) and some utility function. | |
file | msg.h [code] |
Contains the definition of the classes MIDIMessage and MIDITimedMessage. | |
file | multitrack.h [code] |
Contains the definition of the classes MIDIMultiTrack, MIDIMultiTrackIteratorState, MIDIMultiTrackIterator and MIDIEditMultiTrack. | |
file | notifier.h [code] |
Contains the definition of the classes MIDISequencerGUIEvent, MIDISequencerGUINotifier (abstract), MIDISequencerGUINotifierText and MIDISequencerGUINotifierWin32. | |
file | processor.h [code] |
Contains the definition of the pure virtual MIDIProcessor class and its specializations MIDIMultiProcessor, MIDIProcessorTransposer, MIDIProcessorRechannelizer, MIDIProcessorPrinter. | |
file | recorder.h [code] |
Contains the definitions of classes RecNotifier and MIDIRecorder. | |
file | sequencer.h [code] |
Contains the definitions of the classes MIDISequencerTrackState, MIDISequencerState and MIDISequencer. | |
file | smpte.h [code] |
Contains the definition of the class SMPTE, plus some related enum. | |
file | sysex.h [code] |
Contains the definition of the class MIDISystemExclusive. | |
file | thru.h [code] |
Contains the definition of the class MIDIThru. | |
file | tick.h [code] |
Contains the definition of the pure virtual class MIDITickComponent. | |
file | timer.h [code] |
Contains the definition of the MIDITimer class and some other typedef related to MIDI timing. | |
file | track.h [code] |
Contains the definition of the classes MIDITrack and MIDITrackIterator. | |