Module voicemeeter::interface::parameters
source · 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 parameters
- Common structs for EQ
- Fx
- Parameter related functions and types
- Option parameters
- Recorder
- Functions and data types for setting parameter values.
- Strip parameters
- VBAN
Structs§
- A boolean parameter
- Device is invalid for the current program and parameter
- A float parameter
- A integer parameter
- Invalid Voicemeeter program
- Parameter is out of range for current program
- Parameter abstraction
- A string parameter
- A tuple parameter
Enums§
- Invalid strip/bus type for a specific parameter
- Invalid Parameter
Traits§
- Bus index helper
- Strip index helper