Skip to content

Commit dd91df4

Browse files
author
Jean-Philippe Côté
committedNov 24, 2023
Fix documentation for sendAllNotesOff()
1 parent 01b8049 commit dd91df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/Output.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,7 @@ export class Output extends EventEmitter {
16241624
/**
16251625
* Sends an **all notes off** channel mode message. This will make all currently playing notes
16261626
* fade out just as if their key had been released. This is different from the
1627-
* [`turnSoundOff()`]{@link #turnSoundOff} method which mutes all sounds immediately.
1627+
* [`sendAllSoundOff()`]{@link #sendAllSoundOff} method which mutes all sounds immediately.
16281628
*
16291629
* @param {Object} [options={}]
16301630
*

0 commit comments

Comments
 (0)
Please sign in to comment.