matthewjohnjamieson / comb

0 stars 2 forks source link

current use of Synth class inside the chord object held by cells is wrong. #20

Closed matthewjohnjamieson closed 6 years ago

matthewjohnjamieson commented 6 years ago

Right now, each cell generates a new Synth instance for every corresponding chord. That's the wrong way to do it. Instead they should take in a reference to a global synth class which all the chords share.