Enum vst::channels::ArrangementTarget
source · pub enum ArrangementTarget {
Music,
Cinema,
}
Expand description
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§
Music
Music arrangement. Technically identical to Cinema.
Cinema
Cinematic arrangement. Technically identical to Music.