Type alias CreateSamplerSelector

CreateSamplerSelector: ((priorCompletion, stops) => SamplerSelector)

Type declaration

    • (priorCompletion, stops): SamplerSelector
    • Build the sample selector -- called once for each generation (each expression in the tagged template)

      Parameters

      • priorCompletion: string
      • stops: string[]

      Returns SamplerSelector

Generated using TypeDoc