Library Reference

This section contains the function reference to the Kronos core library and various optional components.

kronoslang/core

Version 0.12.10

Namespaces

  1. Algorithm

    Generate algorithmic circuits from data structures.

  2. Approx

    Numerical tricks to compute approximations of mathematical functions efficiently, with some loss of precision.

  3. Complex

    Defines complex-number type and arithmetic.

  4. Control

    Tools for control signals. Edge detectors, signal smoothers and hold circuits.

  5. Envelope

    Make musical control envelopes out of trigger and gate signals.

  6. Filter

    Audio filters to shape the frequency response

  7. Function

    Utilities to compose functions and adjust their behavior

  8. Gen

    Elementary signal generator system

  9. Math

    Mathematical functions, for hyperbolic transcendentals and polynomials.

Global namespace

Audio-Cycle(init func)

Route the output of 'func' back to its argument through a unit delay. The feedback is upsampled to audio rate. The unit delay is initialized to 'init'

Thu Jun 17, 2021
Read more...