Summing Two Waves...

I want to sum to waves, and have the output go to a created track. I’m at the prompt and i am using:

(add(hzosc 10)(hzosc 100))

Any suggestions? All help would be appreciated.

Thanks

Vf

The answer was in the question: “sum”…

(sum (hzosc 10)(hzosc 100))

The result of the above code will go +/-2 , so you’ll need to multiply by 0.5 to keep it from clipping …

(mult 0.5 (sum (hzosc 10)(hzosc 100)))

hah, so i am reading the wrong docs i guess…

where can i find the right ones?

thanks.

Vf

See here: Manuals and reference material