[Csnd] Compiling Plugins for Csound 6 AND 7
| Date | 2025-10-02 07:27 |
| From | Philipp Neumann <0000119f78f3a4f9-dmarc-request@LISTSERV.HEANET.IE> |
| Subject | [Csnd] Compiling Plugins for Csound 6 AND 7 |
Hello everybody! I want to finish a plugin project of mine. For that, I want to compile the plugins for Csound 6 AND 7. Since the API changed from version 6 to 7, is there any documentation on these changes? I can imagine that some of you are already doing this. Maybe someone can help me with a link to a repo and point me towards the critical lines? Greetings, Philipp |
| Date | 2025-10-02 07:40 |
| From | Eduardo Moguillansky |
| Subject | Re: [Csnd] Compiling Plugins for Csound 6 AND 7 |
You can take a look here: https://github.com/csound-plugins/csound-plugins/blob/master/src/common/_common.h and https://github.com/csound-plugins/csound-plugins/blob/master/src/else/src/else.c, particularly the #ifdefs Also the CMakeLists.txt might be of interest On Thu, Oct 2, 2025 at 8:27 AM Philipp Neumann <0000119f78f3a4f9-dmarc-request@listserv.heanet.ie> wrote:
|