[Csnd] ANN: Csound VSCode Plugin 0.3.0
Date | 2021-05-04 19:59 |
From | Steven Yi |
Subject | [Csnd] ANN: Csound VSCode Plugin 0.3.0 |
Hi All, I have published 0.3.0 of the Csound VSCode plugin. The plugin is available from the extensions marketplace within VSCode. The update adds commands for live coding to evaluate ORC or SCO code by sending it over UDP. The "Csound: Evaluate Orchestra Code" command comes pre-bound to the ctrl-enter (or cmd-enter on macOS) keybinding. The "Csound: Evaluate Score Code" command does not come prebound but it's easy enough to add your own keybinding. UDP Address and port are configurable via the extension's configuration page. They default to 127.0.0.1 and port 10000. I tested the above using my csound-live-code project and was able to start Csound and live code both ORC and SCO code. Thanks! Steven 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 | 2021-05-04 20:13 |
From | Rory Walsh |
Subject | Re: [Csnd] ANN: Csound VSCode Plugin 0.3.0 |
Thanks Steven, this is great. It's one of my main Csound editors these days. On Tue, 4 May 2021 at 19:59, Steven Yi <stevenyi@gmail.com> wrote: Hi All, |
Date | 2021-05-06 01:10 |
From | Bernt Isak Wærstad |
Subject | Re: [Csnd] ANN: Csound VSCode Plugin 0.3.0 |
Mine too - thanks a lot Steven! On Tue, May 4, 2021 at 9:13 PM Rory Walsh <rorywalsh@ear.ie> wrote:
Mvh. Bernt Isak Wærstad |
Date | 2021-05-07 04:06 |
From | Steven Yi |
Subject | Re: [Csnd] ANN: Csound VSCode Plugin 0.3.0 |
Glad to hear it's useful! :) On Wed, May 5, 2021 at 8:10 PM Bernt Isak Wærstad |