Closed awelles closed 5 years ago
As I implement a few more custom controllers I spot bits still needed here.
.add( controller, params ), for instance, to mirror factory parameters. And somewhere to stash the li class. Etc
Threw @anhr's PlotterController
into src and example, though refactored to Controller
and .add()
Just wanted to give him his due.
I made a slimmer implementation of add( controller ) here: #243
It doesn't have the PlotterController
or anything other than add( controller )
functionality bundled with it.
Pull that and close this.. if that be thy will.
In reference to .add( controller ) #4
I read through @anhr's #232 then simply implemented .add(controller).
For custom controllers you can extend Controller.
For instance, anhr's KnobController: