hooks: {
    macroPass: string;
    macroValues: string;
    macroOutput: string;
    macroSamples: string;
    macroTaps: string;
} = ...

Names for each part of the macro handling process available to hooks.

Type declaration

  • macroPass: string

    The full set of macros.

  • macroValues: string

    Each part of the set of macros.

  • macroOutput: string
  • macroSamples: string
  • macroTaps: string