I have exported my sketch from processing to be played on a mac, however when I open the exported file a 2nd screen/computer jitter will pop up as well. How would I get rid of that? The file is on the desktop and that's the only file on the desktop too.
I have a song that is playing and when the mouse is pressed the song pause and a 2nd sound is played during the pause. When the mouse is released the song start playing again but from the beginning of the track, is a way to make the song continue from where it was paused? I tried using 'song.play();' after 'void mouseReleased()' which works but the song doesn't loop back to the beginning of the track once the whole song has been played.
Ideally I would like to make the song continue after it has been paused by mousePressed/ the 2nd sound but also to have the song looping once it reach the end of the track.
I hope I make sense. If someone have any feedback that would be very helpful.
I am quite new to processing and this error has pop up
" expecting RCURLY, found 'else' ". What does this mean? and how can I solve the problem?
I have an audio playing and when the mouse is pressed random sound trigger. When the sound trigger the audio is paused but I can't get the audio to play again once it is paused, i.e. it goes silence.
I am quite new to Processing and I am trying to generate random Audio Sample using a mousePressed. I got a great feedback from a member off
http://code.compartmental.net/tools/minim/manual-audiosample/ , but I must be coding uncorrectly because this error message "NullPointerException"is showing.