Skip to content

Reference

This section is generated from the docstrings in the Resonon source. Each page documents one surface of the standard library.

  • Builtin Functions — Global builtin functions: utilities, transport, rendering, and audio I/O.
  • Math — Scalar math functions: trigonometry, logarithms, rounding, min/max, and interpolation.
  • Language Methods — Methods and functions on the core data types: Array, String, Dict, and Iterator.
  • Patterns — The Pattern type, its combinators, and pattern helper functions.
  • Tracks & Plugins — Audio tracks, the master bus, plugin instruments/effects, and their parameters.
  • Samplers & Samples — Sample playback: the Sample type, drum kits, and the Sampler instruments.
  • Effects Catalog — Built-in audio effects: filters, delay, reverb, and distortion.
  • Signals — The Signal type for parameter automation and audio-rate control.
  • DSP Builtins — Native constants, math functions, and DSP primitives available inside dsp blocks.
  • MIDI — MIDI tracks, CC output, and the global MIDI port functions.
  • Scales & Keys — Music theory: the Scale and Key types, chords, and intervals.
  • Generative & Random — Generative pattern sources and seeded random helpers.