#include <Midi.H>
Public Member Functions | |
MidiOutDevice (int number) | |
virtual | ~MidiOutDevice () |
void | sendMessage (unsigned char *message, int size) |
Static Public Member Functions | |
static MidiOutDevice * | fromMidiDeviceName (const char *name) |
static MidiOutDevice * | fromMidiDeviceNumber (int number) |
static int | getNumAvailableDevices () |
static void | getAvailableDeviceName (int number, char *name) |
VRG3D::MidiOutDevice::MidiOutDevice | ( | int | number | ) |
virtual VRG3D::MidiOutDevice::~MidiOutDevice | ( | ) | [virtual] |
static MidiOutDevice* VRG3D::MidiOutDevice::fromMidiDeviceName | ( | const char * | name | ) | [static] |
static MidiOutDevice* VRG3D::MidiOutDevice::fromMidiDeviceNumber | ( | int | number | ) | [static] |
static int VRG3D::MidiOutDevice::getNumAvailableDevices | ( | ) | [static] |
static void VRG3D::MidiOutDevice::getAvailableDeviceName | ( | int | number, | |
char * | name | |||
) | [static] |
void VRG3D::MidiOutDevice::sendMessage | ( | unsigned char * | message, | |
int | size | |||
) |