Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Functions

Functions are directly callable elements, as in any other programming language, they take parameters and return a value.

Functions in Mélodium are always pure, meaning they don’t have any side effects.

Functions are executed at program initialisation or track creation, depending if their return value is used as constant or variable parameter.

Functions are recognizable by the | symbol starting their name.