Crate sampler [] [src]

Reexports

pub extern crate instrument;
pub extern crate sample;
pub use audio::Audio;
pub use map::Map;
pub use map::Sample;

Modules

audio
dynamic
map

Structs

Frames

An iterator yielding one frame from the Sampler at a time.

Sampler

A Sampler instrument.

Constants

MAX_STEP
MIN_STEP

Traits

Mode

The "mode" with which the Sampler will handle notes.

Type Definitions

Step

pitch::Step represented in discretes intervals, useful for range mapping.

Velocity

The force with which a note was pressed on a keyboard.