valde/static/js/modules/instruments/plucksynth.js

6 lines
103 B
JavaScript
Raw Normal View History

2024-01-25 23:08:03 +00:00
export const plucksynth = new Tone.PluckSynth({
volume : -3,
attackNoise : 1,
resonance : 0.9
})