valde/static/js/play.js
2024-01-26 00:08:03 +01:00

5 lines
74 B
JavaScript

export const play = () => {
synth.triggerAttackRelease("C4", "16n");
}