Expand description
Wrappers around third-party crates that make them easier to use with crossbeam channels.
Modules§
- prelude
- The most commonly used imports.
Structs§
- Cpal
Audio Service - CpalAudioService channel-based communication with the cpal audio interface.
- Midi
Service - Provides a crossbeam-channels interface to the midir crate.
- Project
Service - A wrapper around a Project that provides a channel-based interface to it.
Enums§
- Cpal
Audio Service Event - A CpalAudioServiceEvent informs clients what’s going on.
- Cpal
Audio Service Input - A CpalAudioServiceInput tells CpalAudioService what to do.
- Midi
Service Event - The service provides updates to the client through MidiServiceEvent messages.
- Midi
Service Input - The client sends requests to the MIDI interface through MidiServiceInput messages.
- Project
Service Event - Project
Service Input
Type Aliases§
- Audio
Sample Type - The fundamental type of an audio sample.
- Audio
Stereo Sample Type - (left channel, right channel)