Re: [Csnd-dev] Plugins for cs7
John ff <[email protected]>
| Newsgroups | gmane.comp.audio.csound.devel |
|---|---|
| Message-ID | <[email protected]> |
I understand that the API is open for revision in cs7 I would like to revise the csound structure to remove elements of the old parser. Not everyone can install csound. Still cannot build the plugins On 31 Dec 2023, 01:13, at 01:13, Stephen Kyne <[email protected]> wrote: >Well I imagine all the opcodes are built for 6? Is there a difference >between the API for 6 and 7? > >If not then there is probably no difference as long as it finds one. > >Stephen >________________________________ >From: Csound-developers <[email protected]> on behalf of >John ff <[email protected]> >Sent: Saturday 30 December 2023 20:46 >To: [email protected] <[email protected]> >Subject: Re: [Csnd-dev] Plugins for cs7 > >Install 6 or 7? > >I need both > > >-------- Original Message -------- >From: Stephen Kyne <[email protected]> >Sent: Sat Dec 30 18:08:46 GMT 2023 >To: [email protected] >Subject: Re: [Csnd-dev] Plugins for cs7 > >There is a FindCSOUND.cmake file that is trying to find the installed >Csound version. It looks for "csound.h" and then uses that directory >for csound includes i.e. csdl.h. If this module can't find Csound, >you'll have problems building the rest. You can add a hint manually in >this file to a location of where your csound version is. > >find_path(CSOUND_INCLUDE_DIR csound.h > PATH_SUFFIXES csound > HINTS ${CSOUND_INCLUDE_DIR_HINT} > ) > >It's probably easier to have a version of Csound installed and on the >path so it does all this automatically. > >Stephen > >________________________________ >From: Csound-developers <[email protected]> on behalf of >John ff <[email protected]> >Sent: Saturday 30 December 2023 18:51 >To: [email protected] <[email protected]> >Subject: [Csnd-dev] Plugins for cs7 > >I would really like it to be possible to build the plugin opcodes for >cs7. have been looking at the CMakeLists.txt file in the plugin >directory but it is so different from previous CMake files that I >cannot see where it does anything. I just get complaints that csdl.h >cannot be found but it is where it always has been in the csoundX >tree. >Until I can overcome this hurdle I cannot contribute to the development >operation. > >So what with 2FA and inability to build enough of cs7 I am just wasting >time. > >==John ffitch