kind of MIDI output
This commit is contained in:
parent
45ce940d66
commit
f689409f02
7 changed files with 126 additions and 9 deletions
|
|
@ -61,6 +61,10 @@ bool TAMidiIn::gather() {
|
|||
return false;
|
||||
}
|
||||
|
||||
bool TAMidiOut::send(const TAMidiMessage& what) {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool TAMidiIn::isDeviceOpen() {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue