synthing

a waveform sequencing synth on the web
Log | Files | Refs | Submodules

commit 87c151a4227bc3d4f090b7e7a29d430cb5288f66
parent f41c795a4b6ffd91a5440f19cbb51ad3f71170f6
Author: Massimo Siboldi <mdsiboldi@gmail.com>
Date:   Sun, 10 Dec 2017 18:43:02 -0800

Remove unused state

Diffstat:
Msrc/App/index.js | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/App/index.js b/src/App/index.js @@ -100,10 +100,6 @@ class App extends Component { }], numBeats: initBeats, editingWaveformIdx: 0, - mouseData: { - down: false, - pos: {x: 0, y: 0} - }, adsr: { a: 0.3, d: 1,