mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
139 lines
4.4 KiB
ReStructuredText
139 lines
4.4 KiB
ReStructuredText
:github_url: hide
|
|
|
|
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the InputEventMIDI.xml source instead.
|
|
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
|
|
|
.. _class_InputEventMIDI:
|
|
|
|
InputEventMIDI
|
|
==============
|
|
|
|
**Inherits:** :ref:`InputEvent<class_InputEvent>` **<** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
|
|
|
|
Properties
|
|
----------
|
|
|
|
+-----------------------+---------------------------------------------------------------------------+
|
|
| :ref:`int<class_int>` | :ref:`channel<class_InputEventMIDI_property_channel>` |
|
|
+-----------------------+---------------------------------------------------------------------------+
|
|
| :ref:`int<class_int>` | :ref:`controller_number<class_InputEventMIDI_property_controller_number>` |
|
|
+-----------------------+---------------------------------------------------------------------------+
|
|
| :ref:`int<class_int>` | :ref:`controller_value<class_InputEventMIDI_property_controller_value>` |
|
|
+-----------------------+---------------------------------------------------------------------------+
|
|
| :ref:`int<class_int>` | :ref:`instrument<class_InputEventMIDI_property_instrument>` |
|
|
+-----------------------+---------------------------------------------------------------------------+
|
|
| :ref:`int<class_int>` | :ref:`message<class_InputEventMIDI_property_message>` |
|
|
+-----------------------+---------------------------------------------------------------------------+
|
|
| :ref:`int<class_int>` | :ref:`pitch<class_InputEventMIDI_property_pitch>` |
|
|
+-----------------------+---------------------------------------------------------------------------+
|
|
| :ref:`int<class_int>` | :ref:`pressure<class_InputEventMIDI_property_pressure>` |
|
|
+-----------------------+---------------------------------------------------------------------------+
|
|
| :ref:`int<class_int>` | :ref:`velocity<class_InputEventMIDI_property_velocity>` |
|
|
+-----------------------+---------------------------------------------------------------------------+
|
|
|
|
Property Descriptions
|
|
---------------------
|
|
|
|
.. _class_InputEventMIDI_property_channel:
|
|
|
|
- :ref:`int<class_int>` **channel**
|
|
|
|
+----------+--------------------+
|
|
| *Setter* | set_channel(value) |
|
|
+----------+--------------------+
|
|
| *Getter* | get_channel() |
|
|
+----------+--------------------+
|
|
|
|
----
|
|
|
|
.. _class_InputEventMIDI_property_controller_number:
|
|
|
|
- :ref:`int<class_int>` **controller_number**
|
|
|
|
+----------+------------------------------+
|
|
| *Setter* | set_controller_number(value) |
|
|
+----------+------------------------------+
|
|
| *Getter* | get_controller_number() |
|
|
+----------+------------------------------+
|
|
|
|
----
|
|
|
|
.. _class_InputEventMIDI_property_controller_value:
|
|
|
|
- :ref:`int<class_int>` **controller_value**
|
|
|
|
+----------+-----------------------------+
|
|
| *Setter* | set_controller_value(value) |
|
|
+----------+-----------------------------+
|
|
| *Getter* | get_controller_value() |
|
|
+----------+-----------------------------+
|
|
|
|
----
|
|
|
|
.. _class_InputEventMIDI_property_instrument:
|
|
|
|
- :ref:`int<class_int>` **instrument**
|
|
|
|
+----------+-----------------------+
|
|
| *Setter* | set_instrument(value) |
|
|
+----------+-----------------------+
|
|
| *Getter* | get_instrument() |
|
|
+----------+-----------------------+
|
|
|
|
----
|
|
|
|
.. _class_InputEventMIDI_property_message:
|
|
|
|
- :ref:`int<class_int>` **message**
|
|
|
|
+----------+--------------------+
|
|
| *Setter* | set_message(value) |
|
|
+----------+--------------------+
|
|
| *Getter* | get_message() |
|
|
+----------+--------------------+
|
|
|
|
----
|
|
|
|
.. _class_InputEventMIDI_property_pitch:
|
|
|
|
- :ref:`int<class_int>` **pitch**
|
|
|
|
+----------+------------------+
|
|
| *Setter* | set_pitch(value) |
|
|
+----------+------------------+
|
|
| *Getter* | get_pitch() |
|
|
+----------+------------------+
|
|
|
|
----
|
|
|
|
.. _class_InputEventMIDI_property_pressure:
|
|
|
|
- :ref:`int<class_int>` **pressure**
|
|
|
|
+----------+---------------------+
|
|
| *Setter* | set_pressure(value) |
|
|
+----------+---------------------+
|
|
| *Getter* | get_pressure() |
|
|
+----------+---------------------+
|
|
|
|
----
|
|
|
|
.. _class_InputEventMIDI_property_velocity:
|
|
|
|
- :ref:`int<class_int>` **velocity**
|
|
|
|
+----------+---------------------+
|
|
| *Setter* | set_velocity(value) |
|
|
+----------+---------------------+
|
|
| *Getter* | get_velocity() |
|
|
+----------+---------------------+
|
|
|