Comments on: iggy wave http://gracefulspoon.com/blog/2009/03/06/iggy-wave/ adventures in architecture Mon, 26 Apr 2021 09:25:20 +0000 hourly 1 https://wordpress.org/?v=6.1.6 By: Yusuf http://gracefulspoon.com/blog/2009/03/06/iggy-wave/comment-page-1/#comment-117957 Mon, 26 Apr 2021 09:25:20 +0000 http://gracefulspoon.com/blog/?p=315#comment-117957 Hey John, just came across this, phenomenal work.

Looking for a little help, when I try to run the sketch, the window pops up, then closes and im presented with these errors

==== JavaSound Minim Error ====
==== Don’t know the ID3 code PRIV

java.lang.NullPointerException
at java.io.DataInputStream.readInt(DataInputStream.java:387)
at processing.core.PFont.(PFont.java:347)
at processing.core.PApplet.loadFont(PApplet.java:6351)
at sketch_210426a.setup(sketch_210426a.java:53)
at processing.core.PApplet.handleDraw(PApplet.java:2432)
at processing.opengl.PSurfaceJOGL$DrawListener.display(PSurfaceJOGL.java:866)
at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:692)
at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:674)
at jogamp.opengl.GLAutoDrawableBase$2.run(GLAutoDrawableBase.java:443)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1293)
at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:1147)
at com.jogamp.newt.opengl.GLWindow.display(GLWindow.java:759)
at com.jogamp.opengl.util.AWTAnimatorImpl.display(AWTAnimatorImpl.java:81)
at com.jogamp.opengl.util.AnimatorBase.display(AnimatorBase.java:452)
at com.jogamp.opengl.util.FPSAnimator$MainTask.run(FPSAnimator.java:178)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)

]]>
By: Shree http://gracefulspoon.com/blog/2009/03/06/iggy-wave/comment-page-1/#comment-93211 Sat, 16 Sep 2017 15:15:49 +0000 http://gracefulspoon.com/blog/?p=315#comment-93211 Hi John, I am not sure if you would be checking new remarks on this page, but I am giving it a try. I am trying to use your code from this link (http://gracefulspoon.com/processingapps/singlewave/waveform_landscape04.pde) and after downloading the rar file with .pde and .mp3, everything is working except ‘record’ facility. I am using Processing version 3 on an 2011 iMac, and when I press the ‘r’ key, processing interface freezes with the following issue highlighted in red: RawDXF can only be used with beginRaw(), because it only supports lines and triangles. Line 170 – endShape(CLOSE) is also highlighted in yellow.

Any help in recording the DXF will be highly appreciated!
thank you much!
s

]]>
By: Christophe Bordier http://gracefulspoon.com/blog/2009/03/06/iggy-wave/comment-page-1/#comment-64577 Sat, 10 Dec 2016 23:00:03 +0000 http://gracefulspoon.com/blog/?p=315#comment-64577 hello I may have use the bad link so I say it here again : I have made a far better version of this code!

see it here : http://gracefulspoon.com/blog/2009/04/02/visualizing-sound-in-processing/comment-page-1/#comment-64576

]]>
By: Crystal Lui http://gracefulspoon.com/blog/2009/03/06/iggy-wave/comment-page-1/#comment-41979 Fri, 15 Jan 2016 14:40:52 +0000 http://gracefulspoon.com/blog/?p=315#comment-41979 HI JOHN,

I’VE DOWNLOADED PROCESSING 1.5 ON A WINDOWS COMPUTER AND THE CODE I RUNNING, HOWEVER IT DOESNT SEEM TO RECORD THE WHOLE THING WHEN I PRESS ‘r’

]]>
By: Crystal LUI http://gracefulspoon.com/blog/2009/03/06/iggy-wave/comment-page-1/#comment-41959 Thu, 14 Jan 2016 22:20:55 +0000 http://gracefulspoon.com/blog/?p=315#comment-41959 Thanks for your prompt reply! I’ve tried using Processing 1.5 however the application can’t seem to open up on my mac. This may be a little out of your expertise

]]>
By: John Locke http://gracefulspoon.com/blog/2009/03/06/iggy-wave/comment-page-1/#comment-41957 Thu, 14 Jan 2016 21:23:46 +0000 http://gracefulspoon.com/blog/?p=315#comment-41957 Use processing 1.5

]]>
By: Crystal LUI http://gracefulspoon.com/blog/2009/03/06/iggy-wave/comment-page-1/#comment-41956 Thu, 14 Jan 2016 21:21:56 +0000 http://gracefulspoon.com/blog/?p=315#comment-41956 Hi John!

I have the same problem when trying to record. It says ‘RawDXF can only be used with beginRaw()’. I tried downloading your rar. file but it made no difference. Im using Processing 3 on a Mac. Please help!

]]>
By: Rumen http://gracefulspoon.com/blog/2009/03/06/iggy-wave/comment-page-1/#comment-41285 Mon, 07 Dec 2015 16:24:04 +0000 http://gracefulspoon.com/blog/?p=315#comment-41285 The solution to the ‘rawDXF can only be used with beginRAW(), because it only supports lines and triangles’ issue is to simply reverting back to processing 1.5.

In 1.5 – everything works like a charm!

]]>
By: Rumen http://gracefulspoon.com/blog/2009/03/06/iggy-wave/comment-page-1/#comment-41273 Mon, 07 Dec 2015 09:40:14 +0000 http://gracefulspoon.com/blog/?p=315#comment-41273 Hi John,

Amazing work- thanks for posting! I am running into exactly the same issue as bernardo above – would you happen to know what might the issue be?

Best,

R

]]>
By: bernardo http://gracefulspoon.com/blog/2009/03/06/iggy-wave/comment-page-1/#comment-38608 Wed, 21 Oct 2015 19:51:19 +0000 http://gracefulspoon.com/blog/?p=315#comment-38608 hello john,
thank you for posting this, great job. I was able to load an audio file of my own but I’m running into trouble when trying to export the DXF file. A warning pops up in processing ‘rawDXF can only be used with beginRAW(), because it only supports lines and triangles’ and then the sketch crashes. A file does appear in the sketch’s folder but when I try to open it with rhino all i get is a tiny bit of the waveform. I’m using processing 3.
best,
bernardo

]]>