summaryrefslogtreecommitdiffstats
path: root/doc/classes/InputEventMIDI.xml
Commit message (Collapse)AuthorAgeFilesLines
* Rebranding: Doc/Dubhghlas McLaughlin2024-10-161-1/+1
|
* fix: replace "Godot" to "Redot"Muhannad Elbolaky2024-10-151-2/+2
| | | | Trying to change "Godot" to "Redot" in the doc while acknowledging the reference to previous Godot versions like Godot 3.X.
* [Doc] Fix casing of some C# namesA Thousand Ships2024-03-201-2/+2
|
* Overhaul documentation about MIDI supportMicky2024-01-261-29/+35
|
* Link to the "article" in the docs instead of saying "article"Micky2024-01-021-1/+1
|
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Overhaul the top sections of the class reference (Core classes)VolTer2023-05-191-2/+2
|
* Document MIDI zero velocity quirkvoidshine2023-05-171-2/+4
|
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Fix C# examples in documentationRaul Santos2023-01-311-10/+10
| | | | | | | | | | - Fix documentation after C# renames. - Add missing `partial` in C# class declarations. - Change `delta` parameter type to `double` in C#. - Ensure parameters match base declaration. - Use `$` string interpolation in C#. - Fix invalid or outdated C# code. - Changed some examples to follow our style guide more closely.
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-4/+4
| | | | | | | | | | - Removed empty paragraphs in XML. - Consistently use bold style for "Example:", on a new line. - Fix usage of `[code]` when hyperlinks could be used (`[member]`, `[constant]`). - Fix invalid usage of backticks for inline code in BBCode. - Fix some American/British English spelling inconsistencies. - Other minor fixes spotted along the way, including typo fixes with codespell. - Don't specify `@GlobalScope` for `enum` and `constant`.
* Fix MIDI note-on events being converted to note-off eventsvoidshine2022-10-111-1/+1
| | | | Update documentation with note about MIDI velocity interpretation
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
* Misc documentation improvementsHaoyu Qiu2022-01-081-1/+1
|
* Document InputEventMIDI and add some missing 0xF MIDI messagesAaron Franke2022-01-041-0/+69
|
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-4/+0
|
* Use mouse and joypad enums instead of plain integersAaron Franke2021-06-201-1/+1
| | | | Also MIDIMessage
* Update docs to version 4.0clayjohn2020-01-311-1/+1
|
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
| | | | | | | | | | We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0.
* doc: Add default values to all propertiesRémi Verschelde2019-06-301-8/+8
| | | | Thanks to @bojidar-bg's impressive work in #29380.
* doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
|
* doc: Bump version to 3.2Rémi Verschelde2019-04-011-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2019-01-261-0/+33