Quantcast
Channel: Processing Forum
Browsing all 1768 articles
Browse latest View live

Re : Making dots bigger recognizing volume or pitch of the voice (mic)

Oh, ok I will look at it. Thank you!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!:)

View Article


Re : 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 Article


Re : 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 Article

Minim 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 Article

Minim 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 Article


Re : 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 Article

Re : Minim pause, stop, change volume

Thank you very much, ddifede! Everything worked exept setVolume() and setGain(). Is there an example?

View Article

Updated 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 Article


Re : Updated javadoc for processing?

http://processing.org/reference/javadoc/core/

View Article


PortInUseException 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 Article

Image may be NSFW.
Clik here to view.

PShape 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 Article

Watch 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 Article

Turning 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 Article


Re : 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 Article

How 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 Article


Re : Turning on (& off) a webcam reacting to sound

Any1?

View Article

Re : 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 Article


Re : 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 Article

Re : 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 Article

Re : 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
Browsing all 1768 articles
Browse latest View live