Crate humster

Crate humster 

Source
Expand description

Humster core library exports.

Modules§

prelude

Structs§

AudioTrack
Simple audio buffer abstraction.
MidiEvent
Basic representation of a MIDI note-on event.
MidiTrack
Collection of MIDI events.

Enums§

Error
Simple error type covering I/O and parsing failures.
Track
Wrapper type allowing processors to operate on MIDI or audio data.

Traits§

Processor
Trait implemented by types that can mutate tracks.

Type Aliases§

Result
Library result type used across the crate.