Closed trackme518 closed 11 months ago
Updated preview (with no more overly restrictive amplitude checks) already available at https://github.com/processing/processing-sound/releases/tag/v2.4.0-preview, thanks for reporting!
Hi, I just tested on Linux64bit (Mint) with the new build and warnings are gone - thanks.
I have red the issue: https://github.com/processing/processing-sound/issues/65 but did not find the function to suppress warnings. Usecase described below:
Hi, I still have these warning when setting the amplitude to 0 with version 2.4.0 - but this is intentional as I need to dynamically change volumes and at times assign 0 to certain channels.
In Engine.java line 606:
line 651
What is the method to suppress warnings? I can probably just hack it by assigning Float.MIN_VALUE but I would rather have a truly 0.0 volume there...