#include "MIDIEvent.hxx"
#include "MIDITrack.hxx"
#include "MIDISong.hxx"
#include "MIDIReader.hxx"
#include "MIDISongPlayer.hxx"
#include "MIDITempo.hxx"
#include <math.h>
#include <stdio.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Definition at line 150 of file main.cxx.
References MIDI::SongPlayer::GetEvent(), MIDI::Event::GetTicks(), MIDI::Reader::Read(), MIDI::Tempo::TicksToTime(), and MIDI::Song::Tracks().