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

    Enumeration ParameterChangeSource

    The potential sources that a parameter can be changed from, useful for preventing feedback loops in the bidirectional communication system that parameters use.

    Index

    Enumeration Members

    Enumeration Members

    Backend: 0

    Indicates the parameter was changed from the backend source, i.e. the host or JUCE.

    Frontend: 1

    Indicates the parameter was changed from a frontend source, i.e. user input.

    Internal: 2

    Indicates the parameter was changed from an internal source, i.e. internal frontend logic.