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

    Function Sin

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