Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Im trying to load samples to Audio Loop Player via scripting
const var Kicker = Synth.getChildSynth("Kicker"); Kicker.setFile("{PROJECT_FOLDER}test.wav");
Kicker is my Audio Loop player. In console i have function not found.