Hi folks, when running the code linked below I get this error message: [chuck](via STK): DelayL: setDelay(1173.42) too big! FYI here's the code: https://github.com/charliekramer/ChucK/blob/master/WIP%20call%20and%20respon... It's weird because I'm not using DelayL in my code (but I guess it's in one of the STK models--I'm using Saxofony and Bowed). The message seems innocuous--it seems to continue running fine. It doesn't occur right away but after the code's been running for a little while. Just curious if I'm doing something weird. I'm running it on a MacBook Air with Mojave 10.14.2. Thanks! Charlie
Hi Charlie, I suspect it has to do with the Bowed unit (which apperantly uses an STK DelayL element internally). I was able to reproduce a similar error with the following shred: Bowed bar1; bar1.freq(20); hour => now; As long as you keep bar1.freq > 35 Hz you should be ok. Best, Casper
On 5 Jan 2019, at 02:40, Charlie
wrote: Hi folks,
when running the code linked below I get this error message:
[chuck](via STK): DelayL: setDelay(1173.42) too big!
FYI here's the code:
https://github.com/charliekramer/ChucK/blob/master/WIP%20call%20and%20respon... https://github.com/charliekramer/ChucK/blob/master/WIP%20call%20and%20respon...
It's weird because I'm not using DelayL in my code (but I guess it's in one of the STK models--I'm using Saxofony and Bowed). The message seems innocuous--it seems to continue running fine. It doesn't occur right away but after the code's been running for a little while. Just curious if I'm doing something weird. I'm running it on a MacBook Air with Mojave 10.14.2.
Thanks!
Charlie
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
participants (2)
-
Casper Schipper
-
Charlie