Module rsynth::envelope

source ·
👎Deprecated since 0.1.1: This was never really worked out and should best be improved in a separate crate.
Expand description

This module has not been thoroughly tested, so expect some rough edges here and there.

Modules

Structs

Traits

  • EnvelopeDeprecated
    Defines the behaviour of an envelope. An envelope allows to get an iterator. The returned iterator allows to iterator over the frames, starting from the current position, and for each frame, returns the envelope value at that frame.