synthing

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

commit a41113bb0bc474abbc4493d5818829b817ce2ad5
parent bf88cd7fddf825a7bac6e793a7107026c5fd8e61
Author: Massimo Siboldi <mdsiboldi@gmail.com>
Date:   Sun, 10 Dec 2017 18:45:06 -0800

Remove invalid comment

Diffstat:
Msrc/Polyphonic.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/Polyphonic.js b/src/Polyphonic.js @@ -40,7 +40,6 @@ export default class Polyphonic { envelope }); } - //TODO this is fucked up right now. I need to rethink keeping track of multiple voices on one note to allow them to have their waves changed. and I can't remove all of them at the same time, only the most recent voice? I guess I can assume that the most recent voice is always the one being removed... Stuff like that. removeVoice(note) { const voiceList = this.voices[note.note]; const voice = voiceList[voiceList.length - 1];