[squeak-dev] [Sounds] How to turn off reverb

Stéphane Rollandin lecteur at zogotounga.net
Tue May 25 17:50:17 UTC 2021


> Is this a - maybe unfortunate - default setting? 

The default reverb is indeed unfortunate IMO. It is hard-coded in 
SoundPlayer>>#startReverb

In muO, I use a much lighter reverb (no reverb would make some FMSounds 
end badly):

ReverbState := ReverbSound new
	tapDelays: #(1601 3469 7919)
	gains: #(0.012 0.007 0.001).

Whatever the default, I guess it would be good to have it defined elsewhere.

Stef


More information about the Squeak-dev mailing list