Csound Csound-dev Csound-tekno Search About

Csound install on Yosemite

Date2016-02-09 22:35
FromOeyvind Brandtsegg
SubjectCsound install on Yosemite
Hi,
I have a student having problems getting Csound installed on his OSX laptop.
As I'm not intimiately familiar with the details of OSX, I figured I
could ask for some hints in trying to unravel the issue.
When he runs the installer (6.06) all seems fine and the installer
reports success. However, trying "csound" in a terminal afterwards
does not work, the command is not found. It seems the Framework is
installed, at least there is something there. Not sure how to verify
that everything is there? where should the csound binary reside?
He reports having had similar issues with earlier versions of OSX on
the same laptop, so I suspect something is odd with the system. Even
so, it would be convenient to help him get Csound working on the
machine.
All tips appreciated.

best
Oeyvind

Date2016-02-09 22:58
FromVictor Lazzarini
SubjectRe: Csound install on Yosemite
It is probably the case that his /usr/local/bin is not in the PATH.

He should add 

export PATH=/usr/local/bin:$PATH

to the .profile file in his user directory.
Create that file if it does not exit. Then log out and in again. It should work.

> On 9 Feb 2016, at 22:35, Oeyvind Brandtsegg  wrote:
> 
> Hi,
> I have a student having problems getting Csound installed on his OSX laptop.
> As I'm not intimiately familiar with the details of OSX, I figured I
> could ask for some hints in trying to unravel the issue.
> When he runs the installer (6.06) all seems fine and the installer
> reports success. However, trying "csound" in a terminal afterwards
> does not work, the command is not found. It seems the Framework is
> installed, at least there is something there. Not sure how to verify
> that everything is there? where should the csound binary reside?
> He reports having had similar issues with earlier versions of OSX on
> the same laptop, so I suspect something is odd with the system. Even
> so, it would be convenient to help him get Csound working on the
> machine.
> All tips appreciated.
> 
> best
> Oeyvind
> 
> -- 
> 
> Oeyvind Brandtsegg
> Professor of Music Technology
> NTNU
> 7491 Trondheim
> Norway
> Cell: +47 92 203 205
> 
> http://www.partikkelaudio.com/
> http://soundcloud.com/brandtsegg
> http://flyndresang.no/
> http://soundcloud.com/t-emp
> 
> 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

Date2016-02-10 12:37
FromOeyvind Brandtsegg
SubjectRe: Csound install on Yosemite
Thanks for the tip, that wold make sense, but /usr/local/bin is in his path.
One oddity when I tried to go to that directory to list the contents
cd /usr/local/bin
returned 'permission denied',
and running
sudo cd /usr/local/bin
returns without any error  but does not cd.
I can cd to /usr/local and do
ls bin/cs*
but there is no file named csound in the listing


2016-02-09 23:58 GMT+01:00 Victor Lazzarini :
> It is probably the case that his /usr/local/bin is not in the PATH.
>
> He should add
>
> export PATH=/usr/local/bin:$PATH
>
> to the .profile file in his user directory.
> Create that file if it does not exit. Then log out and in again. It should work.
>
>> On 9 Feb 2016, at 22:35, Oeyvind Brandtsegg  wrote:
>>
>> Hi,
>> I have a student having problems getting Csound installed on his OSX laptop.
>> As I'm not intimiately familiar with the details of OSX, I figured I
>> could ask for some hints in trying to unravel the issue.
>> When he runs the installer (6.06) all seems fine and the installer
>> reports success. However, trying "csound" in a terminal afterwards
>> does not work, the command is not found. It seems the Framework is
>> installed, at least there is something there. Not sure how to verify
>> that everything is there? where should the csound binary reside?
>> He reports having had similar issues with earlier versions of OSX on
>> the same laptop, so I suspect something is odd with the system. Even
>> so, it would be convenient to help him get Csound working on the
>> machine.
>> All tips appreciated.
>>
>> best
>> Oeyvind
>>
>> --
>>
>> Oeyvind Brandtsegg
>> Professor of Music Technology
>> NTNU
>> 7491 Trondheim
>> Norway
>> Cell: +47 92 203 205
>>
>> http://www.partikkelaudio.com/
>> http://soundcloud.com/brandtsegg
>> http://flyndresang.no/
>> http://soundcloud.com/t-emp
>>
>> 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


Date2016-02-10 12:57
FromVictor Lazzarini
SubjectRe: Csound install on Yosemite
It’s permissions then. He needs to make all directories under /usr/local (and usr and local) readable for
everyone. I’ve seen someone else mention this problem here on the list before. It’s unusual though.

========================
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 10 Feb 2016, at 12:37, Oeyvind Brandtsegg  wrote:
> 
> Thanks for the tip, that wold make sense, but /usr/local/bin is in his path.
> One oddity when I tried to go to that directory to list the contents
> cd /usr/local/bin
> returned 'permission denied',
> and running
> sudo cd /usr/local/bin
> returns without any error  but does not cd.
> I can cd to /usr/local and do
> ls bin/cs*
> but there is no file named csound in the listing
> 
> 
> 2016-02-09 23:58 GMT+01:00 Victor Lazzarini :
>> It is probably the case that his /usr/local/bin is not in the PATH.
>> 
>> He should add
>> 
>> export PATH=/usr/local/bin:$PATH
>> 
>> to the .profile file in his user directory.
>> Create that file if it does not exit. Then log out and in again. It should work.
>> 
>>> On 9 Feb 2016, at 22:35, Oeyvind Brandtsegg  wrote:
>>> 
>>> Hi,
>>> I have a student having problems getting Csound installed on his OSX laptop.
>>> As I'm not intimiately familiar with the details of OSX, I figured I
>>> could ask for some hints in trying to unravel the issue.
>>> When he runs the installer (6.06) all seems fine and the installer
>>> reports success. However, trying "csound" in a terminal afterwards
>>> does not work, the command is not found. It seems the Framework is
>>> installed, at least there is something there. Not sure how to verify
>>> that everything is there? where should the csound binary reside?
>>> He reports having had similar issues with earlier versions of OSX on
>>> the same laptop, so I suspect something is odd with the system. Even
>>> so, it would be convenient to help him get Csound working on the
>>> machine.
>>> All tips appreciated.
>>> 
>>> best
>>> Oeyvind
>>> 
>>> --
>>> 
>>> Oeyvind Brandtsegg
>>> Professor of Music Technology
>>> NTNU
>>> 7491 Trondheim
>>> Norway
>>> Cell: +47 92 203 205
>>> 
>>> http://www.partikkelaudio.com/
>>> http://soundcloud.com/brandtsegg
>>> http://flyndresang.no/
>>> http://soundcloud.com/t-emp
>>> 
>>> 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
> 
> 
> 
> -- 
> 
> Oeyvind Brandtsegg
> Professor of Music Technology
> NTNU
> 7491 Trondheim
> Norway
> Cell: +47 92 203 205
> 
> http://www.partikkelaudio.com/
> http://soundcloud.com/brandtsegg
> http://flyndresang.no/
> http://soundcloud.com/t-emp
> 
> 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

Date2016-02-10 15:08
FromOeyvind Brandtsegg
SubjectRe: Csound install on Yosemite
Ah, good, that was it.
Changed permissions and reinstalled, then all ok.
Thanks so much for the help.
Oeyvind

2016-02-10 13:57 GMT+01:00 Victor Lazzarini :
> It’s permissions then. He needs to make all directories under /usr/local (and usr and local) readable for
> everyone. I’ve seen someone else mention this problem here on the list before. It’s unusual though.
>
> ========================
> 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 10 Feb 2016, at 12:37, Oeyvind Brandtsegg  wrote:
>>
>> Thanks for the tip, that wold make sense, but /usr/local/bin is in his path.
>> One oddity when I tried to go to that directory to list the contents
>> cd /usr/local/bin
>> returned 'permission denied',
>> and running
>> sudo cd /usr/local/bin
>> returns without any error  but does not cd.
>> I can cd to /usr/local and do
>> ls bin/cs*
>> but there is no file named csound in the listing
>>
>>
>> 2016-02-09 23:58 GMT+01:00 Victor Lazzarini :
>>> It is probably the case that his /usr/local/bin is not in the PATH.
>>>
>>> He should add
>>>
>>> export PATH=/usr/local/bin:$PATH
>>>
>>> to the .profile file in his user directory.
>>> Create that file if it does not exit. Then log out and in again. It should work.
>>>
>>>> On 9 Feb 2016, at 22:35, Oeyvind Brandtsegg  wrote:
>>>>
>>>> Hi,
>>>> I have a student having problems getting Csound installed on his OSX laptop.
>>>> As I'm not intimiately familiar with the details of OSX, I figured I
>>>> could ask for some hints in trying to unravel the issue.
>>>> When he runs the installer (6.06) all seems fine and the installer
>>>> reports success. However, trying "csound" in a terminal afterwards
>>>> does not work, the command is not found. It seems the Framework is
>>>> installed, at least there is something there. Not sure how to verify
>>>> that everything is there? where should the csound binary reside?
>>>> He reports having had similar issues with earlier versions of OSX on
>>>> the same laptop, so I suspect something is odd with the system. Even
>>>> so, it would be convenient to help him get Csound working on the
>>>> machine.
>>>> All tips appreciated.
>>>>
>>>> best
>>>> Oeyvind
>>>>
>>>> --
>>>>
>>>> Oeyvind Brandtsegg
>>>> Professor of Music Technology
>>>> NTNU
>>>> 7491 Trondheim
>>>> Norway
>>>> Cell: +47 92 203 205
>>>>
>>>> http://www.partikkelaudio.com/
>>>> http://soundcloud.com/brandtsegg
>>>> http://flyndresang.no/
>>>> http://soundcloud.com/t-emp
>>>>
>>>> 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
>>
>>
>>
>> --
>>
>> Oeyvind Brandtsegg
>> Professor of Music Technology
>> NTNU
>> 7491 Trondheim
>> Norway
>> Cell: +47 92 203 205
>>
>> http://www.partikkelaudio.com/
>> http://soundcloud.com/brandtsegg
>> http://flyndresang.no/
>> http://soundcloud.com/t-emp
>>
>> 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



-- 

Oeyvind Brandtsegg
Professor of Music Technology
NTNU
7491 Trondheim
Norway
Cell: +47 92 203 205

http://www.partikkelaudio.com/
http://soundcloud.com/brandtsegg
http://flyndresang.no/
http://soundcloud.com/t-emp

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

Date2016-02-10 15:22
FromRory Walsh
SubjectRe: Csound install on Yosemite
Btw, on a side note, a student reported some issues with Cabbage on El Capitan. I've not had a chance to investigate but I fear I'll have to update soon.   

On 10 February 2016 at 15:08, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote:
Ah, good, that was it.
Changed permissions and reinstalled, then all ok.
Thanks so much for the help.
Oeyvind

2016-02-10 13:57 GMT+01:00 Victor Lazzarini <Victor.Lazzarini@nuim.ie>:
> It’s permissions then. He needs to make all directories under /usr/local (and usr and local) readable for
> everyone. I’ve seen someone else mention this problem here on the list before. It’s unusual though.
>
> ========================
> 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 10 Feb 2016, at 12:37, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote:
>>
>> Thanks for the tip, that wold make sense, but /usr/local/bin is in his path.
>> One oddity when I tried to go to that directory to list the contents
>> cd /usr/local/bin
>> returned 'permission denied',
>> and running
>> sudo cd /usr/local/bin
>> returns without any error  but does not cd.
>> I can cd to /usr/local and do
>> ls bin/cs*
>> but there is no file named csound in the listing
>>
>>
>> 2016-02-09 23:58 GMT+01:00 Victor Lazzarini <Victor.Lazzarini@nuim.ie>:
>>> It is probably the case that his /usr/local/bin is not in the PATH.
>>>
>>> He should add
>>>
>>> export PATH=/usr/local/bin:$PATH
>>>
>>> to the .profile file in his user directory.
>>> Create that file if it does not exit. Then log out and in again. It should work.
>>>
>>>> On 9 Feb 2016, at 22:35, Oeyvind Brandtsegg <oyvind.brandtsegg@NTNU.NO> wrote:
>>>>
>>>> Hi,
>>>> I have a student having problems getting Csound installed on his OSX laptop.
>>>> As I'm not intimiately familiar with the details of OSX, I figured I
>>>> could ask for some hints in trying to unravel the issue.
>>>> When he runs the installer (6.06) all seems fine and the installer
>>>> reports success. However, trying "csound" in a terminal afterwards
>>>> does not work, the command is not found. It seems the Framework is
>>>> installed, at least there is something there. Not sure how to verify
>>>> that everything is there? where should the csound binary reside?
>>>> He reports having had similar issues with earlier versions of OSX on
>>>> the same laptop, so I suspect something is odd with the system. Even
>>>> so, it would be convenient to help him get Csound working on the
>>>> machine.
>>>> All tips appreciated.
>>>>
>>>> best
>>>> Oeyvind
>>>>
>>>> --
>>>>
>>>> Oeyvind Brandtsegg
>>>> Professor of Music Technology
>>>> NTNU
>>>> 7491 Trondheim
>>>> Norway
>>>> Cell: +47 92 203 205
>>>>
>>>> http://www.partikkelaudio.com/
>>>> http://soundcloud.com/brandtsegg
>>>> http://flyndresang.no/
>>>> http://soundcloud.com/t-emp
>>>>
>>>> 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
>>
>>
>>
>> --
>>
>> Oeyvind Brandtsegg
>> Professor of Music Technology
>> NTNU
>> 7491 Trondheim
>> Norway
>> Cell: +47 92 203 205
>>
>> http://www.partikkelaudio.com/
>> http://soundcloud.com/brandtsegg
>> http://flyndresang.no/
>> http://soundcloud.com/t-emp
>>
>> 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



--

Oeyvind Brandtsegg
Professor of Music Technology
NTNU
7491 Trondheim
Norway
Cell: +47 92 203 205

http://www.partikkelaudio.com/
http://soundcloud.com/brandtsegg
http://flyndresang.no/
http://soundcloud.com/t-emp

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

Date2016-02-10 16:34
FromOeyvind Brandtsegg
SubjectRe: Csound install on Yosemite
ok, nice to know.

2016-02-10 16:22 GMT+01:00 Rory Walsh :
> Btw, on a side note, a student reported some issues with Cabbage on El
> Capitan. I've not had a chance to investigate but I fear I'll have to update
> soon.
>
> On 10 February 2016 at 15:08, Oeyvind Brandtsegg 
> wrote:
>>
>> Ah, good, that was it.
>> Changed permissions and reinstalled, then all ok.
>> Thanks so much for the help.
>> Oeyvind
>>
>> 2016-02-10 13:57 GMT+01:00 Victor Lazzarini :
>> > It’s permissions then. He needs to make all directories under /usr/local
>> > (and usr and local) readable for
>> > everyone. I’ve seen someone else mention this problem here on the list
>> > before. It’s unusual though.
>> >
>> > ========================
>> > 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 10 Feb 2016, at 12:37, Oeyvind Brandtsegg
>> >>  wrote:
>> >>
>> >> Thanks for the tip, that wold make sense, but /usr/local/bin is in his
>> >> path.
>> >> One oddity when I tried to go to that directory to list the contents
>> >> cd /usr/local/bin
>> >> returned 'permission denied',
>> >> and running
>> >> sudo cd /usr/local/bin
>> >> returns without any error  but does not cd.
>> >> I can cd to /usr/local and do
>> >> ls bin/cs*
>> >> but there is no file named csound in the listing
>> >>
>> >>
>> >> 2016-02-09 23:58 GMT+01:00 Victor Lazzarini :
>> >>> It is probably the case that his /usr/local/bin is not in the PATH.
>> >>>
>> >>> He should add
>> >>>
>> >>> export PATH=/usr/local/bin:$PATH
>> >>>
>> >>> to the .profile file in his user directory.
>> >>> Create that file if it does not exit. Then log out and in again. It
>> >>> should work.
>> >>>
>> >>>> On 9 Feb 2016, at 22:35, Oeyvind Brandtsegg
>> >>>>  wrote:
>> >>>>
>> >>>> Hi,
>> >>>> I have a student having problems getting Csound installed on his OSX
>> >>>> laptop.
>> >>>> As I'm not intimiately familiar with the details of OSX, I figured I
>> >>>> could ask for some hints in trying to unravel the issue.
>> >>>> When he runs the installer (6.06) all seems fine and the installer
>> >>>> reports success. However, trying "csound" in a terminal afterwards
>> >>>> does not work, the command is not found. It seems the Framework is
>> >>>> installed, at least there is something there. Not sure how to verify
>> >>>> that everything is there? where should the csound binary reside?
>> >>>> He reports having had similar issues with earlier versions of OSX on
>> >>>> the same laptop, so I suspect something is odd with the system. Even
>> >>>> so, it would be convenient to help him get Csound working on the
>> >>>> machine.
>> >>>> All tips appreciated.
>> >>>>
>> >>>> best
>> >>>> Oeyvind
>> >>>>
>> >>>> --
>> >>>>
>> >>>> Oeyvind Brandtsegg
>> >>>> Professor of Music Technology
>> >>>> NTNU
>> >>>> 7491 Trondheim
>> >>>> Norway
>> >>>> Cell: +47 92 203 205
>> >>>>
>> >>>> http://www.partikkelaudio.com/
>> >>>> http://soundcloud.com/brandtsegg
>> >>>> http://flyndresang.no/
>> >>>> http://soundcloud.com/t-emp
>> >>>>
>> >>>> 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
>> >>
>> >>
>> >>
>> >> --
>> >>
>> >> Oeyvind Brandtsegg
>> >> Professor of Music Technology
>> >> NTNU
>> >> 7491 Trondheim
>> >> Norway
>> >> Cell: +47 92 203 205
>> >>
>> >> http://www.partikkelaudio.com/
>> >> http://soundcloud.com/brandtsegg
>> >> http://flyndresang.no/
>> >> http://soundcloud.com/t-emp
>> >>
>> >> 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
>>
>>
>>
>> --
>>
>> Oeyvind Brandtsegg
>> Professor of Music Technology
>> NTNU
>> 7491 Trondheim
>> Norway
>> Cell: +47 92 203 205
>>
>> http://www.partikkelaudio.com/
>> http://soundcloud.com/brandtsegg
>> http://flyndresang.no/
>> http://soundcloud.com/t-emp
>>
>> 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



-- 

Oeyvind Brandtsegg
Professor of Music Technology
NTNU
7491 Trondheim
Norway
Cell: +47 92 203 205

http://www.partikkelaudio.com/
http://soundcloud.com/brandtsegg
http://flyndresang.no/
http://soundcloud.com/t-emp

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