Update libraries/midi/src/Midi.h

Co-authored-by: Julian Groß  <julian.g@posteo.de>
This commit is contained in:
UnTamedStArBlOb 2025-04-03 13:26:22 -04:00 committed by GitHub
parent e4db356025
commit d86c065699
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -143,7 +143,7 @@ public slots:
/*@jsdoc
* Unblocks a MIDI device's input or output.
* @function Midi.unblockMidiDevice
* @param {string} name The name of the MIDI device to unblock.
* @param {string} name - The name of the MIDI device to unblock.
* @param {boolean} output - <code>true</code> to unblock the device's output, <code>false</code> to unblock its input.
*/
Q_INVOKABLE void unblockMidiDevice(QString name, bool output);