Csound Csound-dev Csound-tekno Search About

[Csnd] instrument ends immediately

Date2013-10-01 21:07
Fromzappfinger
Subject[Csnd] instrument ends immediately
Why does this instrument end rigth away?
It is triggered with a 'turnon 2' so it should run forever, waiting for an
OSC message to come in...

	instr 2	;tables
i_sin ftgenonce 0, 0, 32, 10, 1

kread   init 0
nxtmsg:
    kk  OSClisten gihandle, "/iread", "i", kread
if (kk == 0) goto ex
    printk2 kread
    kgoto nxtmsg
ex:
if kread == 1 then 
    kidx    = 0
    loop:
    kres    table   kidx,i_sin,0
    printk2  kres
    OSCsend kidx, "localhost",12000, "/read","f", kres
    loop_lt   kidx, 1, 32, loop
    turnoff 
endif

	endin


Richard



--
View this message in context: http://csound.1045644.n5.nabble.com/instrument-ends-immediately-tp5727976.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2013-10-01 22:09
Fromjoachim heintz
SubjectRe: [Csnd] instrument ends immediately
can you send the whole csd?


Am 01.10.2013 22:07, schrieb zappfinger:
> Why does this instrument end rigth away?
> It is triggered with a 'turnon 2' so it should run forever, waiting for an
> OSC message to come in...
>
> 	instr 2	;tables
> i_sin ftgenonce 0, 0, 32, 10, 1
>
> kread   init 0
> nxtmsg:
>      kk  OSClisten gihandle, "/iread", "i", kread
> if (kk == 0) goto ex
>      printk2 kread
>      kgoto nxtmsg
> ex:
> if kread == 1 then
>      kidx    = 0
>      loop:
>      kres    table   kidx,i_sin,0
>      printk2  kres
>      OSCsend kidx, "localhost",12000, "/read","f", kres
>      loop_lt   kidx, 1, 32, loop
>      turnoff
> endif
>
> 	endin
>
>
> Richard
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/instrument-ends-immediately-tp5727976.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>              https://sourceforge.net/p/csound/tickets/
> csound5:
>              https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>

Date2013-10-01 22:20
Fromzappfinger
Subject[Csnd] Re: instrument ends immediately
Sure.

OSCblue2.csd
  





--
View this message in context: http://csound.1045644.n5.nabble.com/instrument-ends-immediately-tp5727976p5727982.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2013-10-01 23:20
FromVictor Lazzarini
SubjectRe: [Csnd] Re: instrument ends immediately
did you try removing the 'e' from the score? Leave it empty?
On 1 Oct 2013, at 22:20, zappfinger wrote:

> Sure.
> 
> OSCblue2.csd
>   
> 
> 
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/instrument-ends-immediately-tp5727976p5727982.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> 
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>            https://sourceforge.net/p/csound/tickets/
> csound5:
>            https://sourceforge.net/p/csound/bugs/
> 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
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





Date2013-10-02 07:37
Fromzappfinger
Subject[Csnd] Re: instrument ends immediately
Hi Victor,

Ok, that seems to work now if I remove it.
BTW, this csd was created by Blue, so it seems Blue incorrectly adds this
'e' line...


Richard



--
View this message in context: http://csound.1045644.n5.nabble.com/instrument-ends-immediately-tp5727976p5727988.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2013-10-02 08:19
FromVictor Lazzarini
SubjectRe: [Csnd] Re: instrument ends immediately
I believe Mr Yi is your man for this... ;)
On 2 Oct 2013, at 07:37, zappfinger wrote:

> Hi Victor,
> 
> Ok, that seems to work now if I remove it.
> BTW, this csd was created by Blue, so it seems Blue incorrectly adds this
> 'e' line...
> 
> 
> Richard
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/instrument-ends-immediately-tp5727976p5727988.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> 
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>            https://sourceforge.net/p/csound/tickets/
> csound5:
>            https://sourceforge.net/p/csound/bugs/
> 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
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





Date2013-10-02 08:23
FromVictor Lazzarini
SubjectRe: [Csnd] Re: instrument ends immediately
The rule is:

1) No score whatsoever => csound keeps open forever and a day
2) Anything in the score => csound will stay open until the score ends.


I have been thinking about this lately. This year, I am going to experiment teaching 
Csound without the use of the score (then introduce it later). I am thinking it might
simplify things for beginners.

Victor
On 2 Oct 2013, at 07:37, zappfinger wrote:

> Hi Victor,
> 
> Ok, that seems to work now if I remove it.
> BTW, this csd was created by Blue, so it seems Blue incorrectly adds this
> 'e' line...
> 
> 
> Richard
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/instrument-ends-immediately-tp5727976p5727988.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> 
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>            https://sourceforge.net/p/csound/tickets/
> csound5:
>            https://sourceforge.net/p/csound/bugs/
> 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
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





Date2013-10-02 08:28
Fromzappfinger
Subject[Csnd] Re: instrument ends immediately
Sounds good.

I also noted, when playing this csd in CsoundQt for a short while, it
generated a 'test.wav' file filling my harddisk. (it was >10 Gb)
I had to specify the '-n' flag to suppress the audio file creation.

Richard



--
View this message in context: http://csound.1045644.n5.nabble.com/instrument-ends-immediately-tp5727976p5727993.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2013-10-02 08:45
Fromzappfinger
Subject[Csnd] Re: instrument ends immediately
Hmm,

Csound used a lot of CPU (close to 100% ) when running this, while waiting
for the OSC message.
But when it gets the message, it should print/send the contents of the table
(seems to work) and turnoff the instrument, but it is still 100% CPU.

Richard



--
View this message in context: http://csound.1045644.n5.nabble.com/instrument-ends-immediately-tp5727976p5727994.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2013-10-02 09:23
FromVictor Lazzarini
SubjectRe: [Csnd] Re: instrument ends immediately
Maybe you've not set the RT module in CsoundQT, so it's writing to file. In that case, it may well use 100% CPU, as it's running as fast as it can.
On 2 Oct 2013, at 08:45, zappfinger wrote:

> Hmm,
> 
> Csound used a lot of CPU (close to 100% ) when running this, while waiting
> for the OSC message.
> But when it gets the message, it should print/send the contents of the table
> (seems to work) and turnoff the instrument, but it is still 100% CPU.
> 
> Richard
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/instrument-ends-immediately-tp5727976p5727994.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> 
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>            https://sourceforge.net/p/csound/tickets/
> csound5:
>            https://sourceforge.net/p/csound/bugs/
> 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
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





Date2013-10-02 10:13
Fromzappfinger
Subject[Csnd] Re: instrument ends immediately
That certainly makes a difference! Where is this documented, what normal
Csound option is this?
When I run the csd in the command line I still get the 100 %...

Richard



--
View this message in context: http://csound.1045644.n5.nabble.com/instrument-ends-immediately-tp5727976p5727999.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2013-10-02 10:44
FromVictor Lazzarini
SubjectRe: [Csnd] Re: instrument ends immediately
On the command-line you need -o dac somewhere.
On 2 Oct 2013, at 10:13, zappfinger wrote:

> That certainly makes a difference! Where is this documented, what normal
> Csound option is this?
> When I run the csd in the command line I still get the 100 %...
> 
> Richard
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/instrument-ends-immediately-tp5727976p5727999.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> 
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>            https://sourceforge.net/p/csound/tickets/
> csound5:
>            https://sourceforge.net/p/csound/bugs/
> 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
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





Date2013-10-02 17:30
Fromjoachim heintz
SubjectRe: [Csnd] Re: instrument ends immediately
as to csoundqt, this may help:
http://en.flossmanuals.net/csound/qutecsound

it describes all the (important and somtimes not obvious) options in the 
configure panel.

	joachim


Am 02.10.2013 11:13, schrieb zappfinger:
> That certainly makes a difference! Where is this documented, what normal
> Csound option is this?
> When I run the csd in the command line I still get the 100 %...
>
> Richard
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/instrument-ends-immediately-tp5727976p5727999.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>              https://sourceforge.net/p/csound/tickets/
> csound5:
>              https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>

Date2013-10-02 19:54
Fromlaurence
SubjectRe: [Csnd] Re: instrument ends immediately
Joachim, how do I disable csoundqt from displaying a window of the ftable(s). I can't find this option to switch off. Or perhaps it's just not working since I suspect I've tried just about everything... :p

laurence


On 3 October 2013 00:30, joachim heintz <jh@joachimheintz.de> wrote:
as to csoundqt, this may help:
http://en.flossmanuals.net/csound/qutecsound

it describes all the (important and somtimes not obvious) options in the configure panel.

        joachim


Am 02.10.2013 11:13, schrieb zappfinger:

That certainly makes a difference! Where is this documented, what normal
Csound option is this?
When I run the csd in the command line I still get the 100 %...

Richard



--
View this message in context: http://csound.1045644.n5.nabble.com/instrument-ends-immediately-tp5727976p5727999.html
Sent from the Csound - General mailing list archive at Nabble.com.


Send bugs reports to the Sourceforge bug trackers
csound6:
             https://sourceforge.net/p/csound/tickets/
csound5:
             https://sourceforge.net/p/csound/bugs/
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 trackers
csound6:
           https://sourceforge.net/p/csound/tickets/
csound5:
           https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




Date2013-10-03 15:56
FromSteven Yi
SubjectRe: [Csnd] Re: instrument ends immediately
Hi Richard,

The 'e' statement has been generated for a long time.  It might make
sense to have a way to turn off the 'e' statement.  However, you might
also consider using the BlueLive button if your project is one
strictly for live processing.  This will not generate an 'e'
statement.

Otherwise, Blue 3's focus on realtime may require removing 'e'
generation except for when rendering to disk.  This might be a change
that will happen just out of necessity.

Thanks!
steven

On Wed, Oct 2, 2013 at 2:37 AM, zappfinger  wrote:
> Hi Victor,
>
> Ok, that seems to work now if I remove it.
> BTW, this csd was created by Blue, so it seems Blue incorrectly adds this
> 'e' line...
>
>
> Richard
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/instrument-ends-immediately-tp5727976p5727988.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>             https://sourceforge.net/p/csound/tickets/
> csound5:
>             https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>

Date2013-10-03 16:08
FromRory Walsh
SubjectRe: [Csnd] Re: instrument ends immediately

Tell us more about Blue3!!

sent from a mobile device...

On 3 Oct 2013 15:57, "Steven Yi" <stevenyi@gmail.com> wrote:
Hi Richard,

The 'e' statement has been generated for a long time.  It might make
sense to have a way to turn off the 'e' statement.  However, you might
also consider using the BlueLive button if your project is one
strictly for live processing.  This will not generate an 'e'
statement.

Otherwise, Blue 3's focus on realtime may require removing 'e'
generation except for when rendering to disk.  This might be a change
that will happen just out of necessity.

Thanks!
steven

On Wed, Oct 2, 2013 at 2:37 AM, zappfinger <zappfinger@gmail.com> wrote:
> Hi Victor,
>
> Ok, that seems to work now if I remove it.
> BTW, this csd was created by Blue, so it seems Blue incorrectly adds this
> 'e' line...
>
>
> Richard
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/instrument-ends-immediately-tp5727976p5727988.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>             https://sourceforge.net/p/csound/tickets/
> csound5:
>             https://sourceforge.net/p/csound/bugs/
> 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 trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Date2013-10-03 16:20
FromSteven Yi
SubjectRe: [Csnd] Re: instrument ends immediately
Oh, I don't want to give away too much, considering there's still a
fair amount of design work to be done. I can say though that realtime
will be a big part of it, and modular application design via the
modular runtime container (i.e. OSGi, Netbeans Module System) will
continue to grow in importance.  Blue 3 will also continue to expand
from its original composition system focus to extend out to other use
cases (performance, analysis, etc.).  Other than that, I'll be working
on it in parallel to continuing Blue 2.x work (i.e. AudioLayers is
happening now, I'll probably work on a UPIC layer after that, as well
as refining BlueSynthBuilder, PianoRoll, and Patterns).



On Thu, Oct 3, 2013 at 11:08 AM, Rory Walsh  wrote:
> Tell us more about Blue3!!
>
> sent from a mobile device...
>
> On 3 Oct 2013 15:57, "Steven Yi"  wrote:
>>
>> Hi Richard,
>>
>> The 'e' statement has been generated for a long time.  It might make
>> sense to have a way to turn off the 'e' statement.  However, you might
>> also consider using the BlueLive button if your project is one
>> strictly for live processing.  This will not generate an 'e'
>> statement.
>>
>> Otherwise, Blue 3's focus on realtime may require removing 'e'
>> generation except for when rendering to disk.  This might be a change
>> that will happen just out of necessity.
>>
>> Thanks!
>> steven
>>
>> On Wed, Oct 2, 2013 at 2:37 AM, zappfinger  wrote:
>> > Hi Victor,
>> >
>> > Ok, that seems to work now if I remove it.
>> > BTW, this csd was created by Blue, so it seems Blue incorrectly adds
>> > this
>> > 'e' line...
>> >
>> >
>> > Richard
>> >
>> >
>> >
>> > --
>> > View this message in context:
>> > http://csound.1045644.n5.nabble.com/instrument-ends-immediately-tp5727976p5727988.html
>> > Sent from the Csound - General mailing list archive at Nabble.com.
>> >
>> >
>> > Send bugs reports to the Sourceforge bug trackers
>> > csound6:
>> >             https://sourceforge.net/p/csound/tickets/
>> > csound5:
>> >             https://sourceforge.net/p/csound/bugs/
>> > 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 trackers
>> csound6:
>>             https://sourceforge.net/p/csound/tickets/
>> csound5:
>>             https://sourceforge.net/p/csound/bugs/
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>

Date2013-10-03 16:23
FromRory Walsh
SubjectRe: [Csnd] Re: instrument ends immediately

Nice. Screencasts please :)

sent from a mobile device...

On 3 Oct 2013 16:20, "Steven Yi" <stevenyi@gmail.com> wrote:
Oh, I don't want to give away too much, considering there's still a
fair amount of design work to be done. I can say though that realtime
will be a big part of it, and modular application design via the
modular runtime container (i.e. OSGi, Netbeans Module System) will
continue to grow in importance.  Blue 3 will also continue to expand
from its original composition system focus to extend out to other use
cases (performance, analysis, etc.).  Other than that, I'll be working
on it in parallel to continuing Blue 2.x work (i.e. AudioLayers is
happening now, I'll probably work on a UPIC layer after that, as well
as refining BlueSynthBuilder, PianoRoll, and Patterns).



On Thu, Oct 3, 2013 at 11:08 AM, Rory Walsh <rorywalsh@ear.ie> wrote:
> Tell us more about Blue3!!
>
> sent from a mobile device...
>
> On 3 Oct 2013 15:57, "Steven Yi" <stevenyi@gmail.com> wrote:
>>
>> Hi Richard,
>>
>> The 'e' statement has been generated for a long time.  It might make
>> sense to have a way to turn off the 'e' statement.  However, you might
>> also consider using the BlueLive button if your project is one
>> strictly for live processing.  This will not generate an 'e'
>> statement.
>>
>> Otherwise, Blue 3's focus on realtime may require removing 'e'
>> generation except for when rendering to disk.  This might be a change
>> that will happen just out of necessity.
>>
>> Thanks!
>> steven
>>
>> On Wed, Oct 2, 2013 at 2:37 AM, zappfinger <zappfinger@gmail.com> wrote:
>> > Hi Victor,
>> >
>> > Ok, that seems to work now if I remove it.
>> > BTW, this csd was created by Blue, so it seems Blue incorrectly adds
>> > this
>> > 'e' line...
>> >
>> >
>> > Richard
>> >
>> >
>> >
>> > --
>> > View this message in context:
>> > http://csound.1045644.n5.nabble.com/instrument-ends-immediately-tp5727976p5727988.html
>> > Sent from the Csound - General mailing list archive at Nabble.com.
>> >
>> >
>> > Send bugs reports to the Sourceforge bug trackers
>> > csound6:
>> >             https://sourceforge.net/p/csound/tickets/
>> > csound5:
>> >             https://sourceforge.net/p/csound/bugs/
>> > 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 trackers
>> csound6:
>>             https://sourceforge.net/p/csound/tickets/
>> csound5:
>>             https://sourceforge.net/p/csound/bugs/
>> 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 trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Date2013-10-03 18:29
FromOeyvind Brandtsegg
SubjectRe: [Csnd] Re: instrument ends immediately

Oh. Immensely looking forward to Blue 3 !!

3. okt. 2013 17:20 skrev "Steven Yi" <stevenyi@gmail.com> følgende:
Oh, I don't want to give away too much, considering there's still a
fair amount of design work to be done. I can say though that realtime
will be a big part of it, and modular application design via the
modular runtime container (i.e. OSGi, Netbeans Module System) will
continue to grow in importance.  Blue 3 will also continue to expand
from its original composition system focus to extend out to other use
cases (performance, analysis, etc.).  Other than that, I'll be working
on it in parallel to continuing Blue 2.x work (i.e. AudioLayers is
happening now, I'll probably work on a UPIC layer after that, as well
as refining BlueSynthBuilder, PianoRoll, and Patterns).



On Thu, Oct 3, 2013 at 11:08 AM, Rory Walsh <rorywalsh@ear.ie> wrote:
> Tell us more about Blue3!!
>
> sent from a mobile device...
>
> On 3 Oct 2013 15:57, "Steven Yi" <stevenyi@gmail.com> wrote:
>>
>> Hi Richard,
>>
>> The 'e' statement has been generated for a long time.  It might make
>> sense to have a way to turn off the 'e' statement.  However, you might
>> also consider using the BlueLive button if your project is one
>> strictly for live processing.  This will not generate an 'e'
>> statement.
>>
>> Otherwise, Blue 3's focus on realtime may require removing 'e'
>> generation except for when rendering to disk.  This might be a change
>> that will happen just out of necessity.
>>
>> Thanks!
>> steven
>>
>> On Wed, Oct 2, 2013 at 2:37 AM, zappfinger <zappfinger@gmail.com> wrote:
>> > Hi Victor,
>> >
>> > Ok, that seems to work now if I remove it.
>> > BTW, this csd was created by Blue, so it seems Blue incorrectly adds
>> > this
>> > 'e' line...
>> >
>> >
>> > Richard
>> >
>> >
>> >
>> > --
>> > View this message in context:
>> > http://csound.1045644.n5.nabble.com/instrument-ends-immediately-tp5727976p5727988.html
>> > Sent from the Csound - General mailing list archive at Nabble.com.
>> >
>> >
>> > Send bugs reports to the Sourceforge bug trackers
>> > csound6:
>> >             https://sourceforge.net/p/csound/tickets/
>> > csound5:
>> >             https://sourceforge.net/p/csound/bugs/
>> > 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 trackers
>> csound6:
>>             https://sourceforge.net/p/csound/tickets/
>> csound5:
>>             https://sourceforge.net/p/csound/bugs/
>> 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 trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"