We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c6771 commit b91510fCopy full SHA for b91510f
main.js
@@ -166,7 +166,7 @@ function changeInstrument(num) {
166
} else if (settings.instrumentType === "sampler") {
167
synth = SampleLibrary.load({
168
instruments: settings.instrument,
169
- baseUrl: "/tonejs-instruments/samples/"
+ baseUrl: "/chordgen/tonejs-instruments/samples/"
170
});
171
console.log("Polyphonic synth made")
172
console.log(settings.instrument);
0 commit comments