[Csnd] Front Ends (General Questions)
Date | 2010-12-31 19:30 |
From | Jim Aikin |
Subject | [Csnd] Front Ends (General Questions) |
For my first foray into contributing to the Canonical Manual, I thought I'd take a look at and possibly update the Front Ends Part I Overview page. I'm soliciting comments on the information in this page. Here are some questions. Comments on anything and everything on this page are also welcome, even if I didn't think to ask the right questions! 1) QuteCsound is not mentioned on this page, so I'll need to add it. My impression is that a version of QuteCsound is now part of the Csound distribution ... but that may well not be the most recent version. Is that correct? Is it planned that it will continue to be part of the distribution? Is this the case on all platforms? 2) On my Windows machine, I don't find anything called Csound5GUI in the bin directory. The page says it's "part of the standard Csound distribution." Where is it? 3) Briefly, how might one go about using CSDplayer? Will the material in examples > java be clear to Java programmers? 4) Where is Winsound? I can't find it in my Windows installation (of 5.11.1). Is it still part of the distribution? 5) Is there a difference between WinXoundPro (mentioned on the Manual page) and plain old WinXound (the app that the link takes me to), or is this just a name change? Would anyone who is familiar with both care to compare the functionality of QuteCsound and WinXound? 6) According to the web page for the program, Csound Editor is not being maintained. That page is dated ten years ago. Is this still a viable program, or should it be deprecated? 7) Cabel seems not to have been updated since 2006. Is it still viable with recent versions of Csound? Is anyone using it? (BTW, I'm not proposing to delete anything from this Manual page. What I want to do is simply expand the page with a bit more commentary to guide new users toward the most viable front ends.) 8) Will it be clear to Python users how to find the file CsoundAC in order to import it? I don't see this file in my examples > python directory. There's a CsoundAC.csd in the examples directory, but that seems possibly to be something different. 9) Are there other recent developments in the land of front ends that should be mentioned on this Manual page? Thanks for your help! --Jim Aikin |
Date | 2010-12-31 19:58 |
From | andy fillebrown |
Subject | [Csnd] Re: Front Ends (General Questions) |
Here are some answers, all "afaik" (feel free to correct me, anyone) ... > 1) QuteCsound is not mentioned on this page, so I'll need to add it. My > impression is that a version of QuteCsound is now part of the Csound > distribution ... but that may well not be the most recent version. Is that > correct? Is it planned that it will continue to be part of the distribution? > Is this the case on all platforms? Yes, the QuteCsound packaged with Csound may be out of date. For Csound 5.12 it is currently up to date. It was decided a while back that QuteCsound will continue to be part of the Csound distribution. > 2) On my Windows machine, I don't find anything called Csound5GUI in the bin > directory. The page says it's "part of the standard Csound distribution." > Where is it? QuteCsound replaced Csound5GUI. It can be built from source, though. > 4) Where is Winsound? I can't find it in my Windows installation (of > 5.11.1). Is it still part of the distribution? Same as Csound5GUI -- replaced by QuteCsound. > 6) According to the web page for the program, Csound Editor is not being > maintained. That page is dated ten years ago. Is this still a viable > program, or should it be deprecated? It should be deprecated. It was removed from the distribution when QuteCsound was brought in. Again, though, all the old front-ends can be built from source. > 8) Will it be clear to Python users how to find the file CsoundAC in order > to import it? I don't see this file in my examples > python directory. > There's a CsoundAC.csd in the examples directory, but that seems possibly to > be something different. CsoundAC.py is in the Csound/bin directory. Whether that is assumed by Python users or not, I don't know. > 9) Are there other recent developments in the land of front ends that should > be mentioned on this Manual page? Stephane Rollandin has some nice emac customizations worth mentioning. Links ... csound-x: http://www.zogotounga.net/comp/csoundx.html muO: http://www.zogotounga.net/comp/squeak/sqgeo.htm surmalot: http://www.zogotounga.net/surmulot/surmulot.html Blue by Steven Yi is also a nice app worth mentioning in the front-ends section, but it may not fit the definition of "front-end". Cheers, ~ andy.f 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 | 2011-01-01 02:01 |
From | Aaron Krister Johnson |
Subject | [Csnd] Re: Re: Front Ends (General Questions) |
I also want to mention my own front-end, certainly not a large GUI, but otherwise fitting the front-end, or at least 'helper' definition--microcsound. It's a nice general text-mode frontend for RT interaction with Csound, geared for microtonalists to make various temperaments and just intonation easier, but can work for most general purpose situations where one wants to enter score events on-the fly, or to render a csound-score with a more intuitive way (time moves 'left-to-right' as in a traditional musical score. It also comes with a couple of soundfonts, pvoc sample files, and my (ever in progress) general purpose orchestra. Tested for Linux only, but should work on Mac and Windows (mac probably easier, but I'd be willing to help anyone hack to make the python work for their setup) latest version available is here: http://www.akjmusic.com/packages/microcsound20101231.tgz Happy New Year, everybody! AKJ On Fri, Dec 31, 2010 at 1:58 PM, andy fillebrown <andy.fillebrown@gmail.com> wrote: Here are some answers, all "afaik" (feel free to correct me, anyone) ... -- Aaron Krister Johnson http://www.akjmusic.com http://www.untwelve.org |
Date | 2011-01-01 05:48 |
From | thorin kerr |
Subject | [Csnd] Re: Re: Re: Front Ends (General Questions) |
Hi AKJ, that link is broken (for me at least - possibly others), as is the rest of www.akjmusic.com TK
On Sat, Jan 1, 2011 at 12:01 PM, Aaron Krister Johnson <aaron@akjmusic.com> wrote: I also want to mention my own front-end, certainly not a large GUI, but otherwise fitting the front-end, or at least 'helper' definition--microcsound. |
Date | 2011-01-01 08:59 |
From | Stefano Bonetti |
Subject | [Csnd] Re: Front Ends (General Questions) |
Hi Jim,5) Is there a difference between WinXoundPro (mentioned on the Manual page) There are no differences between WinXoundPro and WinXound... WinXoundPro was the old version (closed source) ... it's just a simple rename for the new open source version... you will probably find also the .net extension related to the windows only version. However, for the future, the name will remain "WinXound" for all the three platforms. About differences between QuteCsound and WinXound here are some: - probably a more lightweight editor focused on using native OS languages and libraries (no crossplatform toolkit) ... (C# with .Net on Windows, Objective C with Cocoa on OsX and C++ with Gtkmm on Linux). - the text editor has line numbers, rectangular selection, ability to split the code in two separate windows, syntax highlight with the ability to set personal colors and styles, autocompletion with various behaviors (dependent on the key press), explorer window with different colors and bookmarks, integrated opcodes help (since the 2003 Windows version) ... - orc and sco files are automatically converted in a unified csd file ... but for the next release (3.4.0) WinXound will again support the separate editing functions; - no gui editor (for the moment, maybe there will be a surprise in the near future); - no integrated Csound compiler (you have to download it separately); - no translations (English only); ... Probably Andrés can help me to complete the list of differences. The main website for WinXound is: (please discard any old "ibiart" website link): Thanks for your contribution, Stefano |
Date | 2011-01-01 09:18 |
From | Andres Cabrera |
Subject | [Csnd] Re: Front Ends (General Questions) |
Hi Jim, Thanks for looking at this. All contributions are very helpful, and especially with your experience, don't hesitate to propose radical changes or restructuring. I think the manual needs a lot of that. On Fri, Dec 31, 2010 at 7:30 PM, Jim Aikin |
Date | 2011-01-01 09:26 |
From | Andres Cabrera |
Subject | [Csnd] Re: Re: Front Ends (General Questions) |
Hi Stefano, On Sat, Jan 1, 2011 at 8:59 AM, Stefano Bonetti |
Date | 2011-01-01 09:31 |
From | Andres Cabrera |
Subject | [Csnd] Re: Re: Front Ends (General Questions) |
Hi, On Sat, Jan 1, 2011 at 8:59 AM, Stefano Bonetti |
Date | 2011-01-01 09:37 |
From | Stefano Bonetti |
Subject | [Csnd] Re: Re: Re: Front Ends (General Questions) |
Hi Andrés, thanks for your response ... I agree with you for the quick way! Stefano > Hi, > > On Sat, Jan 1, 2011 at 8:59 AM, Stefano Bonetti |
Date | 2011-01-01 15:44 |
From | Michael Gogins |
Subject | [Csnd] Re: Front Ends (General Questions) |
I'm the maintainer of the Windows installer. On Fri, Dec 31, 2010 at 2:30 PM, Jim Aikin |
Date | 2011-01-01 16:22 |
From | Dave Phillips |
Subject | [Csnd] Re: Front Ends (General Questions) |
Jim Aikin wrote: > > 9) Are there other recent developments in the land of front ends that should > be mentioned on this Manual page? > > I'm not sure if Jean-Pierre Lemoine's AVSynthesis qualifies, but I've been using it as a composition environment for Csound. I don't know how far you want to stretch the definition of a front-end. Others that might fall into the category include Steven Yi's blue, Stephane Rollandin's GeoMaestro, Christopher Ariza's AthenaCL, Rick Taube's GRACE/Common Music, Jonatan Liljedahl's AlgoScore, Jean Piche's Cecilia, Mikel Kuehn's nGen, Luigi Negretti's Csmusgen, Oeyvind Brandtsegg's ImproSculpt, and perhaps some others listed at linux-sound.org/cshelp.html (no fear, not everything listed there is just for Linux). Good luck, Jim, and thanks for taking on the task. Best, dp 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 | 2011-01-01 16:29 |
From | jpff@cs.bath.ac.uk |
Subject | [Csnd] Re: Re: Front Ends (General Questions) |
May I make a mild case ofr Winsound? It works with text-to-speach systems and so is usable by the partially sighted and the unsighted. I had a request for it last year because of this. Otherwise i do not care much as I never use any of th efront-ends myself. ==John ff 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 | 2011-01-01 16:54 |
From | Aaron Krister Johnson |
Subject | [Csnd] Re: Re: Re: Re: Front Ends (General Questions) |
Thanks for alerting me to this....I'm on the case with my ISP. AKJ On Fri, Dec 31, 2010 at 11:48 PM, thorin kerr <thorin.kerr@gmail.com> wrote: Hi AKJ, that link is broken (for me at least - possibly others), as is the rest of www.akjmusic.com -- Aaron Krister Johnson http://www.akjmusic.com http://www.untwelve.org |
Date | 2011-01-01 17:06 |
From | Stéphane Rollandin |
Subject | [Csnd] Re: Re: Front Ends (General Questions) |
> I don't know how far you want to stretch the definition of a front-end. > Others that might fall into the category include Steven Yi's blue, > Stephane Rollandin's GeoMaestro, GeoMaestro is an older system. The current one would be Surmulot (csound-x + muO). Stef 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 | 2011-01-01 17:06 |
From | Aaron Krister Johnson |
Subject | [Csnd] Re: Re: Re: Re: Front Ends (General Questions) |
Thorin, or anyone else, http://www.akjmusic.com/packages/microcsound20101231.tgz should now work... AKJ On Sat, Jan 1, 2011 at 10:54 AM, Aaron Krister Johnson <aaron@akjmusic.com> wrote: Thanks for alerting me to this....I'm on the case with my ISP. -- Aaron Krister Johnson http://www.akjmusic.com http://www.untwelve.org |