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
.isPlaying() always returns true, even after the SoundFile has ended. In the following code, the else is never executed. Processing 3.5,3 Processing Sound Library 2.2.0
@Aidan-Lineberry this should be fixed with version 2.2.2. If you want you can immediately download the new version from here: https://github.com/processing/processing-sound/releases/tag/v2.2.2 simply extract the sound.zip file into your Processing/libraries folder (overwriting the existing sound/ folder), otherwise the new version should become available for auto-update through Processing's contribution manager within a week at most.
.isPlaying() always returns true, even after the SoundFile has ended. In the following code, the else is never executed. Processing 3.5,3 Processing Sound Library 2.2.0
The text was updated successfully, but these errors were encountered: