squarefeet / audio.io-old

A (possibly overkill) web audio and MIDI helper library
https://github.com/squarefeet/audio.io
6 stars 2 forks source link

Create generic button, dial, slider, and select box views #15

Open squarefeet opened 11 years ago

squarefeet commented 11 years ago

Taking the AnalyserView as an example, each one of these generic view classes will be used to change parameters on the AnalyserModel, such as mindB, maxdB, granularity, etc.

They should be deaf, blind, and dumb, and instantiated as members of the parent view.