Finale PDK Framework 0.77
Power Up Your Finale Music Software
|
Class to return the results of the ListenToMidi dialog box. More...
#include <ff_playback.h>
Public Member Functions | |
const char * | ClassName () const override |
Returns the name of the class, for diagnostic purposes. This method MUST be overwritten in each child class. | |
FCListenToMidiResult ()=default | |
The constructor. | |
eMidiChannel | GetMidiChannel () const |
Returns the midi channel. | |
void | SetMidiChannel (eMidiChannel value) |
Sets the midi channel. | |
int | GetStatus () const |
Returns the MIDI message status code. | |
void | SetStatus (int value) |
Sets the MIDI message status code. | |
int | GetData1 () const |
Returns data byte 1 (counting from 1). | |
void | SetData1 (int value) |
Sets data byte 1 (counting from 1). | |
int | GetData2 () const |
Returns data byte 2 (counting from 1). | |
void | SetData2 (int value) |
Sets data byte 2 (counting from 1). | |
Friends | |
bool | FCUI::DisplayListenToMidiDialog (FCListenToMidiResult *result) |
Class to return the results of the ListenToMidi dialog box.
For details on MIDI messages, see the 1.0 MIDI standard document at https://www.midi.org/
If you are listening for a Note On event, the values are:
Lua-supported (0.68)
|
default |
The constructor.
Lua-supported (0.68).
|
inlineoverridevirtual |
Returns the name of the class, for diagnostic purposes. This method MUST be overwritten in each child class.
Lua-supported.
Implements __FCBase.
|
inline |
Returns data byte 1 (counting from 1).
Lua-supported (also as property) (0.68)
|
inline |
Returns data byte 2 (counting from 1).
Lua-supported (also as property) (0.68)
|
inline |
Returns the midi channel.
This is the strict MIDI channel (0..15).
Lua-supported (also as property) (0.68)
|
inline |
Returns the MIDI message status code.
For channel messages, the low-order nybble is the same as GetMidiChannel.
Lua-supported (also as property) (0.68)
|
inline |
Sets data byte 1 (counting from 1).
Lua-supported (also as property) (0.68)
|
inline |
Sets data byte 2 (counting from 1).
Lua-supported (also as property) (0.68)
|
inline |
Sets the midi channel.
This is the strict MIDI channel (0..15).
Lua-supported (also as property) (0.68)
|
inline |
Sets the MIDI message status code.
For channel messages, the low-order nybble is the same as GetMidiChannel.
Lua-supported (also as property) (0.68)