#include <gxMidiTransform.h>
Public Member Functions | |
| gxMidiTransform () | |
| virtual | ~gxMidiTransform () |
| virtual bool | transform (gxMidiData &input, gxMidiDataQueue &output)=0 |
| Override this function to define the transformation operation. | |
A midi transform is any class the needs to modify a midi data stream.
|
|
|
|
|
|
|
||||||||||||
|
Override this function to define the transformation operation. Given an input midi message, add any transformed data to the output queue. |
1.4.5