Csound Csound-dev Csound-tekno Search About

Re: [Csnd] systems of equations

Date2012-11-14 03:55
From"Partev Barr Sarkissian"
SubjectRe: [Csnd] systems of equations
Which issue number?

-pbs


--- adotsdothmusic@gmail.com wrote:

From: Adam Puckett 
To: csound@lists.bath.ac.uk
Subject: [Csnd] systems of equations
Date: Tue, 13 Nov 2012 20:40:48 -0500

I see in the article in the Csound Magazine about physical models of
woodwind instruments, the author talks about implementing equations in
Csound. I'm not entirely sure how he does it (or just any equation in
general). Can someone explain this trick as it might be useful to me
or anyone attempting algebra or rootfinding problems in Csound.
Thanks.


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"





_____________________________________________________________
Netscape.  Just the Net You Need.

Date2012-11-14 11:35
FromAdam Puckett
SubjectRe: [Csnd] systems of equations
The autumn 1999 issue; the article is here:

http://csounds.com/ezine/autumn1999/woodwinds/index.html

On 11/13/12, Partev Barr Sarkissian  wrote:
> Which issue number?
>
> -pbs
>
>
> --- adotsdothmusic@gmail.com wrote:
>
> From: Adam Puckett 
> To: csound@lists.bath.ac.uk
> Subject: [Csnd] systems of equations
> Date: Tue, 13 Nov 2012 20:40:48 -0500
>
> I see in the article in the Csound Magazine about physical models of
> woodwind instruments, the author talks about implementing equations in
> Csound. I'm not entirely sure how he does it (or just any equation in
> general). Can someone explain this trick as it might be useful to me
> or anyone attempting algebra or rootfinding problems in Csound.
> Thanks.
>
>
> 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"
>
>
>
>
>
> _____________________________________________________________
> Netscape.  Just the Net You Need.
>
>
> 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"
>
>

Date2012-11-14 13:14
FromOeyvind Brandtsegg
SubjectRe: [Csnd] systems of equations
By no means being a maths expert, I would think that the general approach is to rewrite the equation in such a way that you get the output signal on one side of the equal sign. Then what is on the other side is your synthesis algorithm.
like x = y+z
where x is your audio output

Oeyvind


2012/11/14 Adam Puckett <adotsdothmusic@gmail.com>
The autumn 1999 issue; the article is here:

http://csounds.com/ezine/autumn1999/woodwinds/index.html

On 11/13/12, Partev Barr Sarkissian <encino_man@netscape.com> wrote:
> Which issue number?
>
> -pbs
>
>
> --- adotsdothmusic@gmail.com wrote:
>
> From: Adam Puckett <adotsdothmusic@gmail.com>
> To: csound@lists.bath.ac.uk
> Subject: [Csnd] systems of equations
> Date: Tue, 13 Nov 2012 20:40:48 -0500
>
> I see in the article in the Csound Magazine about physical models of
> woodwind instruments, the author talks about implementing equations in
> Csound. I'm not entirely sure how he does it (or just any equation in
> general). Can someone explain this trick as it might be useful to me
> or anyone attempting algebra or rootfinding problems in Csound.
> Thanks.
>
>
> 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"
>
>
>
>
>
> _____________________________________________________________
> Netscape.  Just the Net You Need.
>
>
> 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"




--

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

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

Date2012-11-14 14:07
FromRory Walsh
SubjectRe: [Csnd] systems of equations
It would be nice to see more maths equations in Csound tutorials.
Victor has a nice one on distortion techniques where he constantly
jumps from equation to Csound code.

http://www.csounds.com/journal/issue11/distortionSynthesis.html



On 14 November 2012 13:14, Oeyvind Brandtsegg  wrote:
> By no means being a maths expert, I would think that the general approach is
> to rewrite the equation in such a way that you get the output signal on one
> side of the equal sign. Then what is on the other side is your synthesis
> algorithm.
> like x = y+z
> where x is your audio output
>
> Oeyvind
>
>
> 2012/11/14 Adam Puckett 
>>
>> The autumn 1999 issue; the article is here:
>>
>> http://csounds.com/ezine/autumn1999/woodwinds/index.html
>>
>> On 11/13/12, Partev Barr Sarkissian  wrote:
>> > Which issue number?
>> >
>> > -pbs
>> >
>> >
>> > --- adotsdothmusic@gmail.com wrote:
>> >
>> > From: Adam Puckett 
>> > To: csound@lists.bath.ac.uk
>> > Subject: [Csnd] systems of equations
>> > Date: Tue, 13 Nov 2012 20:40:48 -0500
>> >
>> > I see in the article in the Csound Magazine about physical models of
>> > woodwind instruments, the author talks about implementing equations in
>> > Csound. I'm not entirely sure how he does it (or just any equation in
>> > general). Can someone explain this trick as it might be useful to me
>> > or anyone attempting algebra or rootfinding problems in Csound.
>> > Thanks.
>> >
>> >
>> > 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"
>> >
>> >
>> >
>> >
>> >
>> > _____________________________________________________________
>> > Netscape.  Just the Net You Need.
>> >
>> >
>> > 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"
>>
>
>
>
> --
>
> Oeyvind Brandtsegg
> Professor of Music Technology
> NTNU
> 7491 Trondheim
> Norway
> Cell: +47 92 203 205
>
> http://flyndresang.no/
> http://www.partikkelaudio.com/
> http://soundcloud.com/brandtsegg
> http://soundcloud.com/t-emp

Date2012-11-14 14:13
FromAdam Puckett
SubjectRe: [Csnd] systems of equations
Trouble is, I can't read the equations. My screen reader just skips
over them because they're just images with no alt text.

On 11/14/12, Rory Walsh  wrote:
> It would be nice to see more maths equations in Csound tutorials.
> Victor has a nice one on distortion techniques where he constantly
> jumps from equation to Csound code.
>
> http://www.csounds.com/journal/issue11/distortionSynthesis.html
>
>
>
> On 14 November 2012 13:14, Oeyvind Brandtsegg 
> wrote:
>> By no means being a maths expert, I would think that the general approach
>> is
>> to rewrite the equation in such a way that you get the output signal on
>> one
>> side of the equal sign. Then what is on the other side is your synthesis
>> algorithm.
>> like x = y+z
>> where x is your audio output
>>
>> Oeyvind
>>
>>
>> 2012/11/14 Adam Puckett 
>>>
>>> The autumn 1999 issue; the article is here:
>>>
>>> http://csounds.com/ezine/autumn1999/woodwinds/index.html
>>>
>>> On 11/13/12, Partev Barr Sarkissian  wrote:
>>> > Which issue number?
>>> >
>>> > -pbs
>>> >
>>> >
>>> > --- adotsdothmusic@gmail.com wrote:
>>> >
>>> > From: Adam Puckett 
>>> > To: csound@lists.bath.ac.uk
>>> > Subject: [Csnd] systems of equations
>>> > Date: Tue, 13 Nov 2012 20:40:48 -0500
>>> >
>>> > I see in the article in the Csound Magazine about physical models of
>>> > woodwind instruments, the author talks about implementing equations in
>>> > Csound. I'm not entirely sure how he does it (or just any equation in
>>> > general). Can someone explain this trick as it might be useful to me
>>> > or anyone attempting algebra or rootfinding problems in Csound.
>>> > Thanks.
>>> >
>>> >
>>> > 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"
>>> >
>>> >
>>> >
>>> >
>>> >
>>> > _____________________________________________________________
>>> > Netscape.  Just the Net You Need.
>>> >
>>> >
>>> > 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"
>>>
>>
>>
>>
>> --
>>
>> Oeyvind Brandtsegg
>> Professor of Music Technology
>> NTNU
>> 7491 Trondheim
>> Norway
>> Cell: +47 92 203 205
>>
>> http://flyndresang.no/
>> http://www.partikkelaudio.com/
>> http://soundcloud.com/brandtsegg
>> http://soundcloud.com/t-emp
>
>
> 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"
>
>

Date2012-11-14 14:28
FromJustin Smith
SubjectRe: [Csnd] systems of equations
This screen reader issue is one of the reasons mathml was invented (like html, it is designed to degrade gracefully, and be usable in a variety of rendering circumstances).


On Wed, Nov 14, 2012 at 6:13 AM, Adam Puckett <adotsdothmusic@gmail.com> wrote:
Trouble is, I can't read the equations. My screen reader just skips
over them because they're just images with no alt text.

On 11/14/12, Rory Walsh <rorywalsh@ear.ie> wrote:
> It would be nice to see more maths equations in Csound tutorials.
> Victor has a nice one on distortion techniques where he constantly
> jumps from equation to Csound code.
>
> http://www.csounds.com/journal/issue11/distortionSynthesis.html
>
>
>
> On 14 November 2012 13:14, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no>
> wrote:
>> By no means being a maths expert, I would think that the general approach
>> is
>> to rewrite the equation in such a way that you get the output signal on
>> one
>> side of the equal sign. Then what is on the other side is your synthesis
>> algorithm.
>> like x = y+z
>> where x is your audio output
>>
>> Oeyvind
>>
>>
>> 2012/11/14 Adam Puckett <adotsdothmusic@gmail.com>
>>>
>>> The autumn 1999 issue; the article is here:
>>>
>>> http://csounds.com/ezine/autumn1999/woodwinds/index.html
>>>
>>> On 11/13/12, Partev Barr Sarkissian <encino_man@netscape.com> wrote:
>>> > Which issue number?
>>> >
>>> > -pbs
>>> >
>>> >
>>> > --- adotsdothmusic@gmail.com wrote:
>>> >
>>> > From: Adam Puckett <adotsdothmusic@gmail.com>
>>> > To: csound@lists.bath.ac.uk
>>> > Subject: [Csnd] systems of equations
>>> > Date: Tue, 13 Nov 2012 20:40:48 -0500
>>> >
>>> > I see in the article in the Csound Magazine about physical models of
>>> > woodwind instruments, the author talks about implementing equations in
>>> > Csound. I'm not entirely sure how he does it (or just any equation in
>>> > general). Can someone explain this trick as it might be useful to me
>>> > or anyone attempting algebra or rootfinding problems in Csound.
>>> > Thanks.
>>> >
>>> >
>>> > 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"
>>> >
>>> >
>>> >
>>> >
>>> >
>>> > _____________________________________________________________
>>> > Netscape.  Just the Net You Need.
>>> >
>>> >
>>> > 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"
>>>
>>
>>
>>
>> --
>>
>> Oeyvind Brandtsegg
>> Professor of Music Technology
>> NTNU
>> 7491 Trondheim
>> Norway
>> Cell: +47 92 203 205
>>
>> http://flyndresang.no/
>> http://www.partikkelaudio.com/
>> http://soundcloud.com/brandtsegg
>> http://soundcloud.com/t-emp
>
>
> 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"



Date2012-11-14 14:28
FromRory Walsh
SubjectRe: [Csnd] systems of equations
I wouldn't ever have thought of that. That's unfortunate. How do you
cope when it comes to learing from equations?


On 14 November 2012 14:13, Adam Puckett  wrote:
> Trouble is, I can't read the equations. My screen reader just skips
> over them because they're just images with no alt text.
>
> On 11/14/12, Rory Walsh  wrote:
>> It would be nice to see more maths equations in Csound tutorials.
>> Victor has a nice one on distortion techniques where he constantly
>> jumps from equation to Csound code.
>>
>> http://www.csounds.com/journal/issue11/distortionSynthesis.html
>>
>>
>>
>> On 14 November 2012 13:14, Oeyvind Brandtsegg 
>> wrote:
>>> By no means being a maths expert, I would think that the general approach
>>> is
>>> to rewrite the equation in such a way that you get the output signal on
>>> one
>>> side of the equal sign. Then what is on the other side is your synthesis
>>> algorithm.
>>> like x = y+z
>>> where x is your audio output
>>>
>>> Oeyvind
>>>
>>>
>>> 2012/11/14 Adam Puckett 
>>>>
>>>> The autumn 1999 issue; the article is here:
>>>>
>>>> http://csounds.com/ezine/autumn1999/woodwinds/index.html
>>>>
>>>> On 11/13/12, Partev Barr Sarkissian  wrote:
>>>> > Which issue number?
>>>> >
>>>> > -pbs
>>>> >
>>>> >
>>>> > --- adotsdothmusic@gmail.com wrote:
>>>> >
>>>> > From: Adam Puckett 
>>>> > To: csound@lists.bath.ac.uk
>>>> > Subject: [Csnd] systems of equations
>>>> > Date: Tue, 13 Nov 2012 20:40:48 -0500
>>>> >
>>>> > I see in the article in the Csound Magazine about physical models of
>>>> > woodwind instruments, the author talks about implementing equations in
>>>> > Csound. I'm not entirely sure how he does it (or just any equation in
>>>> > general). Can someone explain this trick as it might be useful to me
>>>> > or anyone attempting algebra or rootfinding problems in Csound.
>>>> > Thanks.
>>>> >
>>>> >
>>>> > 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"
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > _____________________________________________________________
>>>> > Netscape.  Just the Net You Need.
>>>> >
>>>> >
>>>> > 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"
>>>>
>>>
>>>
>>>
>>> --
>>>
>>> Oeyvind Brandtsegg
>>> Professor of Music Technology
>>> NTNU
>>> 7491 Trondheim
>>> Norway
>>> Cell: +47 92 203 205
>>>
>>> http://flyndresang.no/
>>> http://www.partikkelaudio.com/
>>> http://soundcloud.com/brandtsegg
>>> http://soundcloud.com/t-emp
>>
>>
>> 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"
>

Date2012-11-14 15:20
FromAdam Puckett
SubjectRe: [Csnd] systems of equations
Well if there is a MathML or some other equivalent textual
representation I use that, otherwise I (try to) learn from code (is
that cheating?).

I regularly read parts of the SymPy sources and that does the trick
most of the time.

On 11/14/12, Rory Walsh  wrote:
> I wouldn't ever have thought of that. That's unfortunate. How do you
> cope when it comes to learing from equations?
>
>
> On 14 November 2012 14:13, Adam Puckett  wrote:
>> Trouble is, I can't read the equations. My screen reader just skips
>> over them because they're just images with no alt text.
>>
>> On 11/14/12, Rory Walsh  wrote:
>>> It would be nice to see more maths equations in Csound tutorials.
>>> Victor has a nice one on distortion techniques where he constantly
>>> jumps from equation to Csound code.
>>>
>>> http://www.csounds.com/journal/issue11/distortionSynthesis.html
>>>
>>>
>>>
>>> On 14 November 2012 13:14, Oeyvind Brandtsegg
>>> 
>>> wrote:
>>>> By no means being a maths expert, I would think that the general
>>>> approach
>>>> is
>>>> to rewrite the equation in such a way that you get the output signal on
>>>> one
>>>> side of the equal sign. Then what is on the other side is your
>>>> synthesis
>>>> algorithm.
>>>> like x = y+z
>>>> where x is your audio output
>>>>
>>>> Oeyvind
>>>>
>>>>
>>>> 2012/11/14 Adam Puckett 
>>>>>
>>>>> The autumn 1999 issue; the article is here:
>>>>>
>>>>> http://csounds.com/ezine/autumn1999/woodwinds/index.html
>>>>>
>>>>> On 11/13/12, Partev Barr Sarkissian  wrote:
>>>>> > Which issue number?
>>>>> >
>>>>> > -pbs
>>>>> >
>>>>> >
>>>>> > --- adotsdothmusic@gmail.com wrote:
>>>>> >
>>>>> > From: Adam Puckett 
>>>>> > To: csound@lists.bath.ac.uk
>>>>> > Subject: [Csnd] systems of equations
>>>>> > Date: Tue, 13 Nov 2012 20:40:48 -0500
>>>>> >
>>>>> > I see in the article in the Csound Magazine about physical models of
>>>>> > woodwind instruments, the author talks about implementing equations
>>>>> > in
>>>>> > Csound. I'm not entirely sure how he does it (or just any equation
>>>>> > in
>>>>> > general). Can someone explain this trick as it might be useful to me
>>>>> > or anyone attempting algebra or rootfinding problems in Csound.
>>>>> > Thanks.
>>>>> >
>>>>> >
>>>>> > 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"
>>>>> >
>>>>> >
>>>>> >
>>>>> >
>>>>> >
>>>>> > _____________________________________________________________
>>>>> > Netscape.  Just the Net You Need.
>>>>> >
>>>>> >
>>>>> > 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"
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> Oeyvind Brandtsegg
>>>> Professor of Music Technology
>>>> NTNU
>>>> 7491 Trondheim
>>>> Norway
>>>> Cell: +47 92 203 205
>>>>
>>>> http://flyndresang.no/
>>>> http://www.partikkelaudio.com/
>>>> http://soundcloud.com/brandtsegg
>>>> http://soundcloud.com/t-emp
>>>
>>>
>>> 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"
>
>