audio signal expressions in gen~ ?
Hello,
I was originally looking for an expr~ Max object to do complex math expressions on audio signals, but then it occurred to me that gen~
might be the best way to do such calculations. Could one of you Max/Gen gurus help me out with some of the basic gen syntax
to achieve this? So far, I haven't really been able to get my head around Gen and am looking forward to a complete manual for gen expressions and gen in general.
Thanks!
There's an exper operator (object) in gen~ that pretty much works the same as the Max exper object.
but operating on audio signals?
gen~ is by definition an audio signal processing environment. Thus the '~'.
gotcha. thanks.