dfilaretti / WeirdDrums

Open Source Drum Synth plugin
MIT License
18 stars 3 forks source link

Unify {Osc, Noise, Master}SectionEditor; move functionality to parent class #71

Closed dfilaretti closed 5 years ago

dfilaretti commented 5 years ago

Those classes {Osc, Noise, Master}SectionEditor are really just doing the same thing. It should be possible to completely get rid of them, and instead use the parent class directly (e.g. pass it a vector of Components in the constructor instead of making a derived class that does that!)