[Csnd] create-csound-project
Date | 2022-03-20 01:43 |
From | Steven Yi |
Subject | [Csnd] create-csound-project |
Hi All, I've published a proof-of-concept for a csound project generator based on NPM. It is based on the create-vite project. The code is available at: https://github.com/kunstmusik/create-csound-project To use it, you can use either of these commands: npx create-csound-project yarn create csound-project Right now there is just a single template base on the POC csound-npm-example project. I will be updating the template and adding new templates (i.e., orc/sco, MIDI project, webaudio csound project, etc.). The plan is that templates should work out of the box and make bootstrapping new csound projects fun. Please feel free to submit PRs and issues to the github project page and appreciate any feedback. Thanks and all the best! 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 | 2022-03-20 15:11 |
From | Rory Walsh |
Subject | Re: [Csnd] create-csound-project |
Sounds great Steven! Thanks for sharing. On Sun 20 Mar 2022, 1:44 a.m. Steven Yi, <stevenyi@gmail.com> wrote: Hi All, |