[Csnd] csound plugins manual pages
Date | 2019-03-19 15:11 |
From | Eduardo Moguillansky |
Subject | [Csnd] csound plugins manual pages |
The man pages for external plugins are online here: https://csound-plugins.github.io/csound-plugins/ These pages can also be used offline, see the documentation. The whole site is built from the man pages for each opcode. The plugins repo is now under its own organisation: https://github.com/csound-plugins/csound-plugins best, Eduardo 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 | 2019-03-19 15:48 |
From | Steven Yi |
Subject | Re: [Csnd] csound plugins manual pages |
Hi Eduardo, This looks great, thanks very much! My only question is, would this be easier to find if part of the csound organization? We can certainly add it and have you be administrator for the repo if you'd like. steven On Tue, Mar 19, 2019 at 11:11 AM Eduardo Moguillansky <eduardo.moguillansky@gmail.com> wrote: The man pages for external plugins are online here: |
Date | 2019-03-19 16:08 |
From | Guillermo Senna |
Subject | Re: [Csnd] csound plugins manual pages |
Great work, Eduardo! On 19/3/19 12:11, Eduardo Moguillansky wrote: > The man pages for external plugins are online here: > https://csound-plugins.github.io/csound-plugins/ > > These pages can also be used offline, see the documentation. The whole > site is built from the man pages for each opcode. > > The plugins repo is now under its own organisation: > https://github.com/csound-plugins/csound-plugins > > best, > Eduardo > > 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 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 | 2019-03-19 16:09 |
From | Eduardo Moguillansky |
Subject | Re: [Csnd] csound plugins manual pages |
On Di, Mar 19, 2019 at 4:48 PM, Steven Yi |
Date | 2019-03-19 16:37 |
From | Rory Walsh |
Subject | Re: [Csnd] csound plugins manual pages |
Hi Eduardo. When I get a chance I'll make a PR for continuous integration. Not so much to ensure that it always builds, but to provide binaries for people who want to try them out without having to build themselves. I'm using Azure DevOps at the moment which provides Windows and OSX build artefacts. And what do you think about adding a template for building with Victor's C++ framework? I think it would be nice to keep all 3rd party plugins together rather than over different repos. But if you would rather keep things simple I understand. On Tue, 19 Mar 2019 at 16:09, Eduardo Moguillansky <eduardo.moguillansky@gmail.com> wrote: On Di, Mar 19, 2019 at 4:48 PM, Steven Yi <stevenyi@GMAIL.COM> wrote: |
Date | 2019-03-19 17:30 |
From | Eduardo Moguillansky |
Subject | Re: [Csnd] csound plugins manual pages |
On Di, Mar 19, 2019 at 5:37 PM, Rory Walsh |
Date | 2019-03-19 17:37 |
From | Steven Yi |
Subject | Re: [Csnd] csound plugins manual pages |
Sure, no worries, just wanted to put the option out there. You can certainly host pages per project, but we also can add a subdomain or subfolder for URL. For example, we have: which is setup to resolve to the site hosted at: And: resolves to the pages for: We could add a plugins.csound.com or csound.com/plugins or something along those lines that will resolve to this repo, wherever it is hosted in the future. On Tue, Mar 19, 2019 at 12:09 PM Eduardo Moguillansky <eduardo.moguillansky@gmail.com> wrote: On Di, Mar 19, 2019 at 4:48 PM, Steven Yi <stevenyi@GMAIL.COM> wrote: |
Date | 2019-03-19 20:05 |
From | Eduardo Moguillansky |
Subject | Re: [Csnd] csound plugins manual pages |
> > > We could add a plugins.csound.com or csound.com/plugins or something > along those lines that will resolve to this repo, wherever it is > hosted in the future. That would be great, thanks. > > On Tue, Mar 19, 2019 at 12:09 PM Eduardo Moguillansky > |
Date | 2019-03-20 11:41 |
From | Rory Walsh |
Subject | Re: [Csnd] csound plugins manual pages |
That would be great. At the moment some of these plugins need to have We could set up a build environment in CI, but it would probably be best to simply link against the latest release. So I might hold out until 6.13 is out as I think it will make life easier. Regarding a C++ template or example plugins, of course these can be Victor has a simple cmake build script for building plugins using his C++ framework. One could just use that.
|