Fixing bug

This commit is contained in:
2023-08-05 21:47:27 +02:00
parent a62f3006ef
commit 9e4ee3659f
3 changed files with 9 additions and 2 deletions

View File

@ -156,8 +156,6 @@ export class MidiConnection{
console.error('MIDI output not available.');
}
}
public sendMidiControlChange(controlNumber: number, value: number): void {
/**