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

Re : Sound Distance / Tap Distance

Does it work? What problems do you have? I suggest to println() the values in.right.get(i) and in.left.get(i))  - I doubt the mic gives you good values....minim also has a beat...

View Article


Re : simple IPimage to PDF doesn't work

  my_pdf.beginDraw();  my_pdf.dispose();  my_pdf.endDraw(); // stop and save pdfYou don't draw anything on my_pdf!  t.beginDraw();    img = loadImage("15.jpg");  image(img, 0, 0);  t.endDraw();The...

View Article


Image may be NSFW.
Clik here to view.

Re : Sound Distance / Tap Distance

Hi Chirsir,Thanks for replying. No, it doesn't work. When I tried tapping on the screen both the Microphones detect same intensity of sound (if in.right.get(i) & in.left.get(i) detects the...

View Article

Re : Sound Distance / Tap Distance

Maybe the sound is transport through the laptops hull equally to both mics. Did you try two external mics placed left and right from laptop?

View Article

Re : pixels[] array works in 2D but not 3D?

hi Crisir,thanks for the reply.  i've actually found a way to do this that's a bit different than the code in this post.  i'll post may current code later, but i wanted to answer your questions.the...

View Article


Re : Sound Distance / Tap Distance

Yes, I thought same. The laptop body is transporting sound equally to both the mics. And No, I didn't try yet two external mics method. I was also thinking of trying some other techniques to do this. I...

View Article

Saving in high resolution URGENT help!

Hello, fellow forum mates, I'm not sure if i'm doing this the right way..  please help. I managed to save the file but it's in really low (pixelated) tiff file.I need to save it in high resolution tiff...

View Article

Re : Sound Distance / Tap Distance

I don't knowI actually don't think it will work. To your old approach: did you try println() ?What happens when you clap with your hands left from the screen and right from the screen?Are both mics...

View Article


Watch Olympus|Mt. Olympus|Olimbos|mountain peak

Watch Olympus|Mt. Olympus|Olimbos|mountain peak} Has Fallen on-line Free Full 2013 moving picture Putlocker Streaming Spring Breakers Action adventure story is Olympus Has Fallen back and immediately...

View Article


Re : GLSL shader help

Thank you for your responses, I will test the code on a Windows machine and on a Mac with Nvidia Graphics and report back. If the problem persists then I'll file a bug report. 

View Article

Re : simple IPimage to PDF doesn't work

Hi PhiLho,Thanks for your reply, but I'm afraid it didn't work. I still got blank pdfs. I went back to basics and tried this code:PImage img;import processing.pdf.*;void setup(){  size(500, 375, PDF,...

View Article

Millis() out of time

Hey guys I'm currently working on a sketch that uses FFT's and to make the background flicker different colours and to make a circular frequency "bar" thingy bounce in time with the music. What I'm...

View Article

Re : Millis() out of time

I can't run your example, but what i see, is that you calculated the milliseconds incorrect. For example, 1 minute and 48 seconds = 108 seconds = 108000 milliseconds. 1 minute and 59 seconds = 119...

View Article


Re : Sound Distance / Tap Distance

Hi Chrisir,When I clap strongly it detects and shows the significant difference of wave intensity ( I think amplitude not intensity ) in the sketch window but by default it always shows the "LEFT" and...

View Article

Re : Millis() out of time

Duh. I'm silly. Thanks. :)

View Article


Re : simple IPimage to PDF doesn't work

"I'm afraid it didn't work. I still got blank pdfs"Of course, I only quoted your code for reference, to point out the problems, the code is still your.

View Article

Re : Sound Distance / Tap Distance

OK, so the tapping is not loud enough.... and the clapping is loud enoughhow can we make the tapping louder for the mics? In general we need a threshhold and when the sound is less loud than the...

View Article


error message "toxi.doap" not found while toxic lib did installed ...

I got the following message when playing Jer Thorp's sunflower script, but I did install toxiclib 2.0 library for my Processing 2.0b6 ... The package "toxi.geom.util" does not exist.The sunflower...

View Article

Re : error message "toxi.doap" not found while toxic lib did installed ...

found the answer: toxi.geom.util has been renamed as toxi.geom.meshsee:http://hg.postspectacular.com/toxiclibs/src/413865df5124/readme1st/core/CHANGELOG.txt?at=toxiclibsbut I got another error on...

View Article

Re : simple IPimage to PDF doesn't work

Hi PhiLho,Of course I modified my code according to what I believed was your comment. I tried the following:PImage img;import processing.pdf.*;PGraphicsPDF my_pdf;void setup(){  size(500, 375);  my_pdf...

View Article
Browsing all 1768 articles
Browse latest View live