The Midio Editor

Project overview
The project overview panel lists all the module, function and type definitions in the current project. They can be clicked to navigate the node editor to that definition.
To remove a definition, hover over the desired item, and a trash bin icon will appear. Click on this icon to delete the definition. Additionally, when hovering over module definitions, a plus icon will become visible. This icon allows you to add extra modules, types, or functions within the specified module.
Right click on an item to rename it.
Key bindings
shift + left mouse pointer
: select nodes using the selection boxdelete
: delete the selected nodes<space>
: node palettecontrol-shift-p
: show the command palettecontrol-f
: open the search box
Editing
control-z
: undo the last actioncontrol-shift-z
: redo the last undone actioncontrol-c
: copy selectioncontrol-v
: paste selection
While a node is selected
control + click on another node
: Auto connect nodes
Node layout
shift-a
: align selected nodes to the left most edgeshift-d
: align selected nodes to the right most edgeshift-w
: align selected nodes to the top most edgeshift-s
: align selected nodes to the bottom most edgeshift-q
: distribute selected nodes horizontallyshift-e
: distribute selected nodes vertically
Debugging
control-b
: toggle breakpoint on selected nodescontrol-shift-s
: step to the next node if execution is stoppedcontrol-shift-c
: continue
Last updated
Was this helpful?