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

6 lines
102 B
JavaScript
Raw Normal View History

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