summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-11-01 14:04:01 +0100
committerGitHub <noreply@github.com>2019-11-01 14:04:01 +0100
commit81b53f5a5c4e001bc203c1cfc58ef2346ebf1db8 (patch)
tree27ccaeeee78cb7aae839e0f470826196d3f6151c /doc
parent1e8758418e6890c0fc1994ec5b67cf52d1d76dbf (diff)
parent1e07ab8564e1558478c8a7ee88ce3cb3d94d1c2e (diff)
Merge pull request #33211 from drentsoft/os_midi_documentation_branch
Added documentation for the OS class MIDI functions.
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/OS.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml
index b6eeed4a21..5aeeb61647 100644
--- a/doc/classes/OS.xml
+++ b/doc/classes/OS.xml
@@ -157,6 +157,8 @@
<return type="PoolStringArray">
</return>
<description>
+ Returns an array of MIDI device names.
+ The returned array will be empty if the system MIDI driver has not previously been initialised with [method open_midi_inputs].
</description>
</method>
<method name="get_current_video_driver" qualifiers="const">
@@ -699,6 +701,7 @@
<return type="void">
</return>
<description>
+ Initialises the singleton for the system MIDI driver.
</description>
</method>
<method name="print_all_resources">