[Csnd] Csound 5.08Beta
Date | 2008-03-06 10:24 |
From | jpff |
Subject | [Csnd] Csound 5.08Beta |
Friends (and enemies and those indifferent) Following a number of technical problems I can announce that the Beta version of Csound 5.08 is now available for Windows, MacOSX and Linux on Sourceforge. While this is marked as Beta, it is believed to be complete. The main point for testing is the installers. If you are adventurous, or have some of the mythical spare time, we would appreciate receiving reports, both good and bad, so we can move to a definitive release very soon. Draft release notes are below ==John ffitch ======================================================================== Command line and Top level changes: Added --csd-line-nums= option. Major changes to score error reporting; now accurately reports the line numbers for the chain of inputs for most errors. Change to gettext localisation; French and Columbian-Spanish translations available. Messages about loading opcode plugins modified so can be suppressed New "no-carry" operator (!) for score language that prevents implicit carrying of p-fields in i-statements. Added --syntax-check-only commandline flag (exclusive with --i-only) |
Date | 2008-03-06 10:32 |
From | Rory Walsh |
Subject | [Csnd] Re: Csound 5.08Beta |
Currently only the double precision windows version is available so us real-timers, as opposed to old-timers, need to hang on a bit longer. Speaking of which how does the OSX installer work, there only seems to be one package for that, is the user given a choice when installing? Rory. jpff wrote: > Friends (and enemies and those indifferent) > > Following a number of technical problems I can announce that the Beta > version of Csound 5.08 is now available for Windows, MacOSX and Linux > on Sourceforge. While this is marked as Beta, it is believed to be > complete. The main point for testing is the installers. If you are > adventurous, or have some of the mythical spare time, we would > appreciate receiving reports, both good and bad, so we can move to a > definitive release very soon. > > Draft release notes are below > ==John ffitch > > ======================================================================== > Command line and Top level changes: > Added --csd-line-nums= option. > Major changes to score error reporting; now accurately reports > the line numbers for the chain of inputs for most errors. > Change to gettext localisation; French and Columbian-Spanish > translations available. > Messages about loading opcode plugins modified so can be suppressed > New "no-carry" operator (!) for score language that prevents > implicit carrying of p-fields in i-statements. > Added --syntax-check-only commandline flag (exclusive with > --i-only) > |
Date | 2008-03-06 10:33 |
From | Victor Lazzarini |
Subject | [Csnd] Re: Csound 5.08Beta |
and as usual the additions to changelog that were left behind (probably my fault): New HRTF opcodes by Brian Carty: hrtfmove, hrtfmove2 and hrtfstat Victor At 10:24 06/03/2008, you wrote: >Friends (and enemies and those indifferent) > >Following a number of technical problems I can announce that the Beta >version of Csound 5.08 is now available for Windows, MacOSX and Linux >on Sourceforge. While this is marked as Beta, it is believed to be >complete. The main point for testing is the installers. If you are >adventurous, or have some of the mythical spare time, we would >appreciate receiving reports, both good and bad, so we can move to a >definitive release very soon. > >Draft release notes are below >==John ffitch > >======================================================================== >Command line and Top level changes: > Added --csd-line-nums= option. > Major changes to score error reporting; now accurately reports > the line numbers for the chain of inputs for most errors. > Change to gettext localisation; French and Columbian-Spanish > translations available. > Messages about loading opcode plugins modified so can be suppressed > New "no-carry" operator (!) for score language that prevents > implicit carrying of p-fields in i-statements. > Added --syntax-check-only commandline flag (exclusive with > --i-only) > |
Date | 2008-03-06 10:42 |
From | "Oeyvind Brandtsegg" |
Subject | [Csnd] Re: Re: Csound 5.08Beta |
Attachments | None |
Date | 2008-03-06 12:16 |
From | Cesare Marilungo |
Subject | [Csnd] Re: Re: Csound 5.08Beta |
There's also the jacktransport opcode. -c. Victor Lazzarini wrote: > and as usual the additions to changelog that were left > behind (probably my fault): > > > New HRTF opcodes by Brian Carty: hrtfmove, hrtfmove2 and hrtfstat > > Victor > > At 10:24 06/03/2008, you wrote: >> Friends (and enemies and those indifferent) >> >> Following a number of technical problems I can announce that the Beta >> version of Csound 5.08 is now available for Windows, MacOSX and Linux >> on Sourceforge. While this is marked as Beta, it is believed to be >> complete. The main point for testing is the installers. If you are >> adventurous, or have some of the mythical spare time, we would >> appreciate receiving reports, both good and bad, so we can move to a >> definitive release very soon. >> >> Draft release notes are below >> ==John ffitch >> >> ======================================================================== >> Command line and Top level changes: >> Added --csd-line-nums= option. >> Major changes to score error reporting; now accurately reports >> the line numbers for the chain of inputs for most >> errors. >> Change to gettext localisation; French and Columbian-Spanish >> translations available. >> Messages about loading opcode plugins modified so can be >> suppressed >> New "no-carry" operator (!) for score language that prevents >> implicit carrying of p-fields in i-statements. >> Added --syntax-check-only commandline flag (exclusive with >> --i-only) >> |
Date | 2008-03-06 13:47 |
From | "Andres Cabrera" |
Subject | [Csnd] Re: Re: Csound 5.08Beta |
Attachments | None |
Date | 2008-03-06 15:10 |
From | Jacob Joaquin |
Subject | [Csnd] Re: Csound 5.08Beta |
I installed Csound5.08-OSX10.4-Intel. Had no issues with the installation. Rendered some of my more involved CSD files without any noticeable issues. Have not tried rendering anything that utilizes FLTK or python. Best, Jake ---- The Csound Blog http://www.thumbuki.com/csound/blog/ jpff wrote: > > If you are adventurous, or have some of the mythical spare time, we would > appreciate receiving reports, both good and bad, so we can move to a > definitive release very soon. > -- View this message in context: http://www.nabble.com/Csound-5.08Beta-tp15870401p15873189.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2008-03-06 15:56 |
From | Alan McConnell |
Subject | [Csnd] Re: Csound 5.08Beta -- Further suggestion |
Attachments | None |
Date | 2008-03-06 16:04 |
From | Drake Wilson |
Subject | [Csnd] Re: Expressions in scores |
Attachments | None |
Date | 2008-03-06 16:07 |
From | Rory Walsh |
Subject | [Csnd] Re: Re: Csound 5.08Beta -- Further suggestion |
If I understand correctly you can already do this, just put the expression between square brackets like this: i[1*10] [20*1.5] 20 [300^2] Suggestions are always welcome! Rory. Alan McConnell wrote: > On Thu, Mar 06, 2008 at 10:24:59AM +0000, jpff wrote: >> Friends (and enemies and those indifferent) > Oh, friends, surely! |
Date | 2008-03-06 16:17 |
From | Alan McConnell |
Subject | [Csnd] Re: Re: Expressions in scores |
Attachments | None |
Date | 2008-03-06 17:18 |
From | "Dr. Richard Boulanger" |
Subject | [Csnd] Re: Re: Re: Expressions in scores |
Alan, Thanks So MUCH for your suggestion. Your request and suggestion are not CLUTTER at all. The manual is huge - and we ALWAYS want to know what users are hoping for, what users don't spot, where users - especially beginners with Csound - have misconceptions. These ideas and suggestions result in new features and new opcodes ALL THE TIME. In fact, it wasn't that long ago that you could not do math in p- fields. In Barry Vercoe's proprietary version of Csound, you still can't. -doctorB On Mar 6, 2008, at 11:17 AM, Alan McConnell wrote: > On Thu, Mar 06, 2008 at 10:04:34AM -0600, Drake Wilson wrote: >> Quoth Alan McConnell |
Date | 2008-03-06 17:26 |
From | Felipe Sateler |
Subject | [Csnd] Re: Csound 5.08Beta |
Attachments | None |
Date | 2008-03-06 20:06 |
From | Alan McConnell |
Subject | [Csnd] Undeterred, he tries again |
Attachments | None |
Date | 2008-03-06 20:19 |
From | Jacob Joaquin |
Subject | [Csnd] Re: Undeterred, he tries again |
I've spent a lot of time doing this in Perl, with great results, and learning much in the process. So I certainly encourage you to continue down this path. I would like to also suggest looking into ways of doing it completely in the score. For example, you can use macros like this: # define n1 # 440 # # define n2 # 440*9*.125 # # define n3 # 440*5*.250 # # define n4 # 440*4*.333 # # define n5 # 440*3*.5 # i 1 0 .3 0 [$n1] i 1 .4 .3 . [$n2] i 1 .8 .3 0 [$n3] i 1 1.2 .3 . [$n1] i 1 1.6 .3 0 [$n1] i 1 2.0 .3 . [$n2] i 1 2.4 .3 0 [$n3] i 1 2.8 .3 . [$n1] Best, Jake ---- The Csound Blog http://www.thumbuki.com/csound/blog/ Alan McConnell wrote: > > Instead of remembering what those notes actually are, one can make a > file -- using emacs or vi |
Date | 2008-03-06 20:54 |
From | John Lato |
Subject | [Csnd] Re: Undeterred, he tries again |
I used to use Perl a great deal for score processing and generation, but now I tend toward other options. Not that any of these would be necessarily better for you, but it's always good to know your options. 1. Instead of using frequencies in your score, you can use PCH values. Then in the orchestra convert them to cps values with cpspch() (see http://www.csounds.com/manual/html/cpspch.html). You can also use OCT instead of PCH, and cpsoct() to convert (depending on the desired math). I personally find the pch values readable, concise, and easy to work with in most cases. 2. If you're planning on creating very large and/or complicated scores, you might prefer a front-end like Blue or Cecilia. There are also several score-generating systems and languages, such as cmask/pmask (cmask is a standalone, http://www.kgw.tu-berlin.de/~abart/CMaskMan/CMask-Download.htm, pmask is a python library to do the same stuff, part of OMDE, http://sourceforge.net/projects/pythonsound). ngen (http://mustec.bgsu.edu/~mkuehn/ngen/) is another option. There are several others. Although I have used all of these, my installations of them are several years old, so they may have changed in the meantime. For score generation, at least, I believe the systems in use are at least as numerous as the number of csound users. In addition to those I've mentioned, and myriad more "personalized" approaches, at least one prominent csounder creates his scores in Excel. I think most csounders would agree that the immense variety of useful approaches to score production is a good thing. Cheers, John John W. Lato School of Music The University of Texas at Austin 1 University Station E3100 Austin, TX 78712-0435 (512) 232-2090 Alan McConnell wrote: > Assembled Wisdom! > > I seem to have been graciously forgiven for my demarche about what > can be passed to the parameters. So here is another suggestion, perhaps > useful to Unix/Linux users. > > In the following, I am assuming that the orchestra is set up and > standard, and that the user is busy scoring a piece, writing a perhaps > complicated .sco file, at any rate one with lots of notes. > > Instead of remembering what those notes actually are, one can make a > file -- using emacs or vi |
Date | 2008-03-06 21:56 |
From | Alan McConnell |
Subject | [Csnd] Re: Re: Undeterred, he tries again |
Attachments | None |
Date | 2008-03-06 22:12 |
From | Peiman Khosravi |
Subject | [Csnd] Re: Re: Re: Undeterred, he tries again |
On 6 Mar 2008, at 21:56, Alan McConnell wrote: Hmmm . . . One of my goals in learning C-sound is to learn You might be interested in this http://www2.siba.fi/PWGL/ it has a great notation editor capable of describing and playing (midi or synthesis) any microtonal tuning. Best Peiman |
Date | 2008-03-13 22:53 |
From | Uğur Güney |
Subject | [Csnd] Re: Csound 5.08Beta |
Attachments | None |
Date | 2008-03-13 22:55 |
From | Uğur Güney |
Subject | [Csnd] Re: Csound 5.08Beta |
Attachments | None |
Date | 2008-03-14 18:39 |
From | Anthony Kozar |
Subject | [Csnd] Re: Csound 5.08Beta |
Right. I did not update the front page because it was suggested on the developer list that we only announce the beta release to the mailing lists and ask people to test it for us. The page will be updated when the final non-beta version of 5.08 is released. Anthony Kozar mailing-lists-1001 AT anthonykozar DOT net http://anthonykozar.net/ > Ugur Güney wrote on 3/13/08 6:55 PM: > > # OK, I found it. here: > http://sourceforge.net/project/showfiles.php?group_id=81968&package_id=120482 > # Sorry... > -ugur- > > On Fri, Mar 14, 2008 at 12:53 AM, Ugur Güney |
Date | 2008-03-15 10:17 |
From | Uğur Güney |
Subject | [Csnd] Re: Re: Csound 5.08Beta |
Attachments | None |