XSound - v4.0.10

    Interface Statable

    This interface is implemented by class that has state.

    interface Statable {
        activate(): | Effector
        | Visualizer
        | EnvelopeGenerator
        | Oscillator
        | Glide;
        deactivate(): | Effector
        | Visualizer
        | EnvelopeGenerator
        | Oscillator
        | Glide;
        state(): boolean;
    }

    Implemented by

    Index

    Methods

    MMNEPVFCICPMFPCPTTAAATR