[Csnd] My music
Date | 2008-09-04 14:31 |
From | Michael Gogins |
Subject | [Csnd] My music |
I have made a number of my compositions available on Sonus: http://www.sonus.ca. Most of these pieces were made using CsoundAC to generate scores and Csound to render the soundfiles. Thanks to the Canadian Electroacoustic Community for creating and maintaining this site, and to the Csound community for providing starting points for many of the Csound instruments that I used. Regards, Mike ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/csound-devel |
Date | 2008-09-04 16:56 |
From | Panos Katergiathis |
Subject | [Csnd] Build from Source or Install Binary ? |
Hello all I switched from Slackware to Ubuntu (8.04.1) where i see that there are pre-built binaries available for installation. Not being a Linux expert per se, i was wondering if there is --> any <-- reason whatsoever, to build my Csound instead of installing the binaries. Regards Panos |
Date | 2008-09-04 17:27 |
From | jpff@cs.bath.ac.uk |
Subject | [Csnd] Re: Build from Source or Install Binary ? |
The only reasons to build from sources are 1) there is no prebuilt system 2) one wishes to change or develop sources 3) one is using gentoo 4) it is a while since a release and on needs sone new/fixed stuff or 5) one just does that kind of thing We are planning a release within the next 10 days all being well so 4 is not the case now. The Debian package should be OK for Ubuntu ==John > Hello all > > I switched from Slackware to Ubuntu (8.04.1) where i see that there are > pre-built binaries available for installation. Not being a Linux expert > per se, i was wondering if there is --> any <-- reason whatsoever, to > build my Csound instead of installing the binaries. > > Regards > > Panos > > > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe > csound" > > > |
Date | 2008-09-04 17:32 |
From | Panos Katergiathis |
Subject | [Csnd] Re: Re: Build from Source or Install Binary ? |
I see. By the way, what release is that? Panos jpff@cs.bath.ac.uk wrote: > The only reasons to build from sources are > 1) there is no prebuilt system > 2) one wishes to change or develop sources > 3) one is using gentoo > 4) it is a while since a release and on needs sone new/fixed stuff > or > 5) one just does that kind of thing > > We are planning a release within the next 10 days all being well so 4 is > not the case now. The Debian package should be OK for Ubuntu > ==John > > >> Hello all >> >> I switched from Slackware to Ubuntu (8.04.1) where i see that there are >> pre-built binaries available for installation. Not being a Linux expert >> per se, i was wondering if there is --> any <-- reason whatsoever, to >> build my Csound instead of installing the binaries. >> >> Regards >> >> Panos >> >> >> >> >> Send bugs reports to this list. >> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe >> csound" >> >> >> > > > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" > |
Date | 2008-09-04 17:40 |
From | jpff@cs.bath.ac.uk |
Subject | [Csnd] Re: Re: Re: Build from Source or Install Binary ? |
> > > I see. > By the way, what release is that? > > > Panos Version 5.09 We are preparing it now. There is a beta available of the sources for the people who cannot wait. Two of teh developers have been at ICMC and DAFx so it was delayed until next week. ==John ff |
Date | 2008-09-04 20:23 |
From | Felipe Sateler |
Subject | [Csnd] Re: Re: Build from Source or Install Binary ? |
Attachments | None |
Date | 2008-09-04 21:51 |
From | peiman khosravi |
Subject | [Csnd] Re: Re: Re: Build from Source or Install Binary ? |
I think Victor is getting together a 64bit binary for osx, but right now if you're on mac and in need of double precision then you need to build from source. P On 4 Sep 2008, at 20:23, Felipe Sateler wrote: > El 04/09/08 12:27 jpff@cs.bath.ac.uk escribió: >> The only reasons to build from sources are >> 1) there is no prebuilt system >> 2) one wishes to change or develop sources >> 3) one is using gentoo >> 4) it is a while since a release and on needs sone new/fixed stuff >> or >> 5) one just does that kind of thing > > 6) the prebuilt binaries don't contain some needed functionality > (stk opcodes, > vst, whatever). > > > Saludos, > Felipe Sateler |
Date | 2008-09-04 21:59 |
From | peiman khosravi |
Subject | [Csnd] Re: Re: Re: Build from Source or Install Binary ? |
I see that you're on linux, not sure if there is a prebuilt 64bit available for your platform or not, but if so then I'd recommend it :-) P On 4 Sep 2008, at 20:23, Felipe Sateler wrote: > El 04/09/08 12:27 jpff@cs.bath.ac.uk escribió: >> The only reasons to build from sources are >> 1) there is no prebuilt system >> 2) one wishes to change or develop sources >> 3) one is using gentoo >> 4) it is a while since a release and on needs sone new/fixed stuff >> or >> 5) one just does that kind of thing > > 6) the prebuilt binaries don't contain some needed functionality > (stk opcodes, > vst, whatever). > > > Saludos, > Felipe Sateler |
Date | 2008-09-05 20:13 |
From | "Steven Yi" |
Subject | [Csnd] Re: [Cs-dev] My music |
Attachments | None |
Date | 2009-02-25 18:53 |
From | "Anthony Palomba" |
Subject | [Csnd] Strange segmentation error... |
I have a simple insturment that is calling midic7 to fill in some variables. When ever I try to execute the code below, I get the following error: "Csound tidy up: Segmentation violation". When I remove the sections that call midic7 it seems to play. I made sure I was using a proper MIDI port. Does anyone have any ideas why it might be doing that? I am running Csound 5.10... |