diff options
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -184,7 +184,7 @@ function set_scale (s) { var polysynth = new Tone.PolySynth(8, Tone.synth) polysynth.set({ - oscillator: { type: "sine" }, + oscillator: { type: "triangle" }, envelope:{ attack: 0.01, decay: 2.5, |
