Skip to content

Commit

Permalink
Fix documentation for sendAllNotesOff()
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Philippe Côté committed Nov 24, 2023
1 parent 01b8049 commit dd91df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Output.js
Original file line number Diff line number Diff line change
Expand Up @@ -1624,7 +1624,7 @@ export class Output extends EventEmitter {
/**
* Sends an **all notes off** channel mode message. This will make all currently playing notes
* fade out just as if their key had been released. This is different from the
* [`turnSoundOff()`]{@link #turnSoundOff} method which mutes all sounds immediately.
* [`sendAllSoundOff()`]{@link #sendAllSoundOff} method which mutes all sounds immediately.
*
* @param {Object} [options={}]
*
Expand Down

0 comments on commit dd91df4

Please sign in to comment.