Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 1.1 KB

index.rst

File metadata and controls

51 lines (42 loc) · 1.1 KB

Element

Welcome to the Element user/developer manual.

.. toctree::
   :maxdepth: 1
   :caption: Application

   app/preferences
   app/keyboard-commands
   app/midi-mapping
   app/osc
   app/vst-paths
   app/vst-presets
   app/keyboard-splits
   app/midi-clock
   app/virtual-keyboard
   app/automatic-connections
   app/graph-midi-channel
   app/switching-graphs
   app/velocity-curves

.. toctree::
   :maxdepth: 1
   :caption: Plugin

   plugin/performance-parameters

.. toctree::
   :maxdepth: 1
   :caption: Scripting

   Overview <scripting/overview>
   scripting/script-types
   Examples <scripting/examples>
   Element API <https://api.kushview.net/lua/el/latest>
   KV API <https://api.kushview.net/lua/kv/latest>

.. toctree::
   :maxdepth: 1
   :caption: Developers

   Building <building>
   Projucer <building-projucer>
   C++ Code Style <code-style>
   Lua Code Style <lua-style>