mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:38:02 +02:00
Add files via upload
This commit is contained in:
parent
6d0cac83c4
commit
8d602e3669
1 changed files with 2 additions and 2 deletions
|
@ -244,13 +244,13 @@ void Midi::MidiCleanup() {
|
||||||
midihout.clear();
|
midihout.clear();
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
void Midi::sendRaw(int device, int raw) {
|
void Midi::sendRawMessage(int device, int raw) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void Midi::sendNote(int status, int note, int velocity) {
|
void Midi::sendNote(int status, int note, int velocity) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void Midi::sendMessage(int device, int channel, int type, int note, int velocity)
|
void Midi::sendMessage(int device, int channel, int type, int note, int velocity){
|
||||||
}
|
}
|
||||||
|
|
||||||
void Midi::MidiSetup() {
|
void Midi::MidiSetup() {
|
||||||
|
|
Loading…
Reference in a new issue