Enum vst2::channels::ArrangementTarget
[−]
[src]
pub enum ArrangementTarget {
Music,
Cinema,
}Target for Speaker arrangement type. Can be a cinema configuration or music configuration. Both are technically identical but this provides extra information to the host.
Variants
MusicMusic arrangement. Technically identical to Cinema.
CinemaCinematic arrangement. Technically identical to Music.