[Csnd] Atomic Fixin's - Synth built with Processing and Csoundo
Date | 2010-09-21 20:22 |
From | Jacob Joaquin |
Subject | [Csnd] Atomic Fixin's - Synth built with Processing and Csoundo |
Hello everyone. I just uploaded a video and source code to a new instrument based on the Atari 2600 synth engine built with Processing and Csoundo. The video: http://blip.tv/file/4148836 The code: http://github.com/jacobjoaquin/Csoundo/downloads Best, Jake |
Date | 2010-09-21 20:35 |
From | Steven Yi |
Subject | [Csnd] Re: Atomic Fixin's - Synth built with Processing and Csoundo |
Very nice! Thanks for sharing! On Tue, Sep 21, 2010 at 3:22 PM, Jacob Joaquin |
Date | 2010-09-21 20:48 |
From | Rory Walsh |
Subject | [Csnd] Re: Re: Atomic Fixin's - Synth built with Processing and Csoundo |
Really cool Jacob! I'm going to give it a go tomorrow.. On 21 September 2010 20:35, Steven Yi |
Date | 2010-09-22 02:22 |
From | Brian Wong |
Subject | [Csnd] RE: Atomic Fixin's - Synth built with Processing and Csoundo |
I enjoyed the video, however was unable to run the example in Processing. The problem appears to be with controlP5. Please note I do have controlP5 installed and the examples run properly. I am getting a Null Pointer Exception at the line : cp5.setControlFont(smallFont); Here is the program output : csoundo 0.1.2 by Jacob Joaquin http://csoundblog.com Thread-3 compile status: 0 ControlP5 0.5.0 infos, comments, questions at http://www.sojamo.de/libraries/controlP5 processing.app.debug.RunnerException: NullPointerException at processing.app.Sketch.placeException(Sketch.java:1543) at processing.app.debug.Runner.findException(Runner.java:582) at processing.app.debug.Runner.reportException(Runner.java:558) at processing.app.debug.Runner.exception(Runner.java:498) at processing.app.debug.EventThread.exceptionEvent(EventThread.java:367) at processing.app.debug.EventThread.handleEvent(EventThread.java:255) at processing.app.debug.EventThread.run(EventThread.java:89) Exception in thread "Animation Thread" java.lang.NullPointerException at controlP5.ControlP5.setControlFont(Unknown Source) at atomic_fixins.setup(atomic_fixins.java:72) at processing.core.PApplet.handleDraw(Unknown Source) at processing.core.PApplet.run(Unknown Source) at java.lang.Thread.run(Thread.java:619) Any suggestion you have to fix this would be appreciated, as this is an interesting project from many aspects which I would like to study and tinker with. Keep up the great work! Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2010-09-22 02:41 |
From | Brian Wong |
Subject | [Csnd] RE: RE: Atomic Fixin's - Synth built with Processing and Csoundo |
Sorry to reply to my own email, but I thought you would like to know I fixed the problem by downloading the HammerFat font and creating my own HammerFat-12.vlw. Now the example runs perfectly. I did not have to replace any of the other .vlw files. Perhaps an cross-platform incompatibility bug in the .vlw format? Brian ---------------------------------------- > From: brian.wong1@hotmail.com > To: csound@lists.bath.ac.uk > Date: Tue, 21 Sep 2010 22:22:41 -0300 > Subject: [Csnd] RE: Atomic Fixin's - Synth built with Processing and Csoundo > > > I enjoyed the video, however was unable to run the example in Processing. The problem appears to be with controlP5. Please note I do have controlP5 installed and the examples run properly. I am getting a Null Pointer Exception at the line : > cp5.setControlFont(smallFont); > Here is the program output : > csoundo 0.1.2 by Jacob Joaquin http://csoundblog.com > Thread-3 > compile status: 0 > ControlP5 0.5.0 infos, comments, questions at http://www.sojamo.de/libraries/controlP5 > processing.app.debug.RunnerException: NullPointerException > at processing.app.Sketch.placeException(Sketch.java:1543) > at processing.app.debug.Runner.findException(Runner.java:582) > at processing.app.debug.Runner.reportException(Runner.java:558) > at processing.app.debug.Runner.exception(Runner.java:498) > at processing.app.debug.EventThread.exceptionEvent(EventThread.java:367) > at processing.app.debug.EventThread.handleEvent(EventThread.java:255) > at processing.app.debug.EventThread.run(EventThread.java:89) > Exception in thread "Animation Thread" java.lang.NullPointerException > at controlP5.ControlP5.setControlFont(Unknown Source) > at atomic_fixins.setup(atomic_fixins.java:72) > at processing.core.PApplet.handleDraw(Unknown Source) > at processing.core.PApplet.run(Unknown Source) > at java.lang.Thread.run(Thread.java:619) > > Any suggestion you have to fix this would be appreciated, as this is an interesting project from many aspects which I would like to study and tinker with. Keep up the great work! > > > Send bugs reports to the Sourceforge bug tracker > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > Discussions of bugs and features can be posted here > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" > Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2010-09-22 19:01 |
From | Jacob Joaquin |
Subject | [Csnd] Re: RE: RE: Atomic Fixin's - Synth built with Processing and Csoundo |
Hmm, that's really strange. Another possibility is perhaps the file was corrupted. Thanks for taking the time to figure it out, I'll have to do some further investigation. Glad you got it working! Best, Jake -- The Csound Blog - http://csoundblog.com/ Slipmat - http://slipmat.noisepages.com/ On Tue, Sep 21, 2010 at 6:41 PM, Brian Wong |