dzlonline / the_synth

A simple to use 4 polyphonic wavetable synthesizer library for Arduino.
336 stars 68 forks source link

Nice product, but not really modular #16

Open perremba opened 4 years ago

perremba commented 4 years ago

Hello, I was surprised with your design with just a .h file and no .cpp file. This way one cannot implement real modularity (e.g. Let's say I would make a DTMF library and a music player library which would both use yours. I wouldn't be able to use them both in the same program. Is there a reason you implemented it that way ?