issues
search
jamoma
/
jamoma2
A header-only C++ library for building dynamic and reflexive systems with an emphasis on audio and media.
MIT License
30
stars
6
forks
source link
Next Unit Generators to create for experimentation
#9
Open
tap
opened
9 years ago
tap
commented
9 years ago
TTLimiter -- uses another unit internally, more complex processing function
TTMixer -- different number of ins and outs
Maybe TTOperator? (real goal is testing Ring Modulation)
some sort of analyzer that translates from the audio domain into the control domain (e.g. snapshot~) -- queuing data across threads
tap
commented
9 years ago
Limiter moved to the
tap/limiter
branch