@bbx-audio/nectar
    Preparing search index...

    Interface IBooleanParameterConfig

    Describes the properties by which a boolean-based parameter can be configured.

    interface IBooleanParameterConfig {
        defaultValue: boolean;
        id: string;
        name: string;
        type: Boolean;
    }

    Hierarchy

    • IBaseParameterConfig
      • IBooleanParameterConfig
    Index

    Properties

    defaultValue: boolean

    The default yes or no value for this parameter.

    id: string

    The identifier associated with this parameter. This MUST be one of the plugin's defined parameter IDs in the C++ backend.

    name: string

    The display name of the parameter as it will appear to the user both in the plugin's user interface and the native Ableton interface.

    type: Boolean

    The specific type definition for this parameter.