synth

Crates.iosynth
lib.rssynth
version0.11.0
sourcesrc
created_at2015-03-03 09:53:28.041423
updated_at2017-02-12 05:26:10.656841
descriptionA polyphonic Synth type whose multiple oscillators generate sound via amplitude and frequency envelopes.
homepagehttps://github.com/RustAudio/synth
repositoryhttps://github.com/RustAudio/synth.git
max_upload_size
id1513
size120,644
(mitchmindtree)

documentation

README

synth Build Status Crates.io Crates.io

A polyphonic Synth type whose multiple oscillators generate sound via amplitude and frequency envelopes.

Features

  • Sine, Saw, SawExp, Square, Noise and NoiseWalk waveforms.
  • Amplitude and frequency envelopes with an unlimited number of points.
  • Unlimited number of oscillators (each can have unique waveforms and amplitude and frequency envelopes).
  • Monophonic and Polyphonic modes (unlimited number of voices).
  • Simple note_on(pitch_in_hz, velocity) and note_off(pitch_in_hz) methods.
  • Per-channel amplitude and a stereo panning helper method.
  • "Stereo spread" for automatically spreading multiple voices evenly across the stereo image.
  • Per-voice portamento.
  • Per-voice detuning.
  • Multi-voice (unison) support in Mono mode.
  • Legato and Retrigger Mono modes.
  • Warbliness Oscillator builder method that uses gaussian noise to model the "warped-old-hardware-synth" sound.
synth.fill_slice(frame_slice, sample_hz),

See an example here.

Commit count: 130

cargo fmt