|
XX CMake Package
|
This is the complete list of members for XX::Midi::Interface::Input, including all inherited members.
| addPassThroughInterface(Interface::Output *passthrough) | XX::Midi::Interface::Input | |
| clockStatus(const Playback &status) | XX::Midi::Parser | protectedvirtual |
| ClockStatusFunction typedef | XX::Midi::Parser | |
| clockTick() | XX::Midi::Parser | protectedvirtual |
| ClockTickFunction typedef | XX::Midi::Parser | |
| close() | XX::Midi::Interface::Input | virtual |
| controllerChange(const Channel &channel, const ControllerMessage &controllerMessage, const uchar &value) | XX::Midi::Parser | protectedvirtual |
| ControllerChangeFunction typedef | XX::Midi::Parser | |
| Input() | XX::Midi::Interface::Input | |
| isOpen() const | XX::Midi::Interface::Input | virtual |
| noteOff(const Channel &channel, const uchar &midiNote, const Velocity &velocity) | XX::Midi::Parser | protectedvirtual |
| NoteOffFunction typedef | XX::Midi::Parser | |
| noteOn(const Channel &channel, const uchar &midiNote, const Velocity &velocity) | XX::Midi::Parser | protectedvirtual |
| NoteOnFunction typedef | XX::Midi::Parser | |
| onClockStatus(ClassType *instance, void(ClassType::*functionPointer)(const Playback &)) | XX::Midi::Parser | |
| onClockTick(ClassType *instance, void(ClassType::*functionPointer)()) | XX::Midi::Parser | |
| onControllerChange(ClassType *instance, void(ClassType::*functionPointer)(const Channel &, const ControllerMessage &, const uchar &)) | XX::Midi::Parser | |
| onNoteOff(ClassType *instance, void(ClassType::*functionPointer)(const Channel &, const uchar &, const Velocity &)) | XX::Midi::Parser | |
| onNoteOn(ClassType *instance, void(ClassType::*functionPointer)(const Channel &, const uchar &, const Velocity &)) | XX::Midi::Parser | |
| onSongPosition(ClassType *instance, void(ClassType::*functionPointer)(const uint16_t &)) | XX::Midi::Parser | |
| open() | XX::Midi::Interface::Input | virtual |
| Parser() | XX::Midi::Parser | |
| passthroughList | XX::Midi::Interface::Input | protected |
| processMessage(const std::vector< uchar > &message) | XX::Midi::Parser | virtual |
| songPosition(const uint16_t &position) | XX::Midi::Parser | protectedvirtual |
| SongPositionFunction typedef | XX::Midi::Parser | |
| ~Input() | XX::Midi::Interface::Input | virtual |