cinder / Cinder

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

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

Closed mincequi closed 2 years ago

mincequi commented 2 years 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.