#1 new
Tomasz Kaye

Filters sometimes 'blow up'

Reported by Tomasz Kaye | December 23rd, 2009 @ 09:28 AM

Sometimes, when working with filters I've gotten a full volume 'screaming' sound over the speakers or headphones. The volume settings of my laptop don't affect the level of the screaming, it's always at full volume.

Here's code that sends to a blackhole that demonstrates the runaway filter problem:

PulseOsc osc => BPF filter => blackhole;
20000 => filter.freq;
0.5 => filter.Q;
for(int i; i < 100; i++)
{
   <<< "osc: ", osc.last(), " filter: ", filter.last() >>>;
   samp => now;
}

The output of this code keeps rising.

(using a macbook, internal soundcard and dracula version of ChucK)

No comments found

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Place to log chuck bugs, feature requests etc.

Shared Ticket Bins

People watching this ticket

Pages