Enum vst::channels::StereoChannel
source · pub enum StereoChannel {
Left,
Right,
}Expand description
An enum for all channels in a stereo configuration.
pub enum StereoChannel {
Left,
Right,
}An enum for all channels in a stereo configuration.