Re : Making dots bigger recognizing volume or pitch of the voice (mic)
Oh, ok I will look at it. Thank you!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!:)
View ArticleRe : Making dots bigger recognizing volume or pitch of the voice (mic)
Hello, Amnon.owed!I have done until this far but can I please ask you more questions?I want to use filter (posterize) in this codation to make this bubbles look more prettier, or I want to use...
View ArticleRe : Making dots bigger recognizing volume or pitch of the voice (mic)
You code uses the ess library and a webcam. I have neither on this computer, so I can't help you further with this code example.Some general tips on minor points. Always make size() the first call in...
View ArticleMinim save audio
Hello!I'm sorry guys this question might seem stupid to you but I can't save the sound out of this program. I used SoundCipher to generate random sounds and I need to save around 10 seconds of it in...
View ArticleMinim pause, stop, change volume
Few more problems with minim. 1. I'm programming a game and I wanna mute music when player loses. I have 2 audio files playing so my function looks like this:void muteMusic() { song1.close();...
View ArticleRe : Minim pause, stop, change volume
This needs more information. What class are you using for song1 and song2? If you plan to reuse a song, you should not close() it, you should pause() it. To resume it you call play(). To mute you can...
View ArticleRe : Minim pause, stop, change volume
Thank you very much, ddifede! Everything worked exept setVolume() and setGain(). Is there an example?
View ArticleUpdated javadoc for processing?
Hello, where can I find the latest javadoc for processing? I wanted to check out the new Data features but they seem to be missing from the javadoc listed on google code.
View ArticlePortInUseException workaround followup question
Hi everyone!I've been using Processing for a couple of months now, but there is one issue that I just can't seem to fix with searching in the forums.In the program I'm writing I open a RFID reader...
View ArticlePShape SVG displaying differently in P3D Processing 2
I have noticed that displaying SVG vector graphics using PShape has different results in P2D vs. P3D modes running in the new Processing 2 (beta9).disableStyle() does not seem to work in P3D mode,...
View ArticleWatch Iron Man 3 Online Free
Watch The Hangover 3 Online Free Review About: Fast & Furious 6, Since Dom (Diesel) And Brian’s (Walker) Urban Center Heist Toppled A Kingpin’s Empire And Left Their Crew With $100 Million, Our...
View ArticleTurning on (& off) a webcam reacting to sound
Hello guys,I am trying to build a sketch where a webcam can be triggered on by using the audio: If the webcam records a audio volume of 'x' the webcam turns on. When it reaches this level again it will...
View ArticleRe : PortInUseException workaround followup question
A colleague helped fix it. It's not the prettiest solution, but it works perfectly. From setup, there is a try-catch statement. If it's caught, a boolean (portOpen) is set at false. After that, the...
View ArticleHow to play a couple of milliseconds of an audio file?
Hi all,I'm new to the minim library. I've been searching the web and this forum but I can't find an answer to my problem:Say I have an mp3 file of a 3 minutes. I want to play random 10 milliseconds...
View ArticleRe : Turning on (& off) a webcam reacting to sound
Look for minim, a core library that deals with sound. You will use it to measure the sound, and than adapt it to replace mouse in the code above. There are a lot of examples, either built in Processing...
View ArticleRe : Processing 2.0 video alpha channel
Hi moritz,I just saw your post. 'app' was a variable I was using to set the root PApplet in my application. for your example, just change it to 'this' and it should work. The class, or more...
View ArticleRe : How to play a couple of milliseconds of an audio file?
Try using an AudioPlayer. Cue to your start point and use the looping methods to play 10 ms (I believe you set it to loop 0 times to play once); alternatively, you can poll the position and pause when...
View ArticleRe : Unable to install JavaScriptMode - 2.0b9
Hi PhiLho I looked at the issues but missed that one and I also missed the topic - must need new glasses.I have already tried your work arround but it didn't work for me. Although the IDE could see...
View Article