Adjective-Object / cSpectrum

cpp port of Spectrum.py
0 stars 0 forks source link

Equalizer Size Definitions #3

Open Adjective-Object opened 9 years ago

Adjective-Object commented 9 years ago

Right now, getting an equalizer of a specific width is difficult.

Proposed Solution: in addition to allowing definition by barcount/barwidth/barpadding, allow definition by barcount/eqwidth/barpadding and barcount/eqwidth/eqpadding.

Adjective-Object commented 9 years ago

Implementation will have do be different for each type of eq? Implementing a generic system means less intuitive code structure and probably more overhead..