#include <map>
#include <stdio.h>
#include "threadsafe/smart_ptr.h"
#include "wave-midi/midi.h"
Go to the source code of this file.
Classes | |
class | media::MidiFile |
Namespaces | |
namespace | media |
Typedefs | |
typedef std::multimap < unsigned long, MidiEvent > | media::MidiEventMap |
Functions | |
void | media::addNoteOn (IN MidiFile *file, dword_t tick, int channel, int note, int velocity) |
void | media::addNoteOff (IN MidiFile *file, dword_t tick, int channel, int note, int velocity) |