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

LFO: Brainstorm and Explore options for attaching LFOs to Parameters #7

Open tap opened 9 years ago

tap commented 9 years ago

For example, instead of

filter.freq = 500;

We could have:

LFO lfo("sine", 0.5hz); filter.freq = lfo;

tap commented 9 years ago

Relates to discussion of gverb implementation brainstorm with @nwolek