valde/static/js/modules/instruments/duosynth.js

4 lines
62 B
JavaScript
Raw Normal View History

2024-01-25 23:08:03 +00:00
export const duosynth = new Tone.DuoSynth({
2024-01-27 03:24:40 +00:00
volume : -12
2024-01-25 23:08:03 +00:00
})