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

Music arrangement. Technically identical to Cinema.

Cinematic arrangement. Technically identical to Music.