Csound Csound-dev Csound-tekno Search About

[Csnd] Csound real time score events via the command line

Date2018-05-13 13:44
Fromfauveboy
Subject[Csnd] Csound real time score events via the command line
Is it possible to launch a csound program and send it score events using
through the terminal to interacting with the orchestra in real time?

Thanks



--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

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

Date2018-05-13 14:03
FromForrest Curo
SubjectRe: [Csnd] Csound real time score events via the command line
If you're using Linux (Would this also work for Mac?) you can just run the whole thing from the command line with -L stdin

------
"
-L DEVICE, --score-in=DEVICE

Read line-oriented real-time score events from device DEVICE. The name stdin will permit score events to be typed at your terminal, or piped from another process. Each line-event is terminated by a carriage-return. Events are coded just like those in a standard numeric score, except that an event with p2=0 will be performed immediately, and an event with p2=T will be performed T seconds after arrival. Events can arrive at any time, and in any order. The score carry feature is legal here, as are held notes (p3 negative) and string arguments, but ramps and pp or np references are not.

[Note] Note

The -L flag is only valid on *NIX systems which have pipes. It doesn't work on Windows.

"

On Sun, May 13, 2018 at 5:44 AM, fauveboy <joel.ramsbottom@hotmail.co.uk> wrote:
Is it possible to launch a csound program and send it score events using
through the terminal to interacting with the orchestra in real time?

Thanks



--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

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

Date2018-05-13 14:45
FromVictor Lazzarini
SubjectRe: [Csnd] Csound real time score events via the command line
yes, use -L stdin and you can type line-oriented score events. If you want to add or redefine instruments, enclose them in { }

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 13 May 2018, at 13:44, fauveboy  wrote:
> 
> Is it possible to launch a csound program and send it score events using
> through the terminal to interacting with the orchestra in real time?
> 
> Thanks
> 
> 
> 
> --
> Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
> 
> 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

Date2018-05-13 17:10
Fromfauveboy
SubjectRe: [Csnd] Csound real time score events via the command line
Okay thanks:
I'm on a Unix system but I get a command error with:

$csound -L sampler_two.csd

does "DEVICE" not stand for the csd file?

...the brackets would come in after the -L tag?






--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

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

Date2018-05-13 17:11
FromJustin Smith
SubjectRe: [Csnd] Csound real time score events via the command line
-L takes a source of real time events, -L stdin or -Lstdin means to use standard input

On Sun, May 13, 2018 at 9:10 AM fauveboy <joel.ramsbottom@hotmail.co.uk> wrote:
Okay thanks:
I'm on a Unix system but I get a command error with:

$csound -L sampler_two.csd

does "DEVICE" not stand for the csd file?

...the brackets would come in after the -L tag?






--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

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

Date2018-05-13 17:28
Fromfauveboy
SubjectRe: [Csnd] Csound real time score events via the command line
sampler_two.csd
  

okay, I see. Whats the appropriate way to set up my file I've attached above
because the program ends straight away?



--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

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

Date2018-05-13 17:42
FromJustin Smith
SubjectRe: [Csnd] Csound real time score events via the command line
there might be a nicer thing with modern csound, but the old trick was to create an f table some time in the far future so that the score would keep running

f0 360000000 ; just needs some very-large number

On Sun, May 13, 2018 at 9:28 AM fauveboy <joel.ramsbottom@hotmail.co.uk> wrote:
sampler_two.csd
<http://csound.1045644.n5.nabble.com/file/t339654/sampler_two.csd

okay, I see. Whats the appropriate way to set up my file I've attached above
because the program ends straight away?



--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

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

Date2018-05-13 17:50
FromVictor Lazzarini
SubjectRe: [Csnd] Csound real time score events via the command line
- -daemon is the flag

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

On 13 May 2018, at 17:43, Justin Smith <noisesmith@GMAIL.COM> wrote:

there might be a nicer thing with modern csound, but the old trick was to create an f table some time in the far future so that the score would keep running

f0 360000000 ; just needs some very-large number

On Sun, May 13, 2018 at 9:28 AM fauveboy <joel.ramsbottom@hotmail.co.uk> wrote:
sampler_two.csd
<http://csound.1045644.n5.nabble.com/file/t339654/sampler_two.csd

okay, I see. Whats the appropriate way to set up my file I've attached above
because the program ends straight away?



--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

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

Date2018-05-13 17:54
FromJohn ff
SubjectRe: [Csnd] Csound real time score events via the command line
Still done that way, or have no scorestall (move ftables into orc) or use z for infinity in an f or e statement

⁣Sent from TypeApp ​

On May 13, 2018, 17:44, at 17:44, Justin Smith  wrote:
>there might be a nicer thing with modern csound, but the old trick was
>to
>create an f table some time in the far future so that the score would
>keep
>running
>
>f0 360000000 ; just needs some very-large number
>
>On Sun, May 13, 2018 at 9:28 AM fauveboy
>
>wrote:
>
>> sampler_two.csd
>> 
>>
>> okay, I see. Whats the appropriate way to set up my file I've
>attached
>> above
>> because the program ends straight away?
>>
>>
>>
>> --
>> Sent from:
>> http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
>>
>> 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

Date2018-05-13 17:58
Fromfauveboy
SubjectRe: [Csnd] Csound real time score events via the command line
okay thank that works. I had to make sure that in the orchestra and csound
options theres the -odac tag to get sound.

regarding another score statement I have which is 't 0 75' how do i include
this with the simultaneous entry of an i statement. Or similarly for
multiple i statements? for example, I'm expecting the syntax to be something
along the lines of:
$t 0 75, i1 0 2, i1 0 5
but obviously, this didn't work?



--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

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

Date2018-05-13 20:13
Fromjpff
SubjectRe: [Csnd] Csound real time score events via the command line
score opline end with newline not coma

On Sun, 13 May 2018, fauveboy wrote:

> okay thank that works. I had to make sure that in the orchestra and csound
> options theres the -odac tag to get sound.
>
> regarding another score statement I have which is 't 0 75' how do i include
> this with the simultaneous entry of an i statement. Or similarly for
> multiple i statements? for example, I'm expecting the syntax to be something
> along the lines of:
> $t 0 75, i1 0 2, i1 0 5
> but obviously, this didn't work?
>
>
>
> --
> Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
>
> 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

Date2018-05-13 20:28
FromVictor Lazzarini
SubjectRe: [Csnd] Csound real time score events via the command line
The -L stdin works with single scorelines lines, not multiple statements. You can use i and f statements,
nothing else.

========================
Prof. 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 13 May 2018, at 17:58, fauveboy  wrote:
> 
> okay thank that works. I had to make sure that in the orchestra and csound
> options theres the -odac tag to get sound.
> 
> regarding another score statement I have which is 't 0 75' how do i include
> this with the simultaneous entry of an i statement. Or similarly for
> multiple i statements? for example, I'm expecting the syntax to be something
> along the lines of:
> $t 0 75, i1 0 2, i1 0 5
> but obviously, this didn't work?
> 
> 
> 
> --
> Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
> 
> 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

Date2018-05-13 21:34
Fromjpff
SubjectRe: [Csnd] Csound real time score events via the command line
You coukd define an instrument thatakes enough args to fill instr 1 twie 
and use schedule in it to add two i1 events to the score.  Makin it high 
number will ensure it runs at the end of a k-ccle so the two i1 would 
staet at the sae time
Something like

instr 100
   schedule 1, 0, p4, p5, p6
   schedule 1, 0, p7, p8, p9
endin

where instr 1 takes 5 args

Called like
i100 0 0 2 1 2 5 3 4

Not tesyed....

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

Date2018-05-13 21:59
Fromfauveboy
SubjectRe: [Csnd] Csound real time score events via the command line
jpff many you show me the syntax you mean> Im not sure what opline means and
newline i understand to be \n which doesnt apply here?

something like:

i1 0 2 \n i1 0 5 



--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

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

Date2018-05-27 15:02
FromForrest Curo
SubjectRe: [Csnd] Csound real time score events via the command line
Um, I'm running on Ubuntu, going through 'testfif' (a fifo) rather than stdin and piping in a file --
which works for putting in score lines, but when I try to add instruments
whether by '{}' , '{{}}', or 'compilestr {{}}' I get responses like:
unknown opcode {
illegal RT scoreline:
{instr 1
^

Do I need to upgrade my csound (6.09), or is there another problem


On Sun, May 13, 2018 at 6:45 AM, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
yes, use -L stdin and you can type line-oriented score events. If you want to add or redefine instruments, enclose them in { }

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 13 May 2018, at 13:44, fauveboy <joel.ramsbottom@HOTMAIL.CO.UK> wrote:
>
> Is it possible to launch a csound program and send it score events using
> through the terminal to interacting with the orchestra in real time?
>
> Thanks
>
>
>
> --
> Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
>
> 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

Date2018-05-27 16:56
Fromjpff
SubjectRe: [Csnd] Csound real time score events via the command line
I thought that syntax came in with 6.10, but Victor would know more


On Sun, 27 May 2018, Forrest Curo wrote:

> Um, I'm running on Ubuntu, going through 'testfif' (a fifo) rather than stdin
> and piping in a file --
> which works for putting in score lines, but when I try to add instruments
> whether by '{}' , '{{}}', or 'compilestr {{}}' I get responses like:
> unknown opcode {
> illegal RT scoreline:
> {instr 1
> ^
> 
> Do I need to upgrade my csound (6.09), or is there another problem
> 
> 
> On Sun, May 13, 2018 at 6:45 AM, Victor Lazzarini 
> wrote:
>       yes, use -L stdin and you can type line-oriented score events. If
>       you want to add or redefine instruments, enclose them in { }
>
>       Victor Lazzarini
>       Dean of Arts, Celtic Studies, and Philosophy
>       Maynooth University
>       Ireland
>
>       > On 13 May 2018, at 13:44, fauveboy
>        wrote:
>       >
>       > Is it possible to launch a csound program and send it score
>       events using
>       > through the terminal to interacting with the orchestra in real
>       time?
>       >
>       > Thanks
>       >
>       >
>       >
>       > --
>       > Sent from:
>       http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
>       >
>       > 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

Date2018-05-27 17:53
FromVictor Lazzarini
SubjectRe: [Csnd] Csound real time score events via the command line
yes, it was introduced in 6.10.

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 27 May 2018, at 16:56, jpff  wrote:
> 
> I thought that syntax came in with 6.10, but Victor would know more
> 
> 
>> On Sun, 27 May 2018, Forrest Curo wrote:
>> 
>> Um, I'm running on Ubuntu, going through 'testfif' (a fifo) rather than stdin
>> and piping in a file --
>> which works for putting in score lines, but when I try to add instruments
>> whether by '{}' , '{{}}', or 'compilestr {{}}' I get responses like:
>> unknown opcode {
>> illegal RT scoreline:
>> {instr 1
>> ^
>> Do I need to upgrade my csound (6.09), or is there another problem
>> On Sun, May 13, 2018 at 6:45 AM, Victor Lazzarini 
>> wrote:
>>      yes, use -L stdin and you can type line-oriented score events. If
>>      you want to add or redefine instruments, enclose them in { }
>> 
>>      Victor Lazzarini
>>      Dean of Arts, Celtic Studies, and Philosophy
>>      Maynooth University
>>      Ireland
>> 
>>      > On 13 May 2018, at 13:44, fauveboy
>>       wrote:
>>      >
>>      > Is it possible to launch a csound program and send it score
>>      events using
>>      > through the terminal to interacting with the orchestra in real
>>      time?
>>      >
>>      > Thanks
>>      >
>>      >
>>      >
>>      > --
>>      > Sent from:
>>      http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
>>      >
>>      > 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

Date2018-05-28 22:06
FromForrest Curo
SubjectRe: [Csnd] Csound real time score events via the command line
Okay, where one terminal is running csound
and another gets the line:
cat testimp > testfif
(testfif is a fifo
and testimp is this file):

{
instr 1
a1 oscili p5, p4, 1
printf_i "works %d \n", 1, 5
outs a1, a1
endin
}
i1 0 1 110 0.5

And of course, if you want to type lines in directly,  ' cat > testfif ' works also. Whee!

On Sun, May 27, 2018 at 9:53 AM, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
yes, it was introduced in 6.10.

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 27 May 2018, at 16:56, jpff <jpff@CODEMIST.CO.UK> wrote:
>
> I thought that syntax came in with 6.10, but Victor would know more
>
>
>> On Sun, 27 May 2018, Forrest Curo wrote:
>>
>> Um, I'm running on Ubuntu, going through 'testfif' (a fifo) rather than stdin
>> and piping in a file --
>> which works for putting in score lines, but when I try to add instruments
>> whether by '{}' , '{{}}', or 'compilestr {{}}' I get responses like:
>> unknown opcode {
>> illegal RT scoreline:
>> {instr 1
>> ^
>> Do I need to upgrade my csound (6.09), or is there another problem
>> On Sun, May 13, 2018 at 6:45 AM, Victor Lazzarini <Victor.Lazzarini@mu.ie>
>> wrote:
>>      yes, use -L stdin and you can type line-oriented score events. If
>>      you want to add or redefine instruments, enclose them in { }
>>
>>      Victor Lazzarini
>>      Dean of Arts, Celtic Studies, and Philosophy
>>      Maynooth University
>>      Ireland
>>
>>      > On 13 May 2018, at 13:44, fauveboy
>>      <joel.ramsbottom@HOTMAIL.CO.UK> wrote:
>>      >
>>      > Is it possible to launch a csound program and send it score
>>      events using
>>      > through the terminal to interacting with the orchestra in real
>>      time?
>>      >
>>      > Thanks
>>      >
>>      >
>>      >
>>      > --
>>      > Sent from:
>>      http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
>>      >
>>      > 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