| No, we don’t do that anymore. It all goes into the framework, and they are not usable that way
for developers.
========================
Dr Victor Lazzarini
Dean of Arts, Celtic Studies and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952
> On 9 Dec 2015, at 10:58, Rory Walsh wrote:
>
> I think Victor's installer puts the libraries in all the places cmake looks? Install fresh from Victors package and then try running cmake again perhaps?
>
> On 9 December 2015 at 10:52, Kevin Welsh wrote:
> If that's possible, that sounds like a great shortcut! Where exactly
> would I be pointing to (keeping in mind the only current installed
> csound version came with cabbage in case it matters)? And I assume
> that's using: cmake -DCMAKE_LIBRARY_PATH=???
>
> On Wed, Dec 9, 2015 at 5:48 AM, Rory Walsh wrote:
> > Why not just use all the libraries Victor has packaged in his installer.
> > Just point cmake to those and you won't need to rebuild them all manually?
> >
> > On 9 December 2015 at 10:42, Guillermo Senna wrote:
> >>
> >> I found some posts saying something about update_dyld_shared_cache.
> >>
> >>
> >> On 09/12/15 07:37, Kevin Welsh wrote:
> >>>
> >>> libpng has been installed from a homebrew csound build in the past,
> >>> but this current instance is a manual download of the source, and
> >>> built by hand.
> >>>
> >>> On Wed, Dec 9, 2015 at 5:32 AM, Victor Lazzarini
> >>> wrote:
> >>>>
> >>>> The problem here seems to be that libpng has been detected by Cmake,
> >>>> otherwise
> >>>> it would not even try to build libvirtual. But then it fails because it
> >>>> cannot find it.
> >>>>
> >>>> For what it’s worth, I have libpng installed in /usr/local/lib and never
> >>>> had problems
> >>>> with it:
> >>>>
> >>>> ligeti:src victor$ ls /usr/local/lib/libpng
> >>>> libpng.a libpng.la libpng16.16.dylib libpng16.dylib
> >>>> libpng.dylib libpng15.15.dylib libpng16.a libpng16.la
> >>>>
> >>>> However, this could be a homebrew issue (I had the impression you are
> >>>> using it). Did you try installing libpng from inside homebrew?
> >>>>
> >>>> Regards
> >>>> ========================
> >>>> Dr Victor Lazzarini
> >>>> Dean of Arts, Celtic Studies and Philosophy,
> >>>> Maynooth University,
> >>>> Maynooth, Co Kildare, Ireland
> >>>> Tel: 00 353 7086936
> >>>> Fax: 00 353 1 7086952
> >>>>
> >>>>> On 9 Dec 2015, at 10:06, Kevin Welsh wrote:
> >>>>>
> >>>>> Ok, correction... neither "cmake -DCMAKE_LIBRARY_PATH=/usr/local" nor
> >>>>> "cmake -DCMAKE_LIBRARY_PATH=/usr/local/lib" did the trick, it still
> >>>>> failed on lpng.
> >>>>>
> >>>>> On Wed, Dec 9, 2015 at 5:02 AM, Kevin Welsh wrote:
> >>>>>>
> >>>>>> I'm sorry if that was unclear, those were the commands I used for
> >>>>>> installing libpng. I don't recall passing any options to cmake when I
> >>>>>> ran it here, probably because I didn't think I was doing it right to
> >>>>>> begin with so I was just sort of messing around.
> >>>>>>
> >>>>>> I just ran "make clean ; cmake . ; make" and came up with the same
> >>>>>> error.
> >>>>>>
> >>>>>> I'll take a look at the cmake variables doc you just sent too. I'm
> >>>>>> guessing the important one I need out of all of that is
> >>>>>> "CMAKE_LIBRARY_PATH", however I still think if I override that without
> >>>>>> knowing the default location for my system, all of my other libs will
> >>>>>> then be missing ;)
> >>>>>>
> >>>>>>
> >>>>>> On Wed, Dec 9, 2015 at 4:53 AM, Victor Lazzarini
> >>>>>> wrote:
> >>>>>>>
> >>>>>>> CMAKE_INSTALL_PREFIX only affects Csound installation. You need to
> >>>>>>> tell Cmake where your libraries are;
> >>>>>>> I am not quite sure why Cmake is not picking it correctly. Try to do
> >>>>>>> a make clean and make again.
> >>>>>>> ========================
> >>>>>>> Dr Victor Lazzarini
> >>>>>>> Dean of Arts, Celtic Studies and Philosophy,
> >>>>>>> Maynooth University,
> >>>>>>> Maynooth, Co Kildare, Ireland
> >>>>>>> Tel: 00 353 7086936
> >>>>>>> Fax: 00 353 1 7086952
> >>>>>>>
> >>>>>>>> On 9 Dec 2015, at 09:42, Kevin Welsh wrote:
> >>>>>>>>
> >>>>>>>> Thanks Victor! I have just installed libpng from a fresh source
> >>>>>>>> download, using their cmake instructions (cmake .
> >>>>>>>> -DCMAKE_INSTALL_PREFIX=/usr/local ; make ; make install), but I
> >>>>>>>> still
> >>>>>>>> get the same error.
> >>>>>>>>
> >>>>>>>> Should libs be installed somewhere else in OSX?
> >>>>>>>>
> >>>>>>>> On Wed, Dec 9, 2015 at 4:10 AM, Victor Lazzarini
> >>>>>>>> wrote:
> >>>>>>>>>
> >>>>>>>>> You’re missing libpng in this case.
> >>>>>>>>> ========================
> >>>>>>>>> Dr Victor Lazzarini
> >>>>>>>>> Dean of Arts, Celtic Studies and Philosophy,
> >>>>>>>>> Maynooth University,
> >>>>>>>>> Maynooth, Co Kildare, Ireland
> >>>>>>>>> Tel: 00 353 7086936
> >>>>>>>>> Fax: 00 353 1 7086952
> >>>>>>>>>
> >>>>>>>>>> On 9 Dec 2015, at 08:19, Kevin Welsh wrote:
> >>>>>>>>>>
> >>>>>>>>>> Thanks Rory! Well, that does sound easy. I had tried that and it
> >>>>>>>>>> failed, I assumed any needed libraries should already be installed
> >>>>>>>>>> (including any dev libs) since it has already been built via
> >>>>>>>>>> homebrew
> >>>>>>>>>> on this system, but perhaps not.
> >>>>>>>>>>
> >>>>>>>>>> It failed on:
> >>>>>>>>>> [ 66%] Linking CXX shared library ../libvirtual.dylib
> >>>>>>>>>> ld: library not found for -lpng
> >>>>>>>>>> clang: error: linker command failed with exit code 1 (use -v to
> >>>>>>>>>> see invocation)
> >>>>>>>>>> make[2]: *** [libvirtual.dylib] Error 1
> >>>>>>>>>> make[1]: *** [InOut/CMakeFiles/virtual.dir/all] Error 2
> >>>>>>>>>> make: *** [all] Error 2
> >>>>>>>>>>
> >>>>>>>>>> At least now that I know this *SHOULD* work I won't feel like I'm
> >>>>>>>>>> completely wasting time trying to figure it out from there.
> >>>>>>>>>>
> >>>>>>>>>> On Wed, Dec 9, 2015 at 3:10 AM, Rory Walsh
> >>>>>>>>>> wrote:
> >>>>>>>>>>>
> >>>>>>>>>>> You can just build using cmake as you would on any system. Only
> >>>>>>>>>>> you will
> >>>>>>>>>>> have to build any libraries you need too, like libsndfile,
> >>>>>>>>>>> portaudio, etc.
> >>>>>>>>>>>
> >>>>>>>>>>> On 9 Dec 2015 02:33, "Kevin Welsh" wrote:
> >>>>>>>>>>>>
> >>>>>>>>>>>> I poked around in the source tree and the only build
> >>>>>>>>>>>> documentation I
> >>>>>>>>>>>> found is specifically for homebrew... is it still broken? It
> >>>>>>>>>>>> could be
> >>>>>>>>>>>> I'm looking in the wrong place, or maybe it's so easy that
> >>>>>>>>>>>> instructions aren't needed assuming basic familiarity with the
> >>>>>>>>>>>> system
> >>>>>>>>>>>> tools, but I don't know anything about building software in OSX.
> >>>>>>>>>>>>
> >>>>>>>>>>>> Is there a doc or set of instructions I could refer to for help
> >>>>>>>>>>>> getting
> >>>>>>>>>>>> started?
> >>>>>>>>>>>>
> >>>>>>>>>>>> On Tue, Dec 1, 2015 at 12:59 AM, Kevin Welsh
> >>>>>>>>>>>> wrote:
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> Thanks everyone, this did get my cabbage working with the
> >>>>>>>>>>>>> newest
> >>>>>>>>>>>>> csound version, however I still have no CLI version. What
> >>>>>>>>>>>>> would be
> >>>>>>>>>>>>> the best/safest way to continue using the freshest versions
> >>>>>>>>>>>>> with
> >>>>>>>>>>>>> cabbage, but maintaining CLI functionality too?
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> On Tue, Nov 17, 2015 at 11:40 AM, Steven Yi
> >>>>>>>>>>>>> wrote:
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>> That is correct. If the linker path is relative, it will
> >>>>>>>>>>>>>> check local
> >>>>>>>>>>>>>> to the executable, then the local Framework folder, then the
> >>>>>>>>>>>>>> system
> >>>>>>>>>>>>>> Framework folder.
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>> On Tue, Nov 17, 2015 at 3:42 PM, Rory Walsh
> >>>>>>>>>>>>>> wrote:
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>> That doesn't seem write though. Perhaps there were some
> >>>>>>>>>>>>>>> environment
> >>>>>>>>>>>>>>> variables set up when trying homebrew.
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>> On 17 November 2015 at 15:41, Rory Walsh
> >>>>>>>>>>>>>>> wrote:
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> I guess OSX checks the user Library folder before the system
> >>>>>>>>>>>>>>>> one.
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> On 17 November 2015 at 15:14, Kevin Welsh
> >>>>>>>>>>>>>>>> wrote:
> >>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>> That was it! Removing that framework directory suddenly
> >>>>>>>>>>>>>>>>> makes
> >>>>>>>>>>>>>>>>> cabbage
> >>>>>>>>>>>>>>>>> report 6.06.
> >>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>> On Tue, Nov 17, 2015 at 9:59 AM, Steven Yi
> >>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>> wrote:
> >>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>> Check that there isn't a CsoundLib64.framework in
> >>>>>>>>>>>>>>>>>> ~/Library/Frameworks
> >>>>>>>>>>>>>>>>>> folder. If so, try moving or deleting that. The current
> >>>>>>>>>>>>>>>>>> homebrew
> >>>>>>>>>>>>>>>>>> build
> >>>>>>>>>>>>>>>>>> of
> >>>>>>>>>>>>>>>>>> Csound has problems. I have not found time to look into it
> >>>>>>>>>>>>>>>>>> and
> >>>>>>>>>>>>>>>>>> won't
> >>>>>>>>>>>>>>>>>> now
> >>>>>>>>>>>>>>>>>> until I get back home in December. I recommend not using
> >>>>>>>>>>>>>>>>>> it at
> >>>>>>>>>>>>>>>>>> this
> >>>>>>>>>>>>>>>>>> time
> >>>>>>>>>>>>>>>>>> until I or someone else can look into it.
> >>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>> On Tue, Nov 17, 2015, 2:49 PM Kevin Welsh
> >>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>> wrote:
> >>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>> But I uninstalled the homebrew version, and confirmed
> >>>>>>>>>>>>>>>>>>> that the
> >>>>>>>>>>>>>>>>>>> console
> >>>>>>>>>>>>>>>>>>> version of csound was gone too... I was trying to rule
> >>>>>>>>>>>>>>>>>>> that out
> >>>>>>>>>>>>>>>>>>> as the
> >>>>>>>>>>>>>>>>>>> problem, just running the newest cabbage release and the
> >>>>>>>>>>>>>>>>>>> csound
> >>>>>>>>>>>>>>>>>>> it
> >>>>>>>>>>>>>>>>>>> comes with.
> >>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>> My thought is homebrew somehow messed up a file
> >>>>>>>>>>>>>>>>>>> permission or
> >>>>>>>>>>>>>>>>>>> config
> >>>>>>>>>>>>>>>>>>> for loading the library that has left it running a stale
> >>>>>>>>>>>>>>>>>>> version...
> >>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>> On Tue, Nov 17, 2015 at 9:44 AM, Rory Walsh
> >>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>> wrote:
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>> I'm not sure what's going on because I'm pretty sure the
> >>>>>>>>>>>>>>>>>>>> last
> >>>>>>>>>>>>>>>>>>>> version of
> >>>>>>>>>>>>>>>>>>>> Cabbage you installed on OSX installed 6.05, I'm not
> >>>>>>>>>>>>>>>>>>>> sure where
> >>>>>>>>>>>>>>>>>>>> 6.04
> >>>>>>>>>>>>>>>>>>>> is
> >>>>>>>>>>>>>>>>>>>> coming from? I have no idea how homebrew works, is it
> >>>>>>>>>>>>>>>>>>>> fetching
> >>>>>>>>>>>>>>>>>>>> the
> >>>>>>>>>>>>>>>>>>>> wrong
> >>>>>>>>>>>>>>>>>>>> package? I've only ever built Csound on OSX using cmake
> >>>>>>>>>>>>>>>>>>>> and the
> >>>>>>>>>>>>>>>>>>>> terminal.
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>> On 17 November 2015 at 14:29, Kevin Welsh
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>> wrote:
> >>>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>> So I'm guessing this means for some reason my csound
> >>>>>>>>>>>>>>>>>>>>> library
> >>>>>>>>>>>>>>>>>>>>> isn't
> >>>>>>>>>>>>>>>>>>>>> getting upgraded?
> >>>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>> On Tue, Nov 17, 2015 at 8:55 AM, Rory Walsh
> >>>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>> wrote:
> >>>>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>>> Cabbage links to the Csound library whereas running
> >>>>>>>>>>>>>>>>>>>>>> csound
> >>>>>>>>>>>>>>>>>>>>>> from
> >>>>>>>>>>>>>>>>>>>>>> the
> >>>>>>>>>>>>>>>>>>>>>> command
> >>>>>>>>>>>>>>>>>>>>>> line calls the csound application, which in turns
> >>>>>>>>>>>>>>>>>>>>>> calls the
> >>>>>>>>>>>>>>>>>>>>>> Csound
> >>>>>>>>>>>>>>>>>>>>>> library.
> >>>>>>>>>>>>>>>>>>>>>> Cabbage only needs to underlying libraries.
> >>>>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>>> On 17 November 2015 at 12:38, Kevin Welsh
> >>>>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>>> wrote:
> >>>>>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>>>> Well, then now I'm really confused.
> >>>>>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>>>> I uninstalled the homebrew version, confirmed that
> >>>>>>>>>>>>>>>>>>>>>>> "csound"
> >>>>>>>>>>>>>>>>>>>>>>> command
> >>>>>>>>>>>>>>>>>>>>>>> no
> >>>>>>>>>>>>>>>>>>>>>>> longer worked at the command line.
> >>>>>>>>>>>>>>>>>>>>>>> I installed a fresh download from
> >>>>>>>>>>>>>>>>>>>>>>> http://www.cabbageaudio.com/download/
> >>>>>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>>>> Cabbage appears to work fine, but in the output
> >>>>>>>>>>>>>>>>>>>>>>> window it
> >>>>>>>>>>>>>>>>>>>>>>> reports
> >>>>>>>>>>>>>>>>>>>>>>> 6.04
> >>>>>>>>>>>>>>>>>>>>>>> still... and from a command line it still says
> >>>>>>>>>>>>>>>>>>>>>>> "command not
> >>>>>>>>>>>>>>>>>>>>>>> found",
> >>>>>>>>>>>>>>>>>>>>>>> as
> >>>>>>>>>>>>>>>>>>>>>>> if I have no csound at all.
> >>>>>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>>>> On Tue, Nov 17, 2015 at 6:29 AM, Rory Walsh
> >>>>>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>>>> wrote:
> >>>>>>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>>>>> For what it's worth, I just updated the OSX
> >>>>>>>>>>>>>>>>>>>>>>>> installer so
> >>>>>>>>>>>>>>>>>>>>>>>> that
> >>>>>>>>>>>>>>>>>>>>>>>> it
> >>>>>>>>>>>>>>>>>>>>>>>> ships
> >>>>>>>>>>>>>>>>>>>>>>>> with
> >>>>>>>>>>>>>>>>>>>>>>>> the latest version of Csound, i.e., 6.06.
> >>>>>>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>>>>> On 17 November 2015 at 03:08, Kevin Welsh
> >>>>>>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>>>>> wrote:
> >>>>>>>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>>>>>> My goal is to use homebrew to install a fresh build
> >>>>>>>>>>>>>>>>>>>>>>>>> of
> >>>>>>>>>>>>>>>>>>>>>>>>> csound
> >>>>>>>>>>>>>>>>>>>>>>>>> over
> >>>>>>>>>>>>>>>>>>>>>>>>> the
> >>>>>>>>>>>>>>>>>>>>>>>>> one packaged with the most recent cabbage release,
> >>>>>>>>>>>>>>>>>>>>>>>>> so
> >>>>>>>>>>>>>>>>>>>>>>>>> that I
> >>>>>>>>>>>>>>>>>>>>>>>>> can
> >>>>>>>>>>>>>>>>>>>>>>>>> use
> >>>>>>>>>>>>>>>>>>>>>>>>> the new csound features from within cabbage.
> >>>>>>>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>>>>>> When I do:
> >>>>>>>>>>>>>>>>>>>>>>>>> brew install -HEAD csound
> >>>>>>>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>>>>>> it appears to fetch and build 6.05, and I forced an
> >>>>>>>>>>>>>>>>>>>>>>>>> overwrite
> >>>>>>>>>>>>>>>>>>>>>>>>> when
> >>>>>>>>>>>>>>>>>>>>>>>>> it
> >>>>>>>>>>>>>>>>>>>>>>>>> linked the first time. But when I run csound form
> >>>>>>>>>>>>>>>>>>>>>>>>> a
> >>>>>>>>>>>>>>>>>>>>>>>>> console
> >>>>>>>>>>>>>>>>>>>>>>>>> it
> >>>>>>>>>>>>>>>>>>>>>>>>> still
> >>>>>>>>>>>>>>>>>>>>>>>>> reports:
> >>>>>>>>>>>>>>>>>>>>>>>>> Csound version 6.04 (double samples) Feb 26 2015
> >>>>>>>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>>>>>> I tried uninstalling via homebrew, confirming my
> >>>>>>>>>>>>>>>>>>>>>>>>> csound
> >>>>>>>>>>>>>>>>>>>>>>>>> command
> >>>>>>>>>>>>>>>>>>>>>>>>> was
> >>>>>>>>>>>>>>>>>>>>>>>>> gone, and rebuilding via the homebrew command, this
> >>>>>>>>>>>>>>>>>>>>>>>>> time
> >>>>>>>>>>>>>>>>>>>>>>>>> it
> >>>>>>>>>>>>>>>>>>>>>>>>> didn't
> >>>>>>>>>>>>>>>>>>>>>>>>> require forcing the overwrite, but I still run
> >>>>>>>>>>>>>>>>>>>>>>>>> csound
> >>>>>>>>>>>>>>>>>>>>>>>>> and it
> >>>>>>>>>>>>>>>>>>>>>>>>> reports:
> >>>>>>>>>>>>>>>>>>>>>>>>> Csound version 6.04 (double samples) Feb 26 2015
> >>>>>>>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>>>>>> What am I doing wrong or forgetting to do to
> >>>>>>>>>>>>>>>>>>>>>>>>> upgrade
> >>>>>>>>>>>>>>>>>>>>>>>>> this?
> >>>>>>>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>>>>>> 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
> >>>>>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>>>> 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
> >>>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>> 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
> >>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>> 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
> >>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>> 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
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>> 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
> >>>>>>>>>>>
> >>>>>>>>>>> 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
> >>>>>>>>>
> >>>>>>>>> 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
> >>>>>>>
> >>>>>>> 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
> >>>>
> >>>> 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
> >>
> >>
> >> 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
>
> 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
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 |