basic MIDI documentation
This commit is contained in:
@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user