[Csnd] Announce: Csoundo 0.1.2 Alpha
Date | 2010-08-20 18:13 |
From | Jacob Joaquin |
Subject | [Csnd] Announce: Csoundo 0.1.2 Alpha |
Hello everyone, I just released a new version of Csoundo. I couldn't have done it without the help of many of you here on the list. Thank you! http://github.com/jacobjoaquin/Csoundo/downloads Here's the rundown: -Eight examples are included in this new release that demonstrate: a simple slider GUI, creating score events, channel busses, reading and writing to f-tables, generating graphs from tables, syncing audio with animation and playing a Csound composition. -The README.txt has been upgraded to include better install instructions for Linux, OS X and Windows. -This release should work on a few more computers, as audio now outputs to the default DAC, where as before, it would sometimes try to render to a file on some computers. -Users can also now set the Csound command-line options with the cs.setOptions() method. -A few things have been cleaned under the hood, which should provide better stability. If you have any bugs, comments or examples, send it my way. Once again, thanks for all your help! Best, Jake |
Date | 2010-08-20 18:25 |
From | Rory Walsh |
Subject | [Csnd] Re: Announce: Csoundo 0.1.2 Alpha |
Great, I can't wait to try it! On 20 August 2010 18:13, Jacob Joaquin |
Date | 2010-08-24 14:35 |
From | jean-pierre lemoine |
Subject | [Csnd] Re: Announce: Csoundo 0.1.2 Alpha |
Just a report on my first tests using Csoundo inside Eclipse, with csound double edition. Porting Processing projects inside Eclipse is a little tricky, thus I have written a small guide (for Eclipse user) https://docs.google.com/document/edit?id=1Nu-NvnWGH1CWy8PhH13VOw0BEESHvCcAkog87bzrZ0g&hl=fr I have ported DrawTables and sliders, and they work both with Csound 5.11 double precision on Windows XP. Thanks Jacob for working on this librarry, there are very interesting libraries built around Processing, like GLGraphics, GSVideo, proscene, or ControlP5 It is worth looking at all this stuff. Best jp On Fri, Aug 20, 2010 at 7:13 PM, Jacob Joaquin |
Date | 2010-08-25 14:00 |
From | conordempsey |
Subject | [Csnd] Re: Announce: Csoundo 0.1.2 Alpha |
Hi Jacob, I'm working on a project that uses csound and processing, but currently I'm actually making a server addon for csound through the csound java wrappers. Have you had any trouble with thread safety? or csound exiting sporadically with segmentation faults? I am using csoundPerformanceThread class because I thought it was thread safe Can you or anyone point me towards documentation or forum posts that show how the csound java wrapper being used with best practices? Any help you can give me would be greatly appreciated Conor |
Date | 2010-08-25 14:35 |
From | Michael Gogins |
Subject | [Csnd] Re: Re: Announce: Csoundo 0.1.2 Alpha |
Look at http://www3.math.tu-berlin.de/jreality/. You should get the source code out using Subversion and look at the Csound adapter stuff. Regards, Mike On Wed, Aug 25, 2010 at 9:00 AM, conordempsey |
Date | 2010-08-25 14:45 |
From | Conor Dempsey |
Subject | [Csnd] Re: Re: Re: Announce: Csoundo 0.1.2 Alpha |
Cheers. I'll check that out now
On Wed, Aug 25, 2010 at 2:35 PM, Michael Gogins <michael.gogins@gmail.com> wrote: Look at http://www3.math.tu-berlin.de/jreality/. You should get the -- music moves more than the maker |
Date | 2010-08-27 18:34 |
From | Jacob Joaquin |
Subject | [Csnd] Re: Re: Announce: Csoundo 0.1.2 Alpha |
On Wed, Aug 25, 2010 at 6:00 AM, conordempsey |
Date | 2010-08-27 19:21 |
From | Conor Dempsey |
Subject | [Csnd] Re: Re: Re: Announce: Csoundo 0.1.2 Alpha |
will do Jake. I'm using the Cppsound, CsoundPerformanceThread and CsoundFile classes... similar to Jreality Some of my problems are to do with the surrounding equinox osgi framework though.
Thrashing it out at the moment.. Regards, Conor On Fri, Aug 27, 2010 at 6:34 PM, Jacob Joaquin <jacobjoaquin@gmail.com> wrote:
-- music moves more than the maker |