[Csnd] Supercollider comparrison
Date | 2018-11-11 14:09 |
From | Peter Burgess |
Subject | [Csnd] Supercollider comparrison |
Hi there Csound world. I've been messing around with supercollider the last few days as I've been curious for a while what it's like compared to Csound. It has a nice IDE, a fairly nice syntax by the looks of things (though it's going to take some learning...) and it also allows you to run lines or blocks of code individually and in any order. This is interesting, but I wondered what it means for it's efficiency. Has anyone had experience or run tests between the two and found any notable advantages/disadvantages in terms of resource usage?
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
|
Date | 2018-11-11 14:21 |
From | Victor Lazzarini |
Subject | Re: [Csnd] Supercollider comparrison |
Csound can run blocks of code individually and in different order as well. ======================== Prof. Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy, Maynooth University, Maynooth, Co Kildare, Ireland Tel: 00 353 7086936 Fax: 00 353 1 7086952 > On 11 Nov 2018, at 14:09, Peter Burgess |
Date | 2018-11-11 14:25 |
From | Peter Burgess |
Subject | Re: [Csnd] Supercollider comparrison |
Can it? Can you do that from CsoundQt? That is interesting to know On Sun, 11 Nov 2018, 14:21 Victor Lazzarini <Victor.Lazzarini@mu.ie wrote: Csound can run blocks of code individually and in different order as well. |
Date | 2018-11-11 14:49 |
From | Tarmo Johannes |
Subject | Re: [Csnd] Supercollider comparrison |
CsoundQt - evaluate section and evaluate block. Tarmo Saatja Peter Burgess <pete.soundtechnician@gmail.com kirjutas kuupäeval P, 11. november 2018 15:25 järgmist:
|
Date | 2018-11-11 14:56 |
From | Peter Burgess |
Subject | Re: [Csnd] Supercollider comparrison |
Brilliant, thanks. Are there other aspects of supercollider people know of that are similar or different besides syntax? Performance, integration with other code etc.? On Sun, 11 Nov 2018, 14:49 Tarmo Johannes <trmjhnns@gmail.com wrote:
|
Date | 2018-11-11 19:37 |
From | Victor Lazzarini |
Subject | Re: [Csnd] Supercollider comparrison |
You can do it also from the terminal, from other language interpreters (e.g. Python), from browsers (WebAudio Csound), from any editor via UDP, other frontends etc. You can also write your own frontend to do this in C, C++, Java, Python, JavaScript, etc. ======================== Prof. Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy, Maynooth University, Maynooth, Co Kildare, Ireland Tel: 00 353 7086936 Fax: 00 353 1 7086952 > On 11 Nov 2018, at 14:56, Peter Burgess |