MIPI - Physical Interface for MIDI Files
Loading...
Searching...
No Matches
smf Namespace Reference

Classes

class  _TickTime
 
class  Binasc
 
class  MidiEvent
 
class  MidiEventList
 
class  MidiFile
 
class  MidiMessage
 
class  Option_register
 
class  Options
 

Typedefs

typedef unsigned char uchar
 
typedef unsigned short ushort
 
typedef unsigned long ulong
 

Enumerations

enum  { TRACK_STATE_SPLIT = 0 , TRACK_STATE_JOINED = 1 }
 
enum  { TIME_STATE_DELTA = 0 , TIME_STATE_ABSOLUTE = 1 }
 

Functions

std::ostream & operator<< (std::ostream &out, MidiEvent &event)
 
std::ostream & operator<< (std::ostream &out, MidiMessage &event)
 

Typedef Documentation

◆ uchar

typedef unsigned char smf::uchar

◆ ulong

typedef unsigned long smf::ulong

◆ ushort

typedef unsigned short smf::ushort

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
TRACK_STATE_SPLIT 
TRACK_STATE_JOINED 

◆ anonymous enum

anonymous enum
Enumerator
TIME_STATE_DELTA 
TIME_STATE_ABSOLUTE 

Function Documentation

◆ operator<<() [1/2]

std::ostream & smf::operator<< ( std::ostream &  out,
MidiEvent event 
)

◆ operator<<() [2/2]

std::ostream & smf::operator<< ( std::ostream &  out,
MidiMessage event 
)