You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 9, 2019. It is now read-only.
I have a synthDef, on which is called noteOn and noteOff. I am also hackishly changing the volume of the gen, by calling .set({mul: value}).
I notice that this causes a disruption, which is very obvious when changed at a fast rate. E.g., if I update the mul every 16ms, then it is more clicks and white noise than a continuous function.
Is there a more correct way of doing this?
Thanks!
Edit, here's a good way to test, where list[0] is a synthGen:
I have a synthDef, on which is called
noteOn
andnoteOff
. I am also hackishly changing the volume of the gen, by calling.set({mul: value})
.I notice that this causes a disruption, which is very obvious when changed at a fast rate. E.g., if I update the
mul
every 16ms, then it is more clicks and white noise than a continuous function.Is there a more correct way of doing this?
Thanks!
Edit, here's a good way to test, where
list[0]
is a synthGen:The text was updated successfully, but these errors were encountered: