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

    Function Saw

    • Generates a stateful saw 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 saw wave value.