mobx-keystone

    Interface PatchRecorder

    Patch recorder interface.

    interface PatchRecorder {
        events: PatchRecorderEvent[];
        recording: boolean;
        dispose(): void;
    }
    Index

    Properties

    Methods

    Properties

    Observable array of patching events.

    recording: boolean

    Gets/sets if the patch recorder is currently recording.

    Methods

    • Dispose of the patch recorder.

      Returns void

    MMNEPVFCICPMFPCPTTAAATR