Crate pointillism

source ·

Modules

Structs

  • A wrapper for a Rust function which converts it into a Map or MapMut.
  • Represents a frequency.
  • Represents an amount of time.

Constants

  • Pitch for the base note A4.
  • The number of channels in the output file. Only 1 and 2 are supported.
  • The sample rate for the audio file, in samples per second.
  • The specification for the output file.

Traits

  • An abstract trait for a structure representing a function X → Y.
  • An abstract trait for a structure representing a function taking &mut X and Y.