mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 19:00:28 +02:00
Update libraries/midi/src/Midi.h
Co-authored-by: Julian Groß <julian.g@posteo.de>
This commit is contained in:
parent
e4db356025
commit
d86c065699
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue