processing-sound-archive
                                
                                 processing-sound-archive copied to clipboard
                                
                                    processing-sound-archive copied to clipboard
                            
                            
                            
                        Archived Sound Library for Processing
trying to run any code that implements the processing sound library gives the below error: "Could not run the sketch (Target VM failed to initialize). For more information, read revisions.txt...
as per title, .isPlaying() always returns integer 1 even after the SoundFile has ended. In the following code, the else is never executed. Processing 3.3.7, sound library version 1.4.0 ```...
I get this error when I work on Eclipse `java.lang.UnsatisfiedLinkError: no LIBWINPTHREAD-1 in java.library.path` And it was caused by this line : `SoundFile sf = new SoundFile(this, "bark.mp3");` It has...
title/subject is the error message i get when running the following code (example 20-7 from learning processing, 2nd edition by daniel shiffman): i'm running processing 3.3.7 in os x el...
All Sound library examples crash with this error message. System: Windows 10 Pro, Processing 3.0b5 ``` # # A fatal error has been detected by the Java Runtime Environment: #...
## Description When I run the sketch, instead of playing the sound, or even doing nothing at all, the entire sketch crashes with Java throwing a fatal error ## Expected...
Hi, I've been working on a project which uses some basic functionalities of the sound library (I use it to play sounds, nothing else). However, the library doesn't work as...
https://github.com/processing/processing/issues/4727
hello, Im teaching how to manipulate sounds in a sound art course. The library works fine on linux and mac, but when imported on widows i get this nasty bad...
We're getting this error message: ERROR: /node/set: Synth 1 not found When a sound file is looping. For example: ``` import processing.sound.*; SoundFile soundfile1; void setup() { size(640, 360); background(255);...