Csound Csound-dev Csound-tekno Search About

[Csnd] Announce: Csoundo 0.1.2 Alpha

Date2010-08-20 18:13
FromJacob 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

Date2010-08-20 18:25
FromRory 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  wrote:
> 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
> --
> The Csound Blog - http://csound.noisepages.com/
> Slipmat - http://slipmat.noisepages.com/
>
>
> 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"


Date2010-08-24 14:35
Fromjean-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  wrote:
> 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!
>


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"

Date2010-08-25 14:00
Fromconordempsey
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


Date2010-08-25 14:35
FromMichael 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  wrote:
>
> 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
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/Announce-Csoundo-0-1-2-Alpha-tp2642481p2652669.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> 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"
>
>



-- 
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com


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"


Date2010-08-25 14:45
FromConor 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
source code out using Subversion and look at the Csound adapter stuff.

Regards,
Mike

On Wed, Aug 25, 2010 at 9:00 AM, conordempsey <conor.dempsey@gmail.com> wrote:
>
> 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
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/Announce-Csoundo-0-1-2-Alpha-tp2642481p2652669.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> 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"
>
>



--
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com


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"




--
music moves more than the maker

Date2010-08-27 18:34
FromJacob Joaquin
Subject[Csnd] Re: Re: Announce: Csoundo 0.1.2 Alpha
On Wed, Aug 25, 2010 at 6:00 AM, conordempsey  wrote:
> Have you had any trouble with thread safety?
> or csound exiting sporadically with segmentation faults?

I'm having issues with thread safety myself. I just posted to this
list about it. Though I had segmentation faults, they seemed to go
away when I started using csoundPerformanceThread.  'm following
Michael's advice, and looking at jreality for possible answers.

If I find anything, I'll clue you in. If you find anything, please share.

Best,
Jake

Date2010-08-27 19:21
FromConor 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:
On Wed, Aug 25, 2010 at 6:00 AM, conordempsey <conor.dempsey@gmail.com> wrote:
> Have you had any trouble with thread safety?
> or csound exiting sporadically with segmentation faults?

I'm having issues with thread safety myself. I just posted to this
list about it. Though I had segmentation faults, they seemed to go
away when I started using csoundPerformanceThread.  'm following
Michael's advice, and looking at jreality for possible answers.

If I find anything, I'll clue you in. If you find anything, please share.

Best,
Jake
--
The Csound Blog - http://csoundblog.com/
Slipmat - http://slipmat.noisepages.com/


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"




--
music moves more than the maker