cinder / Cinder

Cinder is a community-developed, free and open source library for professional-quality creative coding in C++.
http://libcinder.org
Other
5.28k stars 939 forks source link

Add EqualizerNode (a FilterNode which supports multiple filters). #2295

Closed mincequi closed 1 year ago

mincequi commented 1 year ago

Hi there,

this PR provides a new node named EqualizerNode which behaves like the FilterNode but accepts multiple filters.

Please tell me what you think.