Available on crate feature
interface only.Expand description
Functions for setting and getting parameter values.
Note that if your application exits quickly after setting a parameter, voicemeeter may not update. If you do this, you should maybe insert a small sleep before dropping the remote.’
§Functions
Re-exports§
pub use bus::*;pub use eq::*;pub use fx::*;pub use option::*;pub use recorder::*;pub use strip::*;pub use vban::*;
Modules§
- bus
- Bus parameters
- eq
- Common structs for EQ
- fx
- Fx
- get_
parameters - Parameter related functions and types
- option
- Option parameters
- recorder
- Recorder
- set_
parameters - Functions and data types for setting parameter values.
- strip
- Strip parameters
- vban
- VBAN
Structs§
- Bool
Parameter - A boolean parameter
- Device
Error - Device is invalid for the current program and parameter
- Float
Parameter - A float parameter
- IntParameter
- A integer parameter
- Invalid
Voicemeeter Version - Invalid Voicemeeter program
- OutOf
Range Error - Parameter is out of range for current program
- Parameters
- Parameter abstraction
- String
Parameter - A string parameter
- Tuple
Parameter - A tuple parameter
Enums§
- Invalid
Type Error - Invalid strip/bus type for a specific parameter
- Parameter
Error - Invalid Parameter
Traits§
- BusIndex
- Bus index helper
- Strip
Index - Strip index helper