Expand description
Humster core library exports.
Modules§
Structs§
- Audio
Track - Simple audio buffer abstraction.
- Midi
Event - Basic representation of a MIDI note-on event.
- Midi
Track - 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.