@lambda-musika/musika - v0.1.0
    Preparing search index...

    Function Tri

    • Generates a stateful triangle wave signal.

      (State is necessary to keep track of the phase of the wave over time, which is crucial for generating continuous waveforms without clicks or pops.)

      Returns (f: number, t: Time) => number

      A function that takes a frequency and time, and returns the triangle wave value.