| i see ...
i think i have built csound yesterday before portaudio has been
installed. i have rebuilt csound now, get the librtpa.dylib and
evrything is working now.
thanks again for your help, victor!
joachim
Am 18.11.2010 um 22:39 schrieb Victor.Lazzarini@nuim.ie:
> librtpa.dylib is the Csound module. Check in the csound dir to see
> if it's there. If not,
> run scons -h to see the options, there might be a portaudio option
> that needs to be turned
> on (sorry away from my computer, I can't check it now)
>
> Victor
>
> ----- Original Message -----
> From: joachim heintz
> Date: Thursday, November 18, 2010 7:43 pm
> Subject: [Csnd] Re: Re: Re: Re: Re: Re: cvs build problems on osx
> To: csound@lists.bath.ac.uk
>
>> i thought i did. i made cd to the unzipped portaudio folder,
>> then ./
>> configure, make and sudo make install. the feedback:
>> Libraries have been installed in:
>> /usr/local/lib
>>
>> indeed they are there:
>> libportaudio.0.0.19.dylib
>> libportaudio.2.0.0.dylib
>> libportaudio.2.dylib
>> libportaudio.a
>> libportaudio.dylib
>> libportaudio.la
>>
>> so none of them is librtpa.dylib as you mentioned. do you know
>> the
>> problem here?
>>
>> thanks again -
>>
>> joachim
>>
>>
>> Am 18.11.2010 um 09:46 schrieb Victor Lazzarini:
>>
>>> Hi Joachim,
>>>
>>> did you build the portaudio module (librtpa.dylib)? For this
>> you
>>> would need to download, build and install the portaudio library.
>>>
>>> Victor
>>>
>>> On 18 Nov 2010, at 08:16, joachim heintz wrote:
>>>
>>>> works now, victor. i just missed relaunching the terminal
>> after
>>>> setting the new path, so it still had the old OPCODEDIR.
>>>> coreaudio rt works, but i still can't use portaudio, though
>> it's
>>>> installed. is there a trick? (error message is: *** error:
>> unknown
>>>> rtaudio module: 'PortAudio')
>>>> thanks -
>>>>
>>>> joachim
>>>>
>>>>
>>>> Am 18.11.2010 um 08:46 schrieb Victor Lazzarini:
>>>>
>>>>> Still not loading the opcodes? Check if you have them there,
>> like
>>>>> so:
>>>>>
>>>>> coltrane:csound5 victor$ ls *.dylib
>>>>>
>> libambicode1.dylib libftest.dylib
>> libphisem.dylib
>>>>> libsignalflowgraph.dylib
>>>>>
>> libampmidid.dylib libgabnew.dylib
>> libphysmod.dylib
>>>>> libstackops.dylib
>>>>>
>> libbabo.dylib libgrain4.dylib
>> libpitch.dylib libstdopcod.dylib>>>
>> libbarmodel.dylib libharmon.dylib
>> libpmidi.dylib
>>>>> libstdutil.dylib
>>>>>
>> libchua.dylib libhrtferX.dylib
>> libptrack.dylib
>>>>> libsystem_call.dylib
>>>>>
>> libcompress.dylib libhrtfnew.dylib
>> libpvoc.dylib libtabsum.dylib>>>
>> libcontrol.dylib libimage.dylib
>> libpvsbuffer.dylib
>>>>> libudprecv.dylib
>>>>>
>> libcrossfm.dylib libjackTransport.dylib
>> librtcoreaudio.dylib
>>>>> libudpsend.dylib
>>>>>
>> libcs_date.dylib libloscilx.dylib librtjack.dylib
>>>>> libugakbari.dylib
>>>>>
>> libcs_pan2.dylib libminmax.dylib
>> librtpa.dylib libvaops.dylib>>>
>> libcs_pvs_ops.dylib libmixer.dylib
>> libscansyn.dylib
>>>>> libvbap.dylib
>>>>>
>> libdoppler.dylib libmodal4.dylib
>> libscoreline.dylib
>>>>> libvosim.dylib
>>>>>
>> libeqfil.dylib libmutexops.dylib
>> libsfont.dylib
>>>>> libwidgets.dylib
>>>>>
>> libfluidOpcodes.dylib libpartikkel.dylib
>> libshape.dylib>>>
>>>>>
>>>>> Victor
>>>>> On 18 Nov 2010, at 07:29, joachim heintz wrote:
>>>>>
>>>>>> thanks, i understand. i did it, and echo $OPCODEDIR now
>> returns /
>>>>>> Users/jh/CsoundCVS/csound5.
>>>>>> but /Users/jh/CsoundCVS/csound5/csound -z still just
>> returns 596
>>>>>> opcodes; for instance missing the cvs plugins like pvscale.
>>>>>> am i still missing anything?
>>>>>>
>>>>>> joachim
>>>>>>
>>>>>> Am 17.11.2010 um 22:10 schrieb Victor Lazzarini:
>>>>>>
>>>>>>> So I see the problem, you are using the installed
>> OPCODEDIR, but
>>>>>>> your own built version of Csound has a different set of
>> opcodes in
>>>>>>> the top-level directory of your build. I suggest you keep
>> things
>>>>>>> as they are, but just set the OPCODEDIR to it, by using
>>>>>>>
>>>>>>> export OPCODEDIR=
>>>>>>>
>>>>>>> as you start your terminal session. Also note that you
>> are
>>>>>>> building a static libcsound, which is perfectly OK for
>> your
>>>>>>> purposes of
>>>>>>> testing. Just make sure you are running the Csound command
>> in
>>>>>>> the top-level sources (instead of the installed one in
>> /usr/
>>>>>>> local/bin).
>>>>>>> You can guarantee this by setting it as an alias, eg:
>>>>>>>
>>>>>>> $ alias mycsound="/Users/joachim/csound5/csound"
>>>>>>>
>>>>>>> (supposing your csound command is in
>> /Users/joachim/csound5)>>>>>
>>>>>>> and then using mycsound.
>>>>>>>
>>>>>>> This way you can still use the installed 5.12 (it finds
>> its own
>>>>>>> OPCODEDIR by default, you don't need to set it), alongside
>> your
>>>>>>> built
>>>>>>> one.
>>>>>>>
>>>>>>> Victor
>>>>>>> On 17 Nov 2010, at 20:29, joachim heintz wrote:
>>>>>>>
>>>>>>>> thanks victor, your help is very much appreciated.
>>>>>>>> 1. i used useGettext=0 buildOSC=1 buildPythonOpcodes=1
>> useOSC=1
>>>>>>>> buildLoris=0
>>>>>>>> 2. ~: echo $OPCODEDIR
>>>>>>>>
>> /Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/
>>>>>>>> Opcodes
>>>>>>>>
>>>>>>>> joachim
>>>>>>>>
>>>>>>>> Am 17.11.2010 um 12:08 schrieb Victor Lazzarini:
>>>>>>>>
>>>>>>>>> Hi Joachim,
>>>>>>>>>
>>>>>>>>> I might be able to help you
>>>>>>>>>
>>>>>>>>> 1. what options did you use to build csound?
>>>>>>>>>
>>>>>>>>> 2. Could you check that you are setting the correct
>> OPCODEDIR?
>>>>>>>>> Do this by typing echo $OPCODEDIR and report it to here.
>>>>>>>>>
>>>>>>>>> Victor
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On 17 Nov 2010, at 10:54, joachim heintz wrote:
>>>>>>>>>
>>>>>>>>>> no, just floats. actually, i just wanted to
>> contribute
>>>>>>>>>> testing the new parser, but i ran into much more
>> problems
>>>>>>>>>> building csound from cvs for osx than i hoped.
>>>>>>>>>> i think i will wait for something like a test version
>> on osx.
>>>>>>>>>> ciao -
>>>>>>>>>>
>>>>>>>>>> joachim
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Am 17.11.2010 um 09:32 schrieb Andres Cabrera:
>>>>>>>>>>
>>>>>>>>>>> Oh! Then are you running doubles Csound? In that case
>> you
>>>>>>>>>>> need to use
>>>>>>>>>>> OPCODEDIR64.
>>>>>>>>>>>
>>>>>>>>>>> Cheers,
>>>>>>>>>>> Andres
>>>>>>>>>>>
>>>>>>>>>>> On Tue, Nov 16, 2010 at 9:50 PM, joachim heintz
>> >>>>>>>>>>> wrote:
>>>>>>>>>>>> hi andrés -
>>>>>>>>>>>>
>>>>>>>>>>>> not sure if i understand you correctly. in fact i
>> am
>>>>>>>>>>>> running in the terminal
>>>>>>>>>>>> and OPCODEDIR is set.
>>>>>>>>>>>> as john mentioned, it may be related to the problem
>> with
>>>>>>>>>>>> the rtaudio module,
>>>>>>>>>>>> but i do not understand this problem yet.
>>>>>>>>>>>>
>>>>>>>>>>>> ciao -
>>>>>>>>>>>>
>>>>>>>>>>>> joachim
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> Am 16.11.2010 um 19:02 schrieb Andres Cabrera:
>>>>>>>>>>>>
>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>
>>>>>>>>>>>>> For some reason from where you are running Csound
>> doesn't
>>>>>>>>>>>>> get the
>>>>>>>>>>>>> change in OPCODEDIR. What happens if you run Csound
>> in the
>>>>>>>>>>>>> terminal
>>>>>>>>>>>>> after making sure OPCODEDIR is set?
>>>>>>>>>>>>>
>>>>>>>>>>>>> Cheers,
>>>>>>>>>>>>> Andres
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Tue, Nov 16, 2010 at 5:16 PM, joachim heintz
>> >>>>>>>>>>>>>
>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> thanks for the help. i have set this OPCODEDIR
>> in
>>>>>>>>>>>>>> ~/.profile:
>>>>>>>>>>>>>> ~: echo $OPCODEDIR
>>>>>>>>>>>>>>
>> /Library/Frameworks/CsoundLib.framework/Versions/5.2/
>>>>>>>>>>>>>> Resources/Opcodes
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> but when i run a simple .csd, i get:
>>>>>>>>>>>>>> ...
>>>>>>>>>>>>>>
>> ################################################################>
>> >>>>>>>>>>> # WARNING: OPCODEDIR IS NOT
>>>>>>>>>>>>>> SET
>> ! #
>>>>>>>>>>>>>> # Csound requires this environment variable to be
>> set to
>>>>>>>>>>>>>> find #
>>>>>>>>>>>>>> # its plugin libraries. If it is not set, you
>> may
>>>>>>>>>>>>>> experience #
>>>>>>>>>>>>>> # missing opcodes, audio/MIDI drivers, or
>>>>>>>>>>>>>>
>> utilities. #
>>>>>>>>>>>>>>
>> ################################################################>
>> >>>>>>>>>>> *** error: unknown rtaudio module: 'PortAudio'
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> am i missing something?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> j
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Am 16.11.2010 um 10:39 schrieb Victor Lazzarini:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Looks like a plugin directory issue.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Victor
>>>>>>>>>>>>>>> On 15 Nov 2010, at 22:26, joachim heintz wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> mmmh - still have two other problems:
>>>>>>>>>>>>>>>> 1) when i execute the csound which i have build,
>> i get
>>>>>>>>>>>>>>>> /Users/jh/CsoundCVS/csound5/csound -z
>>>>>>>>>>>>>>>> time resolution is 1000.000 ns
>>>>>>>>>>>>>>>> 0dBFS level = 32768.0
>>>>>>>>>>>>>>>> Csound version 5.12 beta (float samples) Nov 15 2010
>>>>>>>>>>>>>>>> libsndfile-1.0.23
>>>>>>>>>>>>>>>> 596 opcodes
>>>>>>>>>>>>>>>> -> where are the other 800 opcodes?!?
>>>>>>>>>>>>>>>> 2) how can i use this version in qutecsound (ub)?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> joachim
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Am 15.11.2010 um 23:04 schrieb joachim heintz:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> oh yes - i had to use useGettext=0. thanks -
>>>>>>>>>>>>>>>>> j
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Am 15.11.2010 um 22:24 schrieb matt ingalls:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> i got that too --- there is a "use languages"
>> flag
>>>>>>>>>>>>>>>>>> somewhere i had to
>>>>>>>>>>>>>>>>>> turn off
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Nov 15, 2010, at 1:10 PM, joachim heintz wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> hi -
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> i want to build csound from cvs and get
>> the
>>>>>>>>>>>>>>>>>>> following error:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> msgfmt -o po/de/LC_MESSAGES/csound5.mo po/german.po
>>>>>>>>>>>>>>>>>>> sh: msgfmt: command not found
>>>>>>>>>>>>>>>>>>> scons: *** [po/de/LC_MESSAGES/csound5.mo]
>> Error 127
>>>>>>>>>>>>>>>>>>> scons: building terminated because of errors.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> does anyone know what this means?
>>>>>>>>>>>>>>>>>>> i am on osx 10.5.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> thanks -
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> joachim
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>>>>>>>>>>>
>> https://sourceforge.net/tracker/?
>> group_id=81968&atid=564599>>>>>>>>>>>>>>>>> Discussions of bugs and
>> features can be posted here
>>>>>>>>>>>>>>>>>>> To unsubscribe, send email
>> sympa@lists.bath.ac.uk
>>>>>>>>>>>>>>>>>>> with body
>>>>>>>>>>>>>>>>>>> "unsubscribe csound"
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>>>>>>>>>>
>> https://sourceforge.net/tracker/?
>> group_id=81968&atid=564599>>>>>>>>>>>>>>>> Discussions of bugs and
>> features can be posted here
>>>>>>>>>>>>>>>>>> To unsubscribe, send email
>> sympa@lists.bath.ac.uk
>>>>>>>>>>>>>>>>>> with body
>>>>>>>>>>>>>>>>>> "unsubscribe csound"
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>>>>>>>>>
>> https://sourceforge.net/tracker/?
>> group_id=81968&atid=564599>>>>>>>>>>>>>>> Discussions of bugs and
>> features can be posted here
>>>>>>>>>>>>>>>>> To unsubscribe, send email
>> sympa@lists.bath.ac.uk with
>>>>>>>>>>>>>>>>> body
>>>>>>>>>>>>>>>>> "unsubscribe
>>>>>>>>>>>>>>>>> csound"
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>>>>>>>>
>> https://sourceforge.net/tracker/?
>> group_id=81968&atid=564599>>>>>>>>>>>>>> Discussions of bugs and
>> features can be posted here
>>>>>>>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk
>> with
>>>>>>>>>>>>>>>> body
>>>>>>>>>>>>>>>> "unsubscribe
>>>>>>>>>>>>>>>> csound"
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>>>>>>> https://sourceforge.net/tracker/?
>>>>>>>>>>>>>>> group_id=81968&atid=564599
>>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk
>> with
>>>>>>>>>>>>>>> body "unsubscribe
>>>>>>>>>>>>>>> csound"
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>>>>>> https://sourceforge.net/tracker/?
>>>>>>>>>>>>>> group_id=81968&atid=564599
>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk
>> with
>>>>>>>>>>>>>> body "unsubscribe
>>>>>>>>>>>>>> csound"
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> Andrés
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>>>>> https://sourceforge.net/tracker/?
>>>>>>>>>>>>> group_id=81968&atid=564599
>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk
>> with
>>>>>>>>>>>>> body "unsubscribe
>>>>>>>>>>>>> csound"
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>>>>
>> https://sourceforge.net/tracker/?
>> group_id=81968&atid=564599>>>>>>>>>> Discussions of bugs and
>> features can be posted here
>>>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk
>> with body
>>>>>>>>>>>> "unsubscribe
>>>>>>>>>>>> csound"
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Andrés
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>>>
>> https://sourceforge.net/tracker/?
>> group_id=81968&atid=564599>>>>>>>>> Discussions of bugs and
>> features can be posted here
>>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with
>> body
>>>>>>>>>>> "unsubscribe csound"
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>>
>> https://sourceforge.net/tracker/?group_id=81968&atid=564599>>>>>>>>
>> Discussions of bugs and features can be posted here
>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with
>> body
>>>>>>>>>> "unsubscribe csound"
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>
>> https://sourceforge.net/tracker/?group_id=81968&atid=564599>>>>>>>
>> Discussions of bugs and features can be posted here
>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with
>> body
>>>>>>>>> "unsubscribe csound"
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>
>> https://sourceforge.net/tracker/?group_id=81968&atid=564599>>>>>>
>> Discussions of bugs and features can be posted here
>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with
>> body
>>>>>>>> "unsubscribe csound"
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>
>> https://sourceforge.net/tracker/?group_id=81968&atid=564599>>>>>
>> Discussions of bugs and features can be posted here
>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with
>> body
>>>>>>> "unsubscribe csound"
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>
>> https://sourceforge.net/tracker/?group_id=81968&atid=564599>>>>
>> Discussions of bugs and features can be posted here
>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with
>> body
>>>>>> "unsubscribe csound"
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>
>> https://sourceforge.net/tracker/?group_id=81968&atid=564599>>>
>> Discussions of bugs and features can be posted here
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with
>> body
>>>>> "unsubscribe csound"
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug tracker
>>>>
>> https://sourceforge.net/tracker/?group_id=81968&atid=564599>>
>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with
>> body
>>>> "unsubscribe csound"
>>>>
>>>
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>
>> https://sourceforge.net/tracker/?group_id=81968&atid=564599>
>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with
>> body
>>> "unsubscribe csound"
>>>
>>>
>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> "unsubscribe csound"
>>
>
> Dr Victor Lazzarini, Senior Lecturer, Dept. of Music,
> National University of Ireland, Maynooth
>
>
>
> Send bugs reports to the Sourceforge bug tracker
> https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body
> "unsubscribe csound"
>
>
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|