Skip to content

Commit b91510f

Browse files
committed
updated sample adress
1 parent 18c6771 commit b91510f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ function changeInstrument(num) {
166166
} else if (settings.instrumentType === "sampler") {
167167
synth = SampleLibrary.load({
168168
instruments: settings.instrument,
169-
baseUrl: "/tonejs-instruments/samples/"
169+
baseUrl: "/chordgen/tonejs-instruments/samples/"
170170
});
171171
console.log("Polyphonic synth made")
172172
console.log(settings.instrument);

0 commit comments

Comments
 (0)