Re: The Synthizer Thread
Hi @392,
I can answer your question about setting the t60. The way you would do it is this.
Say your reverb is called verb.
verb = synthizer.GlobalFdnReverb(context)
You can set the t60 of the reverb like so:
verb.t60=1.5
Then, you can route a sound through your reverb:
context.config_route(some_source, verb)
Hope this helps!
-- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector