ixfx
    Preparing search index...

    Namespace Sources

    Functions

    bpm

    Counts beats based on a BPM. Uses elapsed internally.

    elapsed

    Returns the percentage of time toward interval. See also: bpm, hertz which are the same but using different units for time.

    hertz

    Counts based on hertz (oscillations per second). Uses elapsed internally.

    perMinute

    As perSecond, but per minute.

    perSecond

    Returns a proportion of amount depending on elapsed time. Cumulatively, amount is yielded every second.

    ticks

    Returns a function which cycles between 0..1 (inclusive of 0 and 1). totalTicks is how many ticks it takes to get to 1. Since we want an inclusive 0 & 1, the total ticks is actually +1.

    Type Aliases

    TicksModSettableOptions