@audiotool/nexus - v0.0.12
    Preparing search index...

    Type Alias MixerSideChainCable

    key value
    type entity
    key "mixerSideChainCable"
    is

    This cable can be used to connect a channel or group strip side_chain_output to a mixer compressor's side_chain_input.

    type MixerSideChainCable = {
        from: PrimitiveField<NexusLocation, "immut">;
        to: PrimitiveField<NexusLocation, "immut">;
    }
    Index

    Properties

    Properties

    Points to the location from which the sidechain signal is taken.

    key value
    default no default, required
    required true
    targets api.TargetType.MixerSideChainOutput, meaning one of:
    entities.MixerChannel.sideChainOutput,
    entities.MixerGroup.sideChainOutput
    immutable true

    Points to the location to which the sidechain signal is sent.

    key value
    default no default, required
    required true
    targets api.TargetType.MixerSideChainInput, meaning one of:
    entities.MixerCompressor.sideChainInput
    immutable true