gibber-cc / gibberish

Fast, JavaScript DSP library that creates JIT optimized audio callbacks using code generation techniques
387 stars 35 forks source link

Gibberish.genish.gen.parameters.slice is not a function #29

Closed jarmitage closed 4 years ago

jarmitage commented 4 years ago
ugenTemplate.js:12 Uncaught TypeError: Gibberish.genish.gen.parameters.slice is not a function
    at Object.factory (ugenTemplate.js:12)
    at Object.Panner (panner.js:24)
    at Object.create (bus.js:30)
    at Object.TemplateFactory [as PolyTemplate] (polytemplate.js:15)
    at module.exports (synth.js:91)
    at module.exports (instruments.js:15)
    at Object.load (index.js:61)
    at Object.init (index.js:38)
    at (index):29
charlieroberts commented 4 years ago

this should be all good now, let me know if you still have problems!