#include <MPxMidiInputDevice.h>
This is the base class for user defined MIDI input devices.
Child classes of MPxMidiInputDevice should define:
Public Member Functions | |
virtual MStatus | openDevice () |
virtual void | closeDevice () |
virtual void | nameAxes () |
virtual void | nameButtons () |
virtual MDeviceState * | deviceState () |
virtual MStatus | sendMessage (const char *const messageType, const char *const messageParams) |
virtual char * | getMessage (const char *const messageType, char *messageResponse) |
virtual void | doButtonEvents (bool=true) |
virtual void | doMovementEvents (bool=true) |
Protected Member Functions | |
MStatus | setNamedButton (const MString &, unsigned short) |
MStatus | addChannel (MDeviceChannel &) |
MStatus | setDegreesOfFreedom (int freedom) |
MStatus | setNumberOfButtons (int buttons) |
MStatus MPxMidiInputDevice::openDevice | ( | ) | [virtual] |
Open the midi device.
void MPxMidiInputDevice::closeDevice | ( | ) | [virtual] |
Close the midi device.
void MPxMidiInputDevice::nameAxes | ( | ) | [virtual] |
void MPxMidiInputDevice::nameButtons | ( | ) | [virtual] |
MDeviceState * MPxMidiInputDevice::deviceState | ( | ) | [virtual] |
MStatus MPxMidiInputDevice::sendMessage | ( | const char *const | messageType, | |
const char *const | messageParams | |||
) | [virtual] |
If this midi event belongs to this device then fiil up the MDeviceState. Otherwise return NULL. The user should override this method.
User should override this method.
char * MPxMidiInputDevice::getMessage | ( | const char *const | messageType, | |
char * | messageResponse | |||
) | [virtual] |
User should override this method.
void MPxMidiInputDevice::doButtonEvents | ( | bool | val = true |
) | [virtual] |
This method is used to specify whether this device is accepting button events from its child.
void MPxMidiInputDevice::doMovementEvents | ( | bool | val = true |
) | [virtual] |
This method is used to specify whether this device is accepting movement input from its child.
MStatus MPxMidiInputDevice::setNamedButton | ( | const MString & | buttonName, | |
unsigned short | button | |||
) | [protected] |
Set the name of the specified button.
MStatus MPxMidiInputDevice::addChannel | ( | MDeviceChannel & | channel | ) | [protected] |
Add the given channel to this device.
MStatus MPxMidiInputDevice::setDegreesOfFreedom | ( | int | freedom | ) | [protected] |
Set the degrees of freedom for this device.
MStatus MPxMidiInputDevice::setNumberOfButtons | ( | int | buttons | ) | [protected] |
Set the number of buttons for this device.
Autodesk® Maya® 2009 © 1997-2008 Autodesk, Inc. All rights reserved. | Generated with 1.5.6 |