basic MIDI documentation

This commit is contained in:
2023-08-19 14:24:13 +02:00
parent 117d4e6b9a
commit 5bc0fb7ead
3 changed files with 48 additions and 9 deletions

View File

@ -234,7 +234,7 @@ export class UserAPI {
}
public control_change = ({ control= 20, value= 0, channel=0 }: ControlChange): void => {
public control_change = ({control= 20, value= 0, channel=0 }: ControlChange): void => {
/**
* Sends a MIDI control change to the current MIDI output.
*