Csound Csound-dev Csound-tekno Search About

[Csnd] re-compilation of a csd in csound6

Date2013-08-24 21:11
Fromjoachim heintz
Subject[Csnd] re-compilation of a csd in csound6
i had a look at the new opcodes compilestr and compileorc. i am 
wondering whether it is also possible to re-compile a complete csd?

for instance, a self-re-compilation of a csd called "my.csd" could be 
like this:



instr 1
; any code here
endin
instr 2
ires compilecsd "my.csd"
endin


;empty to make csound run



i could change the code in instr 1, and whenever it's done, i could send 
a real-time event to instr 2 to recompile this csd, and then send events 
to the new version of instr 1 etc.

is this already possible?

thanks -

	joachim

Date2013-08-24 21:16
FromVictor Lazzarini
SubjectRe: [Csnd] re-compilation of a csd in csound6
No; but you can split the CSD into score and orchestra and feed the score into readscore and the
orchestra into compilestr.

Victor
On 24 Aug 2013, at 21:11, joachim heintz wrote:

> i had a look at the new opcodes compilestr and compileorc. i am wondering whether it is also possible to re-compile a complete csd?
> 
> for instance, a self-re-compilation of a csd called "my.csd" could be like this:
> 
> 
> 
> instr 1
> ; any code here
> endin
> instr 2
> ires compilecsd "my.csd"
> endin
> 
> 
> ;empty to make csound run
> 
> 
> 
> i could change the code in instr 1, and whenever it's done, i could send a real-time event to instr 2 to recompile this csd, and then send events to the new version of instr 1 etc.
> 
> is this already possible?
> 
> thanks -
> 
> 	joachim
> 
> 
> 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-08-24 21:26
FromVictor Lazzarini
SubjectRe: [Csnd] re-compilation of a csd in csound6
This is what I mean. 
You can start your session with



instr 1000
ires compileorc "livecode"
turnoff
endin






and then in the livecode file you could have

instr 1
...   ; code
endin

instr 2
...
endin
; etc

; score
ires readscore {{
...       
}}


Victor
On 24 Aug 2013, at 21:16, Victor Lazzarini wrote:

> No; but you can split the CSD into score and orchestra and feed the score into readscore and the
> orchestra into compilestr.
> 
> Victor
> On 24 Aug 2013, at 21:11, joachim heintz wrote:
> 
>> i had a look at the new opcodes compilestr and compileorc. i am wondering whether it is also possible to re-compile a complete csd?
>> 
>> for instance, a self-re-compilation of a csd called "my.csd" could be like this:
>> 
>> 
>> 
>> instr 1
>> ; any code here
>> endin
>> instr 2
>> ires compilecsd "my.csd"
>> endin
>> 
>> 
>> ;empty to make csound run
>> 
>> 
>> 
>> i could change the code in instr 1, and whenever it's done, i could send a real-time event to instr 2 to recompile this csd, and then send events to the new version of instr 1 etc.
>> 
>> is this already possible?
>> 
>> thanks -
>> 
>> 	joachim
>> 
>> 
>> 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
> 
> 
> 
> 
> 
> 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-08-24 21:28
Fromjoachim heintz
SubjectRe: [Csnd] re-compilation of a csd in csound6
thanks, yes. but shouldn't it be easy to implement compilecsd as you 
only have to isolate the  ...  part of 
the csd file?

i think it would be nice to have it as we usually work with csd files, 
not seperated orcs. shall i file a request?

best -

	joachim


Am 24.08.2013 22:16, schrieb Victor Lazzarini:
> No; but you can split the CSD into score and orchestra and feed the score into readscore and the
> orchestra into compilestr.
>
> Victor
> On 24 Aug 2013, at 21:11, joachim heintz wrote:
>
>> i had a look at the new opcodes compilestr and compileorc. i am wondering whether it is also possible to re-compile a complete csd?
>>
>> for instance, a self-re-compilation of a csd called "my.csd" could be like this:
>>
>> 
>> 
>> instr 1
>> ; any code here
>> endin
>> instr 2
>> ires compilecsd "my.csd"
>> endin
>> 
>> 
>> ;empty to make csound run
>> 
>> 
>>
>> i could change the code in instr 1, and whenever it's done, i could send a real-time event to instr 2 to recompile this csd, and then send events to the new version of instr 1 etc.
>>
>> is this already possible?
>>
>> thanks -
>>
>> 	joachim
>>
>>
>> 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
>
>
>
>
>
> 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-08-24 21:40
FromVictor Lazzarini
SubjectRe: [Csnd] re-compilation of a csd in csound6
This is possible, but I do not see the advantage. The thing is that a full CSD is a bit of a waste here, since only the CsInstruments section 
is relevant;  it might also be misleading because sections such as CsOptions and others will never be used. It is much simpler to 
have a plain text file with no annotations.

Regards

Victor
On 24 Aug 2013, at 21:28, joachim heintz wrote:

> thanks, yes. but shouldn't it be easy to implement compilecsd as you only have to isolate the  ...  part of the csd file?
> 
> i think it would be nice to have it as we usually work with csd files, not seperated orcs. shall i file a request?
> 
> best -
> 
> 	joachim
> 
> 
> Am 24.08.2013 22:16, schrieb Victor Lazzarini:
>> No; but you can split the CSD into score and orchestra and feed the score into readscore and the
>> orchestra into compilestr.
>> 
>> Victor
>> On 24 Aug 2013, at 21:11, joachim heintz wrote:
>> 
>>> i had a look at the new opcodes compilestr and compileorc. i am wondering whether it is also possible to re-compile a complete csd?
>>> 
>>> for instance, a self-re-compilation of a csd called "my.csd" could be like this:
>>> 
>>> 
>>> 
>>> instr 1
>>> ; any code here
>>> endin
>>> instr 2
>>> ires compilecsd "my.csd"
>>> endin
>>> 
>>> 
>>> ;empty to make csound run
>>> 
>>> 
>>> 
>>> i could change the code in instr 1, and whenever it's done, i could send a real-time event to instr 2 to recompile this csd, and then send events to the new version of instr 1 etc.
>>> 
>>> is this already possible?
>>> 
>>> thanks -
>>> 
>>> 	joachim
>>> 
>>> 
>>> 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
>> 
>> 
>> 
>> 
>> 
>> 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"
> 
> 

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





Date2013-08-25 10:00
Fromjoachim heintz
SubjectRe: [Csnd] re-compilation of a csd in csound6
the situation i have in mind is a seminar with students where we work 
together on a csd, and want to hear the changes without always stopping 
and starting again.
i think it should not be too difficult to write a udo which does this, 
using readfi and compilestr; i see if i can do it.
best -
	joachim


Am 24.08.2013 22:40, schrieb Victor Lazzarini:
> This is possible, but I do not see the advantage. The thing is that a full CSD is a bit of a waste here, since only the CsInstruments section
> is relevant;  it might also be misleading because sections such as CsOptions and others will never be used. It is much simpler to
> have a plain text file with no annotations.
>
> Regards
>
> Victor
> On 24 Aug 2013, at 21:28, joachim heintz wrote:
>
>> thanks, yes. but shouldn't it be easy to implement compilecsd as you only have to isolate the  ...  part of the csd file?
>>
>> i think it would be nice to have it as we usually work with csd files, not seperated orcs. shall i file a request?
>>
>> best -
>>
>> 	joachim
>>
>>
>> Am 24.08.2013 22:16, schrieb Victor Lazzarini:
>>> No; but you can split the CSD into score and orchestra and feed the score into readscore and the
>>> orchestra into compilestr.
>>>
>>> Victor
>>> On 24 Aug 2013, at 21:11, joachim heintz wrote:
>>>
>>>> i had a look at the new opcodes compilestr and compileorc. i am wondering whether it is also possible to re-compile a complete csd?
>>>>
>>>> for instance, a self-re-compilation of a csd called "my.csd" could be like this:
>>>>
>>>> 
>>>> 
>>>> instr 1
>>>> ; any code here
>>>> endin
>>>> instr 2
>>>> ires compilecsd "my.csd"
>>>> endin
>>>> 
>>>> 
>>>> ;empty to make csound run
>>>> 
>>>> 
>>>>
>>>> i could change the code in instr 1, and whenever it's done, i could send a real-time event to instr 2 to recompile this csd, and then send events to the new version of instr 1 etc.
>>>>
>>>> is this already possible?
>>>>
>>>> thanks -
>>>>
>>>> 	joachim
>>>>
>>>>
>>>> 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
>>>
>>>
>>>
>>>
>>>
>>> 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"
>>
>>
>
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
>
>
>
>
>
> 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-08-25 10:28
FromVictor Lazzarini
SubjectRe: [Csnd] re-compilation of a csd in csound6
Is it not the case that you can do that already with csoundqt? (ie. select an instrument and recompile it?)
On 25 Aug 2013, at 10:00, joachim heintz wrote:

> the situation i have in mind is a seminar with students where we work together on a csd, and want to hear the changes without always stopping and starting again.
> i think it should not be too difficult to write a udo which does this, using readfi and compilestr; i see if i can do it.
> best -
> 	joachim
> 
> 
> Am 24.08.2013 22:40, schrieb Victor Lazzarini:
>> This is possible, but I do not see the advantage. The thing is that a full CSD is a bit of a waste here, since only the CsInstruments section
>> is relevant;  it might also be misleading because sections such as CsOptions and others will never be used. It is much simpler to
>> have a plain text file with no annotations.
>> 
>> Regards
>> 
>> Victor
>> On 24 Aug 2013, at 21:28, joachim heintz wrote:
>> 
>>> thanks, yes. but shouldn't it be easy to implement compilecsd as you only have to isolate the  ...  part of the csd file?
>>> 
>>> i think it would be nice to have it as we usually work with csd files, not seperated orcs. shall i file a request?
>>> 
>>> best -
>>> 
>>> 	joachim
>>> 
>>> 
>>> Am 24.08.2013 22:16, schrieb Victor Lazzarini:
>>>> No; but you can split the CSD into score and orchestra and feed the score into readscore and the
>>>> orchestra into compilestr.
>>>> 
>>>> Victor
>>>> On 24 Aug 2013, at 21:11, joachim heintz wrote:
>>>> 
>>>>> i had a look at the new opcodes compilestr and compileorc. i am wondering whether it is also possible to re-compile a complete csd?
>>>>> 
>>>>> for instance, a self-re-compilation of a csd called "my.csd" could be like this:
>>>>> 
>>>>> 
>>>>> 
>>>>> instr 1
>>>>> ; any code here
>>>>> endin
>>>>> instr 2
>>>>> ires compilecsd "my.csd"
>>>>> endin
>>>>> 
>>>>> 
>>>>> ;empty to make csound run
>>>>> 
>>>>> 
>>>>> 
>>>>> i could change the code in instr 1, and whenever it's done, i could send a real-time event to instr 2 to recompile this csd, and then send events to the new version of instr 1 etc.
>>>>> 
>>>>> is this already possible?
>>>>> 
>>>>> thanks -
>>>>> 
>>>>> 	joachim
>>>>> 
>>>>> 
>>>>> 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
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 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"
>>> 
>>> 
>> 
>> Dr Victor Lazzarini
>> Senior Lecturer
>> Dept. of Music
>> NUI Maynooth Ireland
>> tel.: +353 1 708 3545
>> Victor dot Lazzarini AT nuim dot ie
>> 
>> 
>> 
>> 
>> 
>> 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"
> 
> 

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





Date2013-08-25 10:31
FromVictor Lazzarini
SubjectRe: [Csnd] re-compilation of a csd in csound6
OK. If you want to file a feature request, please do.
On 25 Aug 2013, at 10:00, joachim heintz wrote:

> the situation i have in mind is a seminar with students where we work together on a csd, and want to hear the changes without always stopping and starting again.
> i think it should not be too difficult to write a udo which does this, using readfi and compilestr; i see if i can do it.
> best -
> 	joachim
> 
> 
> Am 24.08.2013 22:40, schrieb Victor Lazzarini:
>> This is possible, but I do not see the advantage. The thing is that a full CSD is a bit of a waste here, since only the CsInstruments section
>> is relevant;  it might also be misleading because sections such as CsOptions and others will never be used. It is much simpler to
>> have a plain text file with no annotations.
>> 
>> Regards
>> 
>> Victor
>> On 24 Aug 2013, at 21:28, joachim heintz wrote:
>> 
>>> thanks, yes. but shouldn't it be easy to implement compilecsd as you only have to isolate the  ...  part of the csd file?
>>> 
>>> i think it would be nice to have it as we usually work with csd files, not seperated orcs. shall i file a request?
>>> 
>>> best -
>>> 
>>> 	joachim
>>> 
>>> 
>>> Am 24.08.2013 22:16, schrieb Victor Lazzarini:
>>>> No; but you can split the CSD into score and orchestra and feed the score into readscore and the
>>>> orchestra into compilestr.
>>>> 
>>>> Victor
>>>> On 24 Aug 2013, at 21:11, joachim heintz wrote:
>>>> 
>>>>> i had a look at the new opcodes compilestr and compileorc. i am wondering whether it is also possible to re-compile a complete csd?
>>>>> 
>>>>> for instance, a self-re-compilation of a csd called "my.csd" could be like this:
>>>>> 
>>>>> 
>>>>> 
>>>>> instr 1
>>>>> ; any code here
>>>>> endin
>>>>> instr 2
>>>>> ires compilecsd "my.csd"
>>>>> endin
>>>>> 
>>>>> 
>>>>> ;empty to make csound run
>>>>> 
>>>>> 
>>>>> 
>>>>> i could change the code in instr 1, and whenever it's done, i could send a real-time event to instr 2 to recompile this csd, and then send events to the new version of instr 1 etc.
>>>>> 
>>>>> is this already possible?
>>>>> 
>>>>> thanks -
>>>>> 
>>>>> 	joachim
>>>>> 
>>>>> 
>>>>> 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
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 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"
>>> 
>>> 
>> 
>> Dr Victor Lazzarini
>> Senior Lecturer
>> Dept. of Music
>> NUI Maynooth Ireland
>> tel.: +353 1 708 3545
>> Victor dot Lazzarini AT nuim dot ie
>> 
>> 
>> 
>> 
>> 
>> 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"
> 
> 

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





Date2013-08-25 19:30
FromAndres Cabrera
SubjectRe: [Csnd] re-compilation of a csd in csound6
You could send instruments from the scratch pad but not from the main documents. But I've now added support for that, and if you are inside an instrument and do evaluate section, the whole instrument is sent, no need to manually select it.

Cheers,
Andrés


On Sun, Aug 25, 2013 at 2:28 AM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
Is it not the case that you can do that already with csoundqt? (ie. select an instrument and recompile it?)
On 25 Aug 2013, at 10:00, joachim heintz wrote:

> the situation i have in mind is a seminar with students where we work together on a csd, and want to hear the changes without always stopping and starting again.
> i think it should not be too difficult to write a udo which does this, using readfi and compilestr; i see if i can do it.
> best -
>       joachim
>
>
> Am 24.08.2013 22:40, schrieb Victor Lazzarini:
>> This is possible, but I do not see the advantage. The thing is that a full CSD is a bit of a waste here, since only the CsInstruments section
>> is relevant;  it might also be misleading because sections such as CsOptions and others will never be used. It is much simpler to
>> have a plain text file with no annotations.
>>
>> Regards
>>
>> Victor
>> On 24 Aug 2013, at 21:28, joachim heintz wrote:
>>
>>> thanks, yes. but shouldn't it be easy to implement compilecsd as you only have to isolate the <CsInstruments> ... </CsInstruments> part of the csd file?
>>>
>>> i think it would be nice to have it as we usually work with csd files, not seperated orcs. shall i file a request?
>>>
>>> best -
>>>
>>>     joachim
>>>
>>>
>>> Am 24.08.2013 22:16, schrieb Victor Lazzarini:
>>>> No; but you can split the CSD into score and orchestra and feed the score into readscore and the
>>>> orchestra into compilestr.
>>>>
>>>> Victor
>>>> On 24 Aug 2013, at 21:11, joachim heintz wrote:
>>>>
>>>>> i had a look at the new opcodes compilestr and compileorc. i am wondering whether it is also possible to re-compile a complete csd?
>>>>>
>>>>> for instance, a self-re-compilation of a csd called "my.csd" could be like this:
>>>>>
>>>>> <CsoundSynthesizer>
>>>>> <CsInstruments>
>>>>> instr 1
>>>>> ; any code here
>>>>> endin
>>>>> instr 2
>>>>> ires compilecsd "my.csd"
>>>>> endin
>>>>> </CsInstruments>
>>>>> <CsScore>
>>>>> ;empty to make csound run
>>>>> </CsScore>
>>>>> </CsoundSynthesizer>
>>>>>
>>>>> i could change the code in instr 1, and whenever it's done, i could send a real-time event to instr 2 to recompile this csd, and then send events to the new version of instr 1 etc.
>>>>>
>>>>> is this already possible?
>>>>>
>>>>> thanks -
>>>>>
>>>>>   joachim
>>>>>
>>>>>
>>>>> 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
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> 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"
>>>
>>>
>>
>> Dr Victor Lazzarini
>> Senior Lecturer
>> Dept. of Music
>> NUI Maynooth Ireland
>> tel.: +353 1 708 3545
>> Victor dot Lazzarini AT nuim dot ie
>>
>>
>>
>>
>>
>> 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"
>
>

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





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-08-25 20:20
Fromjoachim heintz
SubjectRe: [Csnd] re-compilation of a csd in csound6
wao -- very cool!!

i tried it at once. it works; only two things to note:

1) you certainly mean evaluate se*le*ction, not section, right? evaluate 
selection works for me, evaluate section does not.

2) something is wrong with your changes at qcs.pro, i think. i get the 
message:
Project ERROR: A valid csound library was not found.

i reverted to the previous qcs.pro and could build as usual. this is my 
command line:
qmake qcs.pro CONFIG+=csound6 
LIBSNDFILE_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu CONFIG+=rtmidi 
RTMIDI_DIR=../rtmidi-2.0.1 CONFIG+=pythonqt 
PYTHONQT_SRC_DIR=../PythonQt2.1_Qt4.8 
CSOUND_LIBRARY_DIR=/home/jh/src/cs6/lib 
CSOUND_INCLUDE_DIR=/home/jh/src/cs6/include/csound

thanks for having a look -- and for this new feature!! best -

	joachim



Am 25.08.2013 20:30, schrieb Andres Cabrera:
> You could send instruments from the scratch pad but not from the main
> documents. But I've now added support for that, and if you are inside an
> instrument and do evaluate section, the whole instrument is sent, no
> need to manually select it.
>
> Cheers,
> Andrés
>
>
> On Sun, Aug 25, 2013 at 2:28 AM, Victor Lazzarini
> > wrote:
>
>     Is it not the case that you can do that already with csoundqt? (ie.
>     select an instrument and recompile it?)
>     On 25 Aug 2013, at 10:00, joachim heintz wrote:
>
>      > the situation i have in mind is a seminar with students where we
>     work together on a csd, and want to hear the changes without always
>     stopping and starting again.
>      > i think it should not be too difficult to write a udo which does
>     this, using readfi and compilestr; i see if i can do it.
>      > best -
>      >       joachim
>      >
>      >
>      > Am 24.08.2013 22:40, schrieb Victor Lazzarini:
>      >> This is possible, but I do not see the advantage. The thing is
>     that a full CSD is a bit of a waste here, since only the
>     CsInstruments section
>      >> is relevant;  it might also be misleading because sections such
>     as CsOptions and others will never be used. It is much simpler to
>      >> have a plain text file with no annotations.
>      >>
>      >> Regards
>      >>
>      >> Victor
>      >> On 24 Aug 2013, at 21:28, joachim heintz wrote:
>      >>
>      >>> thanks, yes. but shouldn't it be easy to implement compilecsd
>     as you only have to isolate the  ... 
>     part of the csd file?
>      >>>
>      >>> i think it would be nice to have it as we usually work with csd
>     files, not seperated orcs. shall i file a request?
>      >>>
>      >>> best -
>      >>>
>      >>>     joachim
>      >>>
>      >>>
>      >>> Am 24.08.2013 22:16, schrieb Victor Lazzarini:
>      >>>> No; but you can split the CSD into score and orchestra and
>     feed the score into readscore and the
>      >>>> orchestra into compilestr.
>      >>>>
>      >>>> Victor
>      >>>> On 24 Aug 2013, at 21:11, joachim heintz wrote:
>      >>>>
>      >>>>> i had a look at the new opcodes compilestr and compileorc. i
>     am wondering whether it is also possible to re-compile a complete csd?
>      >>>>>
>      >>>>> for instance, a self-re-compilation of a csd called "my.csd"
>     could be like this:
>      >>>>>
>      >>>>> 
>      >>>>> 
>      >>>>> instr 1
>      >>>>> ; any code here
>      >>>>> endin
>      >>>>> instr 2
>      >>>>> ires compilecsd "my.csd"
>      >>>>> endin
>      >>>>> 
>      >>>>> 
>      >>>>> ;empty to make csound run
>      >>>>> 
>      >>>>> 
>      >>>>>
>      >>>>> i could change the code in instr 1, and whenever it's done, i
>     could send a real-time event to instr 2 to recompile this csd, and
>     then send events to the new version of instr 1 etc.
>      >>>>>
>      >>>>> is this already possible?
>      >>>>>
>      >>>>> thanks -
>      >>>>>
>      >>>>>   joachim
>      >>>>>
>      >>>>>
>      >>>>> 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
>      >>>>
>      >>>>
>      >>>>
>      >>>>
>      >>>>
>      >>>> 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"
>      >>>
>      >>>
>      >>
>      >> Dr Victor Lazzarini
>      >> Senior Lecturer
>      >> Dept. of Music
>      >> NUI Maynooth Ireland
>      >> tel.: +353 1 708 3545 
>      >> Victor dot Lazzarini AT nuim dot ie
>      >>
>      >>
>      >>
>      >>
>      >>
>      >> 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"
>      >
>      >
>
>     Dr Victor Lazzarini
>     Senior Lecturer
>     Dept. of Music
>     NUI Maynooth Ireland
>     tel.: +353 1 708 3545 
>     Victor dot Lazzarini AT nuim dot ie
>
>
>
>
>
>     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-08-25 20:47
FromAndres Cabrera
SubjectRe: [Csnd] re-compilation of a csd in csound6
Hi Joachim,

I do mean "evaluate section". With "evaluate selection" you need to manually select the code you want to evaluate, but with the latest changes you should be able to be in the middle of an instrument and be able to send the whole instrument with "evaluate section". This is working for me here. Can you retry? or tell me what you are doing that isn't working?

What I changed for qcs.pro is commenting out the instructions for building flags, some of which are required for csound6 builds.

You should pass these to qmake rather than having them as part of the .pro file:

qmake CONFIG+=csound6 CONFIG+=rtmidi

Cheers,
Andrés


On Sun, Aug 25, 2013 at 12:20 PM, joachim heintz <jh@joachimheintz.de> wrote:
wao -- very cool!!

i tried it at once. it works; only two things to note:

1) you certainly mean evaluate se*le*ction, not section, right? evaluate selection works for me, evaluate section does not.

2) something is wrong with your changes at qcs.pro, i think. i get the message:
Project ERROR: A valid csound library was not found.

i reverted to the previous qcs.pro and could build as usual. this is my command line:
qmake qcs.pro CONFIG+=csound6 LIBSNDFILE_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu CONFIG+=rtmidi RTMIDI_DIR=../rtmidi-2.0.1 CONFIG+=pythonqt PYTHONQT_SRC_DIR=../PythonQt2.1_Qt4.8 CSOUND_LIBRARY_DIR=/home/jh/src/cs6/lib CSOUND_INCLUDE_DIR=/home/jh/src/cs6/include/csound

thanks for having a look -- and for this new feature!! best -

        joachim



Am 25.08.2013 20:30, schrieb Andres Cabrera:
You could send instruments from the scratch pad but not from the main
documents. But I've now added support for that, and if you are inside an
instrument and do evaluate section, the whole instrument is sent, no
need to manually select it.

Cheers,
Andrés


On Sun, Aug 25, 2013 at 2:28 AM, Victor Lazzarini
<Victor.Lazzarini@nuim.ie <mailto:Victor.Lazzarini@nuim.ie>> wrote:

    Is it not the case that you can do that already with csoundqt? (ie.
    select an instrument and recompile it?)
    On 25 Aug 2013, at 10:00, joachim heintz wrote:

     > the situation i have in mind is a seminar with students where we
    work together on a csd, and want to hear the changes without always
    stopping and starting again.
     > i think it should not be too difficult to write a udo which does
    this, using readfi and compilestr; i see if i can do it.
     > best -
     >       joachim
     >
     >
     > Am 24.08.2013 22:40, schrieb Victor Lazzarini:
     >> This is possible, but I do not see the advantage. The thing is
    that a full CSD is a bit of a waste here, since only the
    CsInstruments section
     >> is relevant;  it might also be misleading because sections such
    as CsOptions and others will never be used. It is much simpler to
     >> have a plain text file with no annotations.
     >>
     >> Regards
     >>
     >> Victor
     >> On 24 Aug 2013, at 21:28, joachim heintz wrote:
     >>
     >>> thanks, yes. but shouldn't it be easy to implement compilecsd
    as you only have to isolate the <CsInstruments> ... </CsInstruments>
    part of the csd file?
     >>>
     >>> i think it would be nice to have it as we usually work with csd
    files, not seperated orcs. shall i file a request?
     >>>
     >>> best -
     >>>
     >>>     joachim
     >>>
     >>>
     >>> Am 24.08.2013 22:16, schrieb Victor Lazzarini:
     >>>> No; but you can split the CSD into score and orchestra and
    feed the score into readscore and the
     >>>> orchestra into compilestr.
     >>>>
     >>>> Victor
     >>>> On 24 Aug 2013, at 21:11, joachim heintz wrote:
     >>>>
     >>>>> i had a look at the new opcodes compilestr and compileorc. i
    am wondering whether it is also possible to re-compile a complete csd?
     >>>>>
     >>>>> for instance, a self-re-compilation of a csd called "my.csd"
    could be like this:
     >>>>>
     >>>>> <CsoundSynthesizer>
     >>>>> <CsInstruments>
     >>>>> instr 1
     >>>>> ; any code here
     >>>>> endin
     >>>>> instr 2
     >>>>> ires compilecsd "my.csd"
     >>>>> endin
     >>>>> </CsInstruments>
     >>>>> <CsScore>
     >>>>> ;empty to make csound run
     >>>>> </CsScore>
     >>>>> </CsoundSynthesizer>
     >>>>>
     >>>>> i could change the code in instr 1, and whenever it's done, i
    could send a real-time event to instr 2 to recompile this csd, and
    then send events to the new version of instr 1 etc.
     >>>>>
     >>>>> is this already possible?
     >>>>>
     >>>>> thanks -
     >>>>>
     >>>>>   joachim
     >>>>>
     >>>>>
     >>>>> 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
    <mailto: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 <tel:%2B353%201%20708%203545>

     >>>> Victor dot Lazzarini AT nuim dot ie
     >>>>
     >>>>
     >>>>
     >>>>
     >>>>
     >>>> 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
    <mailto: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
    <mailto: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 <tel:%2B353%201%20708%203545>

     >> Victor dot Lazzarini AT nuim dot ie
     >>
     >>
     >>
     >>
     >>
     >> 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
    <mailto: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
    <mailto: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 <tel:%2B353%201%20708%203545>

    Victor dot Lazzarini AT nuim dot ie





    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
    <mailto: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-08-25 21:13
Fromjoachim heintz
SubjectRe: [Csnd] re-compilation of a csd in csound6
hi andrés -

when i choose "evaluate section", everything is immediately selected 
(which makes sense as i do not have any '##' inside the csd) and i get this:

error: syntax error, unexpected S_LT  (token "<") line 10279936:
 >>>< <<<
WARNING: Stopping on parser failure


as to the changes in qcs.pro, i do not understand, honestly. i *did* 
pass the flags to qmake. that's what i did since the last changes, and 
it worked, but now no more. i can have a look and compare, to see what's 
the reason. for now, my line

qmake qcs.pro CONFIG+=csound6 
LIBSNDFILE_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu CONFIG+=rtmidi 
RTMIDI_DIR=../rtmidi-2.0.1 CONFIG+=pythonqt 
PYTHONQT_SRC_DIR=../PythonQt2.1_Qt4.8 
CSOUND_LIBRARY_DIR=/home/jh/src/cs6/lib 
CSOUND_INCLUDE_DIR=/home/jh/src/cs6/include/csound

does not work any more, but gets me the message which i reported.

best -

	joachim



Am 25.08.2013 21:47, schrieb Andres Cabrera:
> Hi Joachim,
>
> I do mean "evaluate section". With "evaluate selection" you need to
> manually select the code you want to evaluate, but with the latest
> changes you should be able to be in the middle of an instrument and be
> able to send the whole instrument with "evaluate section". This is
> working for me here. Can you retry? or tell me what you are doing that
> isn't working?
>
> What I changed for qcs.pro  is commenting out the
> instructions for building flags, some of which are required for csound6
> builds.
>
> You should pass these to qmake rather than having them as part of the
> .pro file:
>
> qmake CONFIG+=csound6 CONFIG+=rtmidi
>
> Cheers,
> Andrés
>
>
> On Sun, Aug 25, 2013 at 12:20 PM, joachim heintz  > wrote:
>
>     wao -- very cool!!
>
>     i tried it at once. it works; only two things to note:
>
>     1) you certainly mean evaluate se*le*ction, not section, right?
>     evaluate selection works for me, evaluate section does not.
>
>     2) something is wrong with your changes at qcs.pro ,
>     i think. i get the message:
>     Project ERROR: A valid csound library was not found.
>
>     i reverted to the previous qcs.pro  and could build
>     as usual. this is my command line:
>     qmake qcs.pro  CONFIG+=csound6
>     LIBSNDFILE_LIBRARY_DIR=/usr/__lib/x86_64-linux-gnu CONFIG+=rtmidi
>     RTMIDI_DIR=../rtmidi-2.0.1 CONFIG+=pythonqt
>     PYTHONQT_SRC_DIR=../PythonQt2.__1_Qt4.8
>     CSOUND_LIBRARY_DIR=/home/jh/__src/cs6/lib
>     CSOUND_INCLUDE_DIR=/home/jh/__src/cs6/include/csound
>
>     thanks for having a look -- and for this new feature!! best -
>
>              joachim
>
>
>
>     Am 25.08.2013 20:30, schrieb Andres Cabrera:
>
>         You could send instruments from the scratch pad but not from the
>         main
>         documents. But I've now added support for that, and if you are
>         inside an
>         instrument and do evaluate section, the whole instrument is sent, no
>         need to manually select it.
>
>         Cheers,
>         Andrés
>
>
>         On Sun, Aug 25, 2013 at 2:28 AM, Victor Lazzarini
>         
>                  >> wrote:
>
>              Is it not the case that you can do that already with
>         csoundqt? (ie.
>              select an instrument and recompile it?)
>              On 25 Aug 2013, at 10:00, joachim heintz wrote:
>
>               > the situation i have in mind is a seminar with students
>         where we
>              work together on a csd, and want to hear the changes
>         without always
>              stopping and starting again.
>               > i think it should not be too difficult to write a udo
>         which does
>              this, using readfi and compilestr; i see if i can do it.
>               > best -
>               >       joachim
>               >
>               >
>               > Am 24.08.2013 22:40, schrieb Victor Lazzarini:
>               >> This is possible, but I do not see the advantage. The
>         thing is
>              that a full CSD is a bit of a waste here, since only the
>              CsInstruments section
>               >> is relevant;  it might also be misleading because
>         sections such
>              as CsOptions and others will never be used. It is much
>         simpler to
>               >> have a plain text file with no annotations.
>               >>
>               >> Regards
>               >>
>               >> Victor
>               >> On 24 Aug 2013, at 21:28, joachim heintz wrote:
>               >>
>               >>> thanks, yes. but shouldn't it be easy to implement
>         compilecsd
>              as you only have to isolate the  ...
>         
>              part of the csd file?
>               >>>
>               >>> i think it would be nice to have it as we usually work
>         with csd
>              files, not seperated orcs. shall i file a request?
>               >>>
>               >>> best -
>               >>>
>               >>>     joachim
>               >>>
>               >>>
>               >>> Am 24.08.2013 22:16, schrieb Victor Lazzarini:
>               >>>> No; but you can split the CSD into score and
>         orchestra and
>              feed the score into readscore and the
>               >>>> orchestra into compilestr.
>               >>>>
>               >>>> Victor
>               >>>> On 24 Aug 2013, at 21:11, joachim heintz wrote:
>               >>>>
>               >>>>> i had a look at the new opcodes compilestr and
>         compileorc. i
>              am wondering whether it is also possible to re-compile a
>         complete csd?
>               >>>>>
>               >>>>> for instance, a self-re-compilation of a csd called
>         "my.csd"
>              could be like this:
>               >>>>>
>               >>>>> 
>               >>>>> 
>               >>>>> instr 1
>               >>>>> ; any code here
>               >>>>> endin
>               >>>>> instr 2
>               >>>>> ires compilecsd "my.csd"
>               >>>>> endin
>               >>>>> 
>               >>>>> 
>               >>>>> ;empty to make csound run
>               >>>>> 
>               >>>>> 
>               >>>>>
>               >>>>> i could change the code in instr 1, and whenever
>         it's done, i
>              could send a real-time event to instr 2 to recompile this
>         csd, and
>              then send events to the new version of instr 1 etc.
>               >>>>>
>               >>>>> is this already possible?
>               >>>>>
>               >>>>> thanks -
>               >>>>>
>               >>>>>   joachim
>               >>>>>
>               >>>>>
>               >>>>> 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
>               >>>>
>               >>>>
>               >>>>
>               >>>>
>               >>>>
>               >>>> 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"
>
>               >>>
>               >>>
>               >>
>               >> Dr Victor Lazzarini
>               >> Senior Lecturer
>               >> Dept. of Music
>               >> NUI Maynooth Ireland
>               >> tel.: +353 1 708 3545 
>         
>
>               >> Victor dot Lazzarini AT nuim dot ie
>               >>
>               >>
>               >>
>               >>
>               >>
>               >> 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"
>
>               >
>               >
>
>              Dr Victor Lazzarini
>              Senior Lecturer
>              Dept. of Music
>              NUI Maynooth Ireland
>              tel.: +353 1 708 3545 
>         
>
>              Victor dot Lazzarini AT nuim dot ie
>
>
>
>
>
>              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-08-25 21:22
FromTarmo Johannes
SubjectRe: [Csnd] re-compilation of a csd in csound6
Hi Joachim,

In Csound(6)Qt there is also a new python API function

q.evaluateCsound(CsoundCode)

equivalent to the Evaluate selection in the editor.

so you could do also something like:

instr 1
; any code here
endin

instr 2
pyruni {{

csdIndex = q.loadDocument("my.csd")
q.evaluateCsound( q.getOrc(csdIndex) )
q.sendEvent( q.getSco(csdIndex)  ) # if there is any score
}}

endin


It is funny that you can also make a csd to recompile itself with:
q.evaluateCsound( q.getOrc() )

best!
tarmo

On Saturday 24 August 2013 21:40:05 Victor Lazzarini wrote:
> This is possible, but I do not see the advantage. The thing is that a full
> CSD is a bit of a waste here, since only the CsInstruments section is
> relevant;  it might also be misleading because sections such as CsOptions
> and others will never be used. It is much simpler to have a plain text file
> with no annotations.
> 
> Regards
> 
> Victor
> 
> On 24 Aug 2013, at 21:28, joachim heintz wrote:
> > thanks, yes. but shouldn't it be easy to implement compilecsd as you only
> > have to isolate the  ...  part of the csd
> > file?
> > 
> > i think it would be nice to have it as we usually work with csd files, not
> > seperated orcs. shall i file a request?
> > 
> > best -
> > 
> > 	joachim
> > 
> > Am 24.08.2013 22:16, schrieb Victor Lazzarini:
> >> No; but you can split the CSD into score and orchestra and feed the score
> >> into readscore and the orchestra into compilestr.
> >> 
> >> Victor
> >> 
> >> On 24 Aug 2013, at 21:11, joachim heintz wrote:
> >>> i had a look at the new opcodes compilestr and compileorc. i am
> >>> wondering whether it is also possible to re-compile a complete csd?
> >>> 
> >>> for instance, a self-re-compilation of a csd called "my.csd" could be
> >>> like this:
> >>> 
> >>> 
> >>> 
> >>> instr 1
> >>> ; any code here
> >>> endin
> >>> instr 2
> >>> ires compilecsd "my.csd"
> >>> endin
> >>> 
> >>> 
> >>> ;empty to make csound run
> >>> 
> >>> 
> >>> 
> >>> i could change the code in instr 1, and whenever it's done, i could send
> >>> a real-time event to instr 2 to recompile this csd, and then send
> >>> events to the new version of instr 1 etc.
> >>> 
> >>> is this already possible?
> >>> 
> >>> thanks -
> >>> 
> >>> 	joachim
> >>> 
> >>> 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
> >> 
> >> 
> >> 
> >> 
> >> 
> >> 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"
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
> 
> 
> 
> 
> 
> 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-08-25 21:34
Fromjoachim heintz
SubjectRe: [Csnd] re-compilation of a csd in csound6
thanks, tarmo! so we have many options. for now, i do like most the 
"evaluate selection" one. by this, i can choose which change i want to 
be evaluated. it works like a charm.
best -
	joachim


Am 25.08.2013 22:22, schrieb Tarmo Johannes:
> Hi Joachim,
>
> In Csound(6)Qt there is also a new python API function
>
> q.evaluateCsound(CsoundCode)
>
> equivalent to the Evaluate selection in the editor.
>
> so you could do also something like:
>
> instr 1
> ; any code here
> endin
>
> instr 2
> pyruni {{
>
> csdIndex = q.loadDocument("my.csd")
> q.evaluateCsound( q.getOrc(csdIndex) )
> q.sendEvent( q.getSco(csdIndex)  ) # if there is any score
> }}
>
> endin
>
>
> It is funny that you can also make a csd to recompile itself with:
> q.evaluateCsound( q.getOrc() )
>
> best!
> tarmo
>
> On Saturday 24 August 2013 21:40:05 Victor Lazzarini wrote:
>> This is possible, but I do not see the advantage. The thing is that a full
>> CSD is a bit of a waste here, since only the CsInstruments section is
>> relevant;  it might also be misleading because sections such as CsOptions
>> and others will never be used. It is much simpler to have a plain text file
>> with no annotations.
>>
>> Regards
>>
>> Victor
>>
>> On 24 Aug 2013, at 21:28, joachim heintz wrote:
>>> thanks, yes. but shouldn't it be easy to implement compilecsd as you only
>>> have to isolate the  ...  part of the csd
>>> file?
>>>
>>> i think it would be nice to have it as we usually work with csd files, not
>>> seperated orcs. shall i file a request?
>>>
>>> best -
>>>
>>> 	joachim
>>>
>>> Am 24.08.2013 22:16, schrieb Victor Lazzarini:
>>>> No; but you can split the CSD into score and orchestra and feed the score
>>>> into readscore and the orchestra into compilestr.
>>>>
>>>> Victor
>>>>
>>>> On 24 Aug 2013, at 21:11, joachim heintz wrote:
>>>>> i had a look at the new opcodes compilestr and compileorc. i am
>>>>> wondering whether it is also possible to re-compile a complete csd?
>>>>>
>>>>> for instance, a self-re-compilation of a csd called "my.csd" could be
>>>>> like this:
>>>>>
>>>>> 
>>>>> 
>>>>> instr 1
>>>>> ; any code here
>>>>> endin
>>>>> instr 2
>>>>> ires compilecsd "my.csd"
>>>>> endin
>>>>> 
>>>>> 
>>>>> ;empty to make csound run
>>>>> 
>>>>> 
>>>>>
>>>>> i could change the code in instr 1, and whenever it's done, i could send
>>>>> a real-time event to instr 2 to recompile this csd, and then send
>>>>> events to the new version of instr 1 etc.
>>>>>
>>>>> is this already possible?
>>>>>
>>>>> thanks -
>>>>>
>>>>> 	joachim
>>>>>
>>>>> 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
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> 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"
>> Dr Victor Lazzarini
>> Senior Lecturer
>> Dept. of Music
>> NUI Maynooth Ireland
>> tel.: +353 1 708 3545
>> Victor dot Lazzarini AT nuim dot ie
>>
>>
>>
>>
>>
>> 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-08-25 22:08
Fromjoachim heintz
SubjectRe: [Csnd] re-compilation of a csd in csound6
ok found the problem in qcs.pro. your change from
(a) isEmpty(CSOUND_INCLUDE_DIR) to
(b) isEmpty(${CSOUND_INCLUDE_DIR})
does not work for me.

when i change this back, and leave your other changes, everything is fine.

best -

	joachim




Am 25.08.2013 21:47, schrieb Andres Cabrera:
> Hi Joachim,
>
> I do mean "evaluate section". With "evaluate selection" you need to
> manually select the code you want to evaluate, but with the latest
> changes you should be able to be in the middle of an instrument and be
> able to send the whole instrument with "evaluate section". This is
> working for me here. Can you retry? or tell me what you are doing that
> isn't working?
>
> What I changed for qcs.pro  is commenting out the
> instructions for building flags, some of which are required for csound6
> builds.
>
> You should pass these to qmake rather than having them as part of the
> .pro file:
>
> qmake CONFIG+=csound6 CONFIG+=rtmidi
>
> Cheers,
> Andrés
>
>
> On Sun, Aug 25, 2013 at 12:20 PM, joachim heintz  > wrote:
>
>     wao -- very cool!!
>
>     i tried it at once. it works; only two things to note:
>
>     1) you certainly mean evaluate se*le*ction, not section, right?
>     evaluate selection works for me, evaluate section does not.
>
>     2) something is wrong with your changes at qcs.pro ,
>     i think. i get the message:
>     Project ERROR: A valid csound library was not found.
>
>     i reverted to the previous qcs.pro  and could build
>     as usual. this is my command line:
>     qmake qcs.pro  CONFIG+=csound6
>     LIBSNDFILE_LIBRARY_DIR=/usr/__lib/x86_64-linux-gnu CONFIG+=rtmidi
>     RTMIDI_DIR=../rtmidi-2.0.1 CONFIG+=pythonqt
>     PYTHONQT_SRC_DIR=../PythonQt2.__1_Qt4.8
>     CSOUND_LIBRARY_DIR=/home/jh/__src/cs6/lib
>     CSOUND_INCLUDE_DIR=/home/jh/__src/cs6/include/csound
>
>     thanks for having a look -- and for this new feature!! best -
>
>              joachim
>
>
>
>     Am 25.08.2013 20:30, schrieb Andres Cabrera:
>
>         You could send instruments from the scratch pad but not from the
>         main
>         documents. But I've now added support for that, and if you are
>         inside an
>         instrument and do evaluate section, the whole instrument is sent, no
>         need to manually select it.
>
>         Cheers,
>         Andrés
>
>
>         On Sun, Aug 25, 2013 at 2:28 AM, Victor Lazzarini
>         
>                  >> wrote:
>
>              Is it not the case that you can do that already with
>         csoundqt? (ie.
>              select an instrument and recompile it?)
>              On 25 Aug 2013, at 10:00, joachim heintz wrote:
>
>               > the situation i have in mind is a seminar with students
>         where we
>              work together on a csd, and want to hear the changes
>         without always
>              stopping and starting again.
>               > i think it should not be too difficult to write a udo
>         which does
>              this, using readfi and compilestr; i see if i can do it.
>               > best -
>               >       joachim
>               >
>               >
>               > Am 24.08.2013 22:40, schrieb Victor Lazzarini:
>               >> This is possible, but I do not see the advantage. The
>         thing is
>              that a full CSD is a bit of a waste here, since only the
>              CsInstruments section
>               >> is relevant;  it might also be misleading because
>         sections such
>              as CsOptions and others will never be used. It is much
>         simpler to
>               >> have a plain text file with no annotations.
>               >>
>               >> Regards
>               >>
>               >> Victor
>               >> On 24 Aug 2013, at 21:28, joachim heintz wrote:
>               >>
>               >>> thanks, yes. but shouldn't it be easy to implement
>         compilecsd
>              as you only have to isolate the  ...
>         
>              part of the csd file?
>               >>>
>               >>> i think it would be nice to have it as we usually work
>         with csd
>              files, not seperated orcs. shall i file a request?
>               >>>
>               >>> best -
>               >>>
>               >>>     joachim
>               >>>
>               >>>
>               >>> Am 24.08.2013 22:16, schrieb Victor Lazzarini:
>               >>>> No; but you can split the CSD into score and
>         orchestra and
>              feed the score into readscore and the
>               >>>> orchestra into compilestr.
>               >>>>
>               >>>> Victor
>               >>>> On 24 Aug 2013, at 21:11, joachim heintz wrote:
>               >>>>
>               >>>>> i had a look at the new opcodes compilestr and
>         compileorc. i
>              am wondering whether it is also possible to re-compile a
>         complete csd?
>               >>>>>
>               >>>>> for instance, a self-re-compilation of a csd called
>         "my.csd"
>              could be like this:
>               >>>>>
>               >>>>> 
>               >>>>> 
>               >>>>> instr 1
>               >>>>> ; any code here
>               >>>>> endin
>               >>>>> instr 2
>               >>>>> ires compilecsd "my.csd"
>               >>>>> endin
>               >>>>> 
>               >>>>> 
>               >>>>> ;empty to make csound run
>               >>>>> 
>               >>>>> 
>               >>>>>
>               >>>>> i could change the code in instr 1, and whenever
>         it's done, i
>              could send a real-time event to instr 2 to recompile this
>         csd, and
>              then send events to the new version of instr 1 etc.
>               >>>>>
>               >>>>> is this already possible?
>               >>>>>
>               >>>>> thanks -
>               >>>>>
>               >>>>>   joachim
>               >>>>>
>               >>>>>
>               >>>>> 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
>               >>>>
>               >>>>
>               >>>>
>               >>>>
>               >>>>
>               >>>> 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"
>
>               >>>
>               >>>
>               >>
>               >> Dr Victor Lazzarini
>               >> Senior Lecturer
>               >> Dept. of Music
>               >> NUI Maynooth Ireland
>               >> tel.: +353 1 708 3545 
>         
>
>               >> Victor dot Lazzarini AT nuim dot ie
>               >>
>               >>
>               >>
>               >>
>               >>
>               >> 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"
>
>               >
>               >
>
>              Dr Victor Lazzarini
>              Senior Lecturer
>              Dept. of Music
>              NUI Maynooth Ireland
>              tel.: +353 1 708 3545 
>         
>
>              Victor dot Lazzarini AT nuim dot ie
>
>
>
>
>
>              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-08-25 22:17
FromAndres Cabrera
SubjectRe: [Csnd] re-compilation of a csd in csound6
Hi Joachim,

Thanks, you are right, that's the issue.

But I'm wondering why evaluate section is not working... Are you sure you are within an instrument block? And that you have the latest git?

Cheers,
Andrés


On Sun, Aug 25, 2013 at 2:08 PM, joachim heintz <jh@joachimheintz.de> wrote:
ok found the problem in qcs.pro. your change from
(a) isEmpty(CSOUND_INCLUDE_DIR) to
(b) isEmpty(${CSOUND_INCLUDE_DIR})
does not work for me.

when i change this back, and leave your other changes, everything is fine.

best -

        joachim




Am 25.08.2013 21:47, schrieb Andres Cabrera:
Hi Joachim,


I do mean "evaluate section". With "evaluate selection" you need to
manually select the code you want to evaluate, but with the latest
changes you should be able to be in the middle of an instrument and be
able to send the whole instrument with "evaluate section". This is
working for me here. Can you retry? or tell me what you are doing that
isn't working?

What I changed for qcs.pro <http://qcs.pro> is commenting out the

instructions for building flags, some of which are required for csound6
builds.

You should pass these to qmake rather than having them as part of the
.pro file:

qmake CONFIG+=csound6 CONFIG+=rtmidi

Cheers,
Andrés


On Sun, Aug 25, 2013 at 12:20 PM, joachim heintz <jh@joachimheintz.de
<mailto:jh@joachimheintz.de>> wrote:

    wao -- very cool!!

    i tried it at once. it works; only two things to note:

    1) you certainly mean evaluate se*le*ction, not section, right?
    evaluate selection works for me, evaluate section does not.

    2) something is wrong with your changes at qcs.pro <http://qcs.pro>,

    i think. i get the message:
    Project ERROR: A valid csound library was not found.

    i reverted to the previous qcs.pro <http://qcs.pro> and could build

    as usual. this is my command line:
    qmake qcs.pro <http://qcs.pro> CONFIG+=csound6
    LIBSNDFILE_LIBRARY_DIR=/usr/__lib/x86_64-linux-gnu CONFIG+=rtmidi
    RTMIDI_DIR=../rtmidi-2.0.1 CONFIG+=pythonqt
    PYTHONQT_SRC_DIR=../PythonQt2.__1_Qt4.8
    CSOUND_LIBRARY_DIR=/home/jh/__src/cs6/lib
    CSOUND_INCLUDE_DIR=/home/jh/__src/cs6/include/csound

    thanks for having a look -- and for this new feature!! best -

             joachim



    Am 25.08.2013 20:30, schrieb Andres Cabrera:

        You could send instruments from the scratch pad but not from the
        main
        documents. But I've now added support for that, and if you are
        inside an
        instrument and do evaluate section, the whole instrument is sent, no
        need to manually select it.

        Cheers,
        Andrés


        On Sun, Aug 25, 2013 at 2:28 AM, Victor Lazzarini
        <Victor.Lazzarini@nuim.ie <mailto:Victor.Lazzarini@nuim.ie>
        <mailto:Victor.Lazzarini@nuim.__ie

        <mailto:Victor.Lazzarini@nuim.ie>>> wrote:

             Is it not the case that you can do that already with
        csoundqt? (ie.
             select an instrument and recompile it?)
             On 25 Aug 2013, at 10:00, joachim heintz wrote:

              > the situation i have in mind is a seminar with students
        where we
             work together on a csd, and want to hear the changes
        without always
             stopping and starting again.
              > i think it should not be too difficult to write a udo
        which does
             this, using readfi and compilestr; i see if i can do it.
              > best -
              >       joachim
              >
              >
              > Am 24.08.2013 22:40, schrieb Victor Lazzarini:
              >> This is possible, but I do not see the advantage. The
        thing is
             that a full CSD is a bit of a waste here, since only the
             CsInstruments section
              >> is relevant;  it might also be misleading because
        sections such
             as CsOptions and others will never be used. It is much
        simpler to
              >> have a plain text file with no annotations.
              >>
              >> Regards
              >>
              >> Victor
              >> On 24 Aug 2013, at 21:28, joachim heintz wrote:
              >>
              >>> thanks, yes. but shouldn't it be easy to implement
        compilecsd
             as you only have to isolate the <CsInstruments> ...
        </CsInstruments>
             part of the csd file?
              >>>
              >>> i think it would be nice to have it as we usually work
        with csd
             files, not seperated orcs. shall i file a request?
              >>>
              >>> best -
              >>>
              >>>     joachim
              >>>
              >>>
              >>> Am 24.08.2013 22:16, schrieb Victor Lazzarini:
              >>>> No; but you can split the CSD into score and
        orchestra and
             feed the score into readscore and the
              >>>> orchestra into compilestr.
              >>>>
              >>>> Victor
              >>>> On 24 Aug 2013, at 21:11, joachim heintz wrote:
              >>>>
              >>>>> i had a look at the new opcodes compilestr and
        compileorc. i
             am wondering whether it is also possible to re-compile a
        complete csd?
              >>>>>
              >>>>> for instance, a self-re-compilation of a csd called
        "my.csd"
             could be like this:
              >>>>>
              >>>>> <CsoundSynthesizer>
              >>>>> <CsInstruments>
              >>>>> instr 1
              >>>>> ; any code here
              >>>>> endin
              >>>>> instr 2
              >>>>> ires compilecsd "my.csd"
              >>>>> endin
              >>>>> </CsInstruments>
              >>>>> <CsScore>
              >>>>> ;empty to make csound run
              >>>>> </CsScore>
              >>>>> </CsoundSynthesizer>
              >>>>>
              >>>>> i could change the code in instr 1, and whenever
        it's done, i
             could send a real-time event to instr 2 to recompile this
        csd, and
             then send events to the new version of instr 1 etc.
              >>>>>
              >>>>> is this already possible?
              >>>>>
              >>>>> thanks -
              >>>>>
              >>>>>   joachim
              >>>>>
              >>>>>
              >>>>> Send bugs reports to the Sourceforge bug trackers
              >>>>> csound6:
              >>>>> https://sourceforge.net/p/__csound/tickets/
        <https://sourceforge.net/p/csound/tickets/>
              >>>>> csound5:
              >>>>> https://sourceforge.net/p/__csound/bugs/
        <https://sourceforge.net/p/csound/bugs/>
              >>>>> Discussions of bugs and features can be posted here
              >>>>> To unsubscribe, send email sympa@lists.bath.ac.uk
        <mailto:sympa@lists.bath.ac.uk>
             <mailto:sympa@lists.bath.ac.uk
        <mailto: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 <tel:%2B353%201%20708%203545>
        <tel:%2B353%201%20708%203545>

              >>>> Victor dot Lazzarini AT nuim dot ie
              >>>>
              >>>>
              >>>>
              >>>>
              >>>>
              >>>> Send bugs reports to the Sourceforge bug trackers
              >>>> csound6:
              >>>> https://sourceforge.net/p/__csound/tickets/
        <https://sourceforge.net/p/csound/tickets/>
              >>>> csound5:
              >>>> https://sourceforge.net/p/__csound/bugs/
        <https://sourceforge.net/p/csound/bugs/>
              >>>> Discussions of bugs and features can be posted here
              >>>> To unsubscribe, send email sympa@lists.bath.ac.uk
        <mailto:sympa@lists.bath.ac.uk>
             <mailto:sympa@lists.bath.ac.uk
        <mailto:sympa@lists.bath.ac.uk>__> with body "unsubscribe csound"


              >>>>
              >>>>
              >>>>
              >>>
              >>>
              >>> Send bugs reports to the Sourceforge bug trackers
              >>> csound6:
              >>> https://sourceforge.net/p/__csound/tickets/
        <https://sourceforge.net/p/csound/tickets/>
              >>> csound5:
              >>> https://sourceforge.net/p/__csound/bugs/
        <https://sourceforge.net/p/csound/bugs/>
              >>> Discussions of bugs and features can be posted here
              >>> To unsubscribe, send email sympa@lists.bath.ac.uk
        <mailto:sympa@lists.bath.ac.uk>
             <mailto:sympa@lists.bath.ac.uk
        <mailto: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 <tel:%2B353%201%20708%203545>
        <tel:%2B353%201%20708%203545>

              >> Victor dot Lazzarini AT nuim dot ie
              >>
              >>
              >>
              >>
              >>
              >> Send bugs reports to the Sourceforge bug trackers
              >> csound6:
              >> https://sourceforge.net/p/__csound/tickets/
        <https://sourceforge.net/p/csound/tickets/>
              >> csound5:
              >> https://sourceforge.net/p/__csound/bugs/
        <https://sourceforge.net/p/csound/bugs/>
              >> Discussions of bugs and features can be posted here
              >> To unsubscribe, send email sympa@lists.bath.ac.uk
        <mailto:sympa@lists.bath.ac.uk>
             <mailto:sympa@lists.bath.ac.uk
        <mailto:sympa@lists.bath.ac.uk>__> with body "unsubscribe csound"


              >>
              >>
              >>
              >
              >
              > Send bugs reports to the Sourceforge bug trackers
              > csound6:
              > https://sourceforge.net/p/__csound/tickets/
        <https://sourceforge.net/p/csound/tickets/>
              > csound5:
              > https://sourceforge.net/p/__csound/bugs/
        <https://sourceforge.net/p/csound/bugs/>
              > Discussions of bugs and features can be posted here
              > To unsubscribe, send email sympa@lists.bath.ac.uk
        <mailto:sympa@lists.bath.ac.uk>
             <mailto:sympa@lists.bath.ac.uk
        <mailto: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 <tel:%2B353%201%20708%203545>
        <tel:%2B353%201%20708%203545>

             Victor dot Lazzarini AT nuim dot ie





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






    Send bugs reports to the Sourceforge bug trackers
    csound6:
    <https://sourceforge.net/p/csound/bugs/>
    Discussions of bugs and features can be posted here
    To unsubscribe, send email sympa@lists.bath.ac.uk
    <mailto: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-08-25 22:31
Fromjoachim heintz
SubjectRe: [Csnd] re-compilation of a csd in csound6
hi andrés -

yes, sure with this. an instr ... endin block is not recognized as a 
section for me. only ## ... ## blocks are recognized by the "evaluate 
section" command.

i will commit the change for qcs.pro as i know you are fine with it.

ciao -

	joachim


Am 25.08.2013 23:17, schrieb Andres Cabrera:
> Hi Joachim,
>
> Thanks, you are right, that's the issue.
>
> But I'm wondering why evaluate section is not working... Are you sure
> you are within an instrument block? And that you have the latest git?
>
> Cheers,
> Andrés
>
>
> On Sun, Aug 25, 2013 at 2:08 PM, joachim heintz  > wrote:
>
>     ok found the problem in qcs.pro . your change from
>     (a) isEmpty(CSOUND_INCLUDE_DIR) to
>     (b) isEmpty(${CSOUND_INCLUDE_DIR})
>     does not work for me.
>
>     when i change this back, and leave your other changes, everything is
>     fine.
>
>     best -
>
>              joachim
>
>
>
>
>     Am 25.08.2013 21:47, schrieb Andres Cabrera:
>
>         Hi Joachim,
>
>
>         I do mean "evaluate section". With "evaluate selection" you need to
>         manually select the code you want to evaluate, but with the latest
>         changes you should be able to be in the middle of an instrument
>         and be
>         able to send the whole instrument with "evaluate section". This is
>         working for me here. Can you retry? or tell me what you are
>         doing that
>         isn't working?
>
>         What I changed for qcs.pro   is
>         commenting out the
>
>         instructions for building flags, some of which are required for
>         csound6
>         builds.
>
>         You should pass these to qmake rather than having them as part
>         of the
>         .pro file:
>
>         qmake CONFIG+=csound6 CONFIG+=rtmidi
>
>         Cheers,
>         Andrés
>
>
>         On Sun, Aug 25, 2013 at 12:20 PM, joachim heintz
>         
>         >> wrote:
>
>              wao -- very cool!!
>
>              i tried it at once. it works; only two things to note:
>
>              1) you certainly mean evaluate se*le*ction, not section, right?
>              evaluate selection works for me, evaluate section does not.
>
>              2) something is wrong with your changes at qcs.pro
>          ,
>
>              i think. i get the message:
>              Project ERROR: A valid csound library was not found.
>
>              i reverted to the previous qcs.pro 
>          and could build
>
>              as usual. this is my command line:
>              qmake qcs.pro   CONFIG+=csound6
>              LIBSNDFILE_LIBRARY_DIR=/usr/____lib/x86_64-linux-gnu
>         CONFIG+=rtmidi
>              RTMIDI_DIR=../rtmidi-2.0.1 CONFIG+=pythonqt
>              PYTHONQT_SRC_DIR=../PythonQt2.____1_Qt4.8
>              CSOUND_LIBRARY_DIR=/home/jh/____src/cs6/lib
>              CSOUND_INCLUDE_DIR=/home/jh/____src/cs6/include/csound
>
>              thanks for having a look -- and for this new feature!! best -
>
>                       joachim
>
>
>
>              Am 25.08.2013 20:30, schrieb Andres Cabrera:
>
>                  You could send instruments from the scratch pad but not
>         from the
>                  main
>                  documents. But I've now added support for that, and if
>         you are
>                  inside an
>                  instrument and do evaluate section, the whole
>         instrument is sent, no
>                  need to manually select it.
>
>                  Cheers,
>                  Andrés
>
>
>                  On Sun, Aug 25, 2013 at 2:28 AM, Victor Lazzarini
>                           
>                  >
>                           ____ie
>
>                           >>> wrote:
>
>                       Is it not the case that you can do that already with
>                  csoundqt? (ie.
>                       select an instrument and recompile it?)
>                       On 25 Aug 2013, at 10:00, joachim heintz wrote:
>
>                        > the situation i have in mind is a seminar with
>         students
>                  where we
>                       work together on a csd, and want to hear the changes
>                  without always
>                       stopping and starting again.
>                        > i think it should not be too difficult to write
>         a udo
>                  which does
>                       this, using readfi and compilestr; i see if i can
>         do it.
>                        > best -
>                        >       joachim
>                        >
>                        >
>                        > Am 24.08.2013 22:40, schrieb Victor Lazzarini:
>                        >> This is possible, but I do not see the
>         advantage. The
>                  thing is
>                       that a full CSD is a bit of a waste here, since
>         only the
>                       CsInstruments section
>                        >> is relevant;  it might also be misleading because
>                  sections such
>                       as CsOptions and others will never be used. It is much
>                  simpler to
>                        >> have a plain text file with no annotations.
>                        >>
>                        >> Regards
>                        >>
>                        >> Victor
>                        >> On 24 Aug 2013, at 21:28, joachim heintz wrote:
>                        >>
>                        >>> thanks, yes. but shouldn't it be easy to
>         implement
>                  compilecsd
>                       as you only have to isolate the  ...
>                  
>                       part of the csd file?
>                        >>>
>                        >>> i think it would be nice to have it as we
>         usually work
>                  with csd
>                       files, not seperated orcs. shall i file a request?
>                        >>>
>                        >>> best -
>                        >>>
>                        >>>     joachim
>                        >>>
>                        >>>
>                        >>> Am 24.08.2013 22:16, schrieb Victor Lazzarini:
>                        >>>> No; but you can split the CSD into score and
>                  orchestra and
>                       feed the score into readscore and the
>                        >>>> orchestra into compilestr.
>                        >>>>
>                        >>>> Victor
>                        >>>> On 24 Aug 2013, at 21:11, joachim heintz wrote:
>                        >>>>
>                        >>>>> i had a look at the new opcodes compilestr and
>                  compileorc. i
>                       am wondering whether it is also possible to
>         re-compile a
>                  complete csd?
>                        >>>>>
>                        >>>>> for instance, a self-re-compilation of a
>         csd called
>                  "my.csd"
>                       could be like this:
>                        >>>>>
>                        >>>>> 
>                        >>>>> 
>                        >>>>> instr 1
>                        >>>>> ; any code here
>                        >>>>> endin
>                        >>>>> instr 2
>                        >>>>> ires compilecsd "my.csd"
>                        >>>>> endin
>                        >>>>> 
>                        >>>>> 
>                        >>>>> ;empty to make csound run
>                        >>>>> 
>                        >>>>> 
>                        >>>>>
>                        >>>>> i could change the code in instr 1, and
>         whenever
>                  it's done, i
>                       could send a real-time event to instr 2 to
>         recompile this
>                  csd, and
>                       then send events to the new version of instr 1 etc.
>                        >>>>>
>                        >>>>> is this already possible?
>                        >>>>>
>                        >>>>> thanks -
>                        >>>>>
>                        >>>>>   joachim
>                        >>>>>
>                        >>>>>
>                        >>>>> 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
>                        >>>>
>                        >>>>
>                        >>>>
>                        >>>>
>                        >>>>
>                        >>>> 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"
>
>
>                        >>>
>                        >>>
>                        >>
>                        >> Dr Victor Lazzarini
>                        >> Senior Lecturer
>                        >> Dept. of Music
>                        >> NUI Maynooth Ireland
>                        >> tel.: +353 1 708 3545
>          
>                  
>
>                        >> Victor dot Lazzarini AT nuim dot ie
>                        >>
>                        >>
>                        >>
>                        >>
>                        >>
>                        >> 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"
>
>
>                        >
>                        >
>
>                       Dr Victor Lazzarini
>                       Senior Lecturer
>                       Dept. of Music
>                       NUI Maynooth Ireland
>                       tel.: +353 1 708 3545
>          
>                  
>
>                       Victor dot Lazzarini AT nuim dot ie
>
>
>
>
>
>                       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-08-26 05:42
FromAndres Cabrera
SubjectRe: [Csnd] re-compilation of a csd in csound6
Hi Joachim,

Please commit the change if you haven't. Also, can you try opening an existing csd file and trying to evaluate section there?

Cheers,
Andrés


On Sun, Aug 25, 2013 at 2:31 PM, joachim heintz <jh@joachimheintz.de> wrote:
hi andrés -

yes, sure with this. an instr ... endin block is not recognized as a section for me. only ## ... ## blocks are recognized by the "evaluate section" command.

i will commit the change for qcs.pro as i know you are fine with it.

ciao -

        joachim


Am 25.08.2013 23:17, schrieb Andres Cabrera:
Hi Joachim,

Thanks, you are right, that's the issue.

But I'm wondering why evaluate section is not working... Are you sure
you are within an instrument block? And that you have the latest git?

Cheers,
Andrés


On Sun, Aug 25, 2013 at 2:08 PM, joachim heintz <jh@joachimheintz.de
<mailto:jh@joachimheintz.de>> wrote:

    ok found the problem in qcs.pro <http://qcs.pro>. your change from

    (a) isEmpty(CSOUND_INCLUDE_DIR) to
    (b) isEmpty(${CSOUND_INCLUDE_DIR})
    does not work for me.

    when i change this back, and leave your other changes, everything is
    fine.

    best -

             joachim




    Am 25.08.2013 21:47, schrieb Andres Cabrera:

        Hi Joachim,


        I do mean "evaluate section". With "evaluate selection" you need to
        manually select the code you want to evaluate, but with the latest
        changes you should be able to be in the middle of an instrument
        and be
        able to send the whole instrument with "evaluate section". This is
        working for me here. Can you retry? or tell me what you are
        doing that
        isn't working?

        What I changed for qcs.pro <http://qcs.pro> <http://qcs.pro> is

        commenting out the

        instructions for building flags, some of which are required for
        csound6
        builds.

        You should pass these to qmake rather than having them as part
        of the
        .pro file:

        qmake CONFIG+=csound6 CONFIG+=rtmidi

        Cheers,
        Andrés


        On Sun, Aug 25, 2013 at 12:20 PM, joachim heintz
        <jh@joachimheintz.de <mailto:jh@joachimheintz.de>
        <mailto:jh@joachimheintz.de <mailto:jh@joachimheintz.de>>> wrote:

             wao -- very cool!!

             i tried it at once. it works; only two things to note:

             1) you certainly mean evaluate se*le*ction, not section, right?
             evaluate selection works for me, evaluate section does not.

             2) something is wrong with your changes at qcs.pro
        <http://qcs.pro> <http://qcs.pro>,


             i think. i get the message:
             Project ERROR: A valid csound library was not found.

             i reverted to the previous qcs.pro <http://qcs.pro>
        <http://qcs.pro> and could build

             as usual. this is my command line:
             qmake qcs.pro <http://qcs.pro> <http://qcs.pro> CONFIG+=csound6
             LIBSNDFILE_LIBRARY_DIR=/usr/____lib/x86_64-linux-gnu
        CONFIG+=rtmidi
             RTMIDI_DIR=../rtmidi-2.0.1 CONFIG+=pythonqt
             PYTHONQT_SRC_DIR=../PythonQt2.____1_Qt4.8
             CSOUND_LIBRARY_DIR=/home/jh/____src/cs6/lib
             CSOUND_INCLUDE_DIR=/home/jh/____src/cs6/include/csound


             thanks for having a look -- and for this new feature!! best -

                      joachim



             Am 25.08.2013 20:30, schrieb Andres Cabrera:

                 You could send instruments from the scratch pad but not
        from the
                 main
                 documents. But I've now added support for that, and if
        you are
                 inside an
                 instrument and do evaluate section, the whole
        instrument is sent, no
                 need to manually select it.

                 Cheers,
                 Andrés


                 On Sun, Aug 25, 2013 at 2:28 AM, Victor Lazzarini
                 <Victor.Lazzarini@nuim.ie
        <mailto:Victor.Lazzarini@nuim.ie>
        <mailto:Victor.Lazzarini@nuim.__ie
        <mailto:Victor.Lazzarini@nuim.ie>>
                 <mailto:Victor.Lazzarini@nuim.
        <mailto:Victor.Lazzarini@nuim.>____ie


                 <mailto:Victor.Lazzarini@nuim.__ie
        <mailto:Victor.Lazzarini@nuim.ie>>>> wrote:

                      Is it not the case that you can do that already with
                 csoundqt? (ie.
                      select an instrument and recompile it?)
                      On 25 Aug 2013, at 10:00, joachim heintz wrote:

                       > the situation i have in mind is a seminar with
        students
                 where we
                      work together on a csd, and want to hear the changes
                 without always
                      stopping and starting again.
                       > i think it should not be too difficult to write
        a udo
                 which does
                      this, using readfi and compilestr; i see if i can
        do it.
                       > best -
                       >       joachim
                       >
                       >
                       > Am 24.08.2013 22:40, schrieb Victor Lazzarini:
                       >> This is possible, but I do not see the
        advantage. The
                 thing is
                      that a full CSD is a bit of a waste here, since
        only the
                      CsInstruments section
                       >> is relevant;  it might also be misleading because
                 sections such
                      as CsOptions and others will never be used. It is much
                 simpler to
                       >> have a plain text file with no annotations.
                       >>
                       >> Regards
                       >>
                       >> Victor
                       >> On 24 Aug 2013, at 21:28, joachim heintz wrote:
                       >>
                       >>> thanks, yes. but shouldn't it be easy to
        implement
                 compilecsd
                      as you only have to isolate the <CsInstruments> ...
                 </CsInstruments>
                      part of the csd file?
                       >>>
                       >>> i think it would be nice to have it as we
        usually work
                 with csd
                      files, not seperated orcs. shall i file a request?
                       >>>
                       >>> best -
                       >>>
                       >>>     joachim
                       >>>
                       >>>
                       >>> Am 24.08.2013 22:16, schrieb Victor Lazzarini:
                       >>>> No; but you can split the CSD into score and
                 orchestra and
                      feed the score into readscore and the
                       >>>> orchestra into compilestr.
                       >>>>
                       >>>> Victor
                       >>>> On 24 Aug 2013, at 21:11, joachim heintz wrote:
                       >>>>
                       >>>>> i had a look at the new opcodes compilestr and
                 compileorc. i
                      am wondering whether it is also possible to
        re-compile a
                 complete csd?
                       >>>>>
                       >>>>> for instance, a self-re-compilation of a
        csd called
                 "my.csd"
                      could be like this:
                       >>>>>
                       >>>>> <CsoundSynthesizer>
                       >>>>> <CsInstruments>
                       >>>>> instr 1
                       >>>>> ; any code here
                       >>>>> endin
                       >>>>> instr 2
                       >>>>> ires compilecsd "my.csd"
                       >>>>> endin
                       >>>>> </CsInstruments>
                       >>>>> <CsScore>
                       >>>>> ;empty to make csound run
                       >>>>> </CsScore>
                       >>>>> </CsoundSynthesizer>
                       >>>>>
                       >>>>> i could change the code in instr 1, and
        whenever
                 it's done, i
                      could send a real-time event to instr 2 to
        recompile this
                 csd, and
                      then send events to the new version of instr 1 etc.
                       >>>>>
                       >>>>> is this already possible?
                       >>>>>
                       >>>>> thanks -
                       >>>>>
                       >>>>>   joachim
                       >>>>>
                       >>>>>
                       >>>>> Send bugs reports to the Sourceforge bug
        trackers
                       >>>>> csound6:
                       >>>>>
        https://sourceforge.net/p/____csound/tickets/
        <https://sourceforge.net/p/__csound/tickets/>

                 <https://sourceforge.net/p/__csound/tickets/
        <https://sourceforge.net/p/csound/tickets/>>
                       >>>>> csound5:
                       >>>>> https://sourceforge.net/p/____csound/bugs/
        <https://sourceforge.net/p/__csound/bugs/>

                 <https://sourceforge.net/p/__csound/bugs/
        <https://sourceforge.net/p/csound/bugs/>>
                       >>>>> Discussions of bugs and features can be
        posted here
                       >>>>> To unsubscribe, send email
        sympa@lists.bath.ac.uk <mailto:sympa@lists.bath.ac.uk>
                 <mailto:sympa@lists.bath.ac.uk
        <mailto:sympa@lists.bath.ac.uk>__>
                      <mailto:sympa@lists.bath.ac.uk
        <mailto:sympa@lists.bath.ac.uk>
                 <mailto:sympa@lists.bath.ac.uk
        <mailto: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
        <tel:%2B353%201%20708%203545> <tel:%2B353%201%20708%203545>
                 <tel:%2B353%201%20708%203545>

                       >>>> Victor dot Lazzarini AT nuim dot ie
                       >>>>
                       >>>>
                       >>>>
                       >>>>
                       >>>>
                       >>>> Send bugs reports to the Sourceforge bug
        trackers
                       >>>> csound6:
                       >>>>
        https://sourceforge.net/p/____csound/tickets/
        <https://sourceforge.net/p/__csound/tickets/>

                 <https://sourceforge.net/p/__csound/tickets/
        <https://sourceforge.net/p/csound/tickets/>>
                       >>>> csound5:
                       >>>> https://sourceforge.net/p/____csound/bugs/
        <https://sourceforge.net/p/__csound/bugs/>

                 <https://sourceforge.net/p/__csound/bugs/
        <https://sourceforge.net/p/csound/bugs/>>
                       >>>> Discussions of bugs and features can be
        posted here
                       >>>> To unsubscribe, send email
        sympa@lists.bath.ac.uk <mailto:sympa@lists.bath.ac.uk>
                 <mailto:sympa@lists.bath.ac.uk
        <mailto:sympa@lists.bath.ac.uk>__>
                      <mailto:sympa@lists.bath.ac.uk
        <mailto:sympa@lists.bath.ac.uk>
                 <mailto:sympa@lists.bath.ac.uk
        <mailto:sympa@lists.bath.ac.uk>__>__> with body "unsubscribe csound"



                       >>>>
                       >>>>
                       >>>>
                       >>>
                       >>>
                       >>> Send bugs reports to the Sourceforge bug trackers
                       >>> csound6:
                       >>> https://sourceforge.net/p/____csound/tickets/
        <https://sourceforge.net/p/__csound/tickets/>

                 <https://sourceforge.net/p/__csound/tickets/
        <https://sourceforge.net/p/csound/tickets/>>
                       >>> csound5:
                       >>> https://sourceforge.net/p/____csound/bugs/
        <https://sourceforge.net/p/__csound/bugs/>

                 <https://sourceforge.net/p/__csound/bugs/
        <https://sourceforge.net/p/csound/bugs/>>
                       >>> Discussions of bugs and features can be
        posted here
                       >>> To unsubscribe, send email
        sympa@lists.bath.ac.uk <mailto:sympa@lists.bath.ac.uk>
                 <mailto:sympa@lists.bath.ac.uk
        <mailto:sympa@lists.bath.ac.uk>__>
                      <mailto:sympa@lists.bath.ac.uk
        <mailto:sympa@lists.bath.ac.uk>
                 <mailto:sympa@lists.bath.ac.uk
        <mailto: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
        <tel:%2B353%201%20708%203545> <tel:%2B353%201%20708%203545>
                 <tel:%2B353%201%20708%203545>

                       >> Victor dot Lazzarini AT nuim dot ie
                       >>
                       >>
                       >>
                       >>
                       >>
                       >> Send bugs reports to the Sourceforge bug trackers
                       >> csound6:
                       >> https://sourceforge.net/p/____csound/tickets/
        <https://sourceforge.net/p/__csound/tickets/>

                 <https://sourceforge.net/p/__csound/tickets/
        <https://sourceforge.net/p/csound/tickets/>>
                       >> csound5:
                       >> https://sourceforge.net/p/____csound/bugs/
        <https://sourceforge.net/p/__csound/bugs/>

                 <https://sourceforge.net/p/__csound/bugs/
        <https://sourceforge.net/p/csound/bugs/>>
                       >> Discussions of bugs and features can be posted
        here
                       >> To unsubscribe, send email
        sympa@lists.bath.ac.uk <mailto:sympa@lists.bath.ac.uk>
                 <mailto:sympa@lists.bath.ac.uk
        <mailto:sympa@lists.bath.ac.uk>__>
                      <mailto:sympa@lists.bath.ac.uk
        <mailto:sympa@lists.bath.ac.uk>
                 <mailto:sympa@lists.bath.ac.uk
        <mailto:sympa@lists.bath.ac.uk>__>__> with body "unsubscribe csound"



                       >>
                       >>
                       >>
                       >
                       >
                       > Send bugs reports to the Sourceforge bug trackers
                       > csound6:
                       > https://sourceforge.net/p/____csound/tickets/
        <https://sourceforge.net/p/__csound/tickets/>

                 <https://sourceforge.net/p/__csound/tickets/
        <https://sourceforge.net/p/csound/tickets/>>
                       > csound5:
                       > https://sourceforge.net/p/____csound/bugs/
        <https://sourceforge.net/p/__csound/bugs/>

                 <https://sourceforge.net/p/__csound/bugs/
        <https://sourceforge.net/p/csound/bugs/>>
                       > Discussions of bugs and features can be posted here
                       > To unsubscribe, send email
        sympa@lists.bath.ac.uk <mailto:sympa@lists.bath.ac.uk>
                 <mailto:sympa@lists.bath.ac.uk
        <mailto:sympa@lists.bath.ac.uk>__>
                      <mailto:sympa@lists.bath.ac.uk
        <mailto:sympa@lists.bath.ac.uk>
                 <mailto:sympa@lists.bath.ac.uk
        <mailto: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
        <tel:%2B353%201%20708%203545> <tel:%2B353%201%20708%203545>
                 <tel:%2B353%201%20708%203545>

                      Victor dot Lazzarini AT nuim dot ie





                      Send bugs reports to the Sourceforge bug trackers
                      csound6:
        https://sourceforge.net/p/____csound/tickets/
        <https://sourceforge.net/p/__csound/tickets/>

                 <https://sourceforge.net/p/__csound/tickets/
        <https://sourceforge.net/p/csound/tickets/>>
                      csound5:
        https://sourceforge.net/p/____csound/bugs/
        <https://sourceforge.net/p/__csound/bugs/>

                 <https://sourceforge.net/p/__csound/bugs/
        <https://sourceforge.net/p/csound/bugs/>>
                      Discussions of bugs and features can be posted here
                      To unsubscribe, send email sympa@lists.bath.ac.uk
        <mailto:sympa@lists.bath.ac.uk>
                 <mailto:sympa@lists.bath.ac.uk
        <mailto:sympa@lists.bath.ac.uk>__>
                      <mailto:sympa@lists.bath.ac.uk
        <mailto:sympa@lists.bath.ac.uk>
                 <mailto:sympa@lists.bath.ac.uk
        <mailto:sympa@lists.bath.ac.uk>__>__> with body "unsubscribe csound"







             Send bugs reports to the Sourceforge bug trackers
             csound6:
        https://sourceforge.net/p/____csound/tickets/
        <https://sourceforge.net/p/__csound/tickets/>

             <https://sourceforge.net/p/__csound/tickets/
        <https://sourceforge.net/p/csound/tickets/>>
             csound5:
        https://sourceforge.net/p/____csound/bugs/
        <https://sourceforge.net/p/__csound/bugs/>

             <https://sourceforge.net/p/__csound/bugs/
        <https://sourceforge.net/p/csound/bugs/>>
             Discussions of bugs and features can be posted here
             To unsubscribe, send email sympa@lists.bath.ac.uk
        <mailto:sympa@lists.bath.ac.uk>
             <mailto:sympa@lists.bath.ac.uk
        <mailto:sympa@lists.bath.ac.uk>__> with body "unsubscribe csound"





    Send bugs reports to the Sourceforge bug trackers
    csound6:
    https://sourceforge.net/p/__csound/tickets/
    <https://sourceforge.net/p/csound/tickets/>
    csound5:
    https://sourceforge.net/p/__csound/bugs/
    <https://sourceforge.net/p/csound/bugs/>
    Discussions of bugs and features can be posted here
    To unsubscribe, send email sympa@lists.bath.ac.uk
    <mailto: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-08-26 07:33
Fromjoachim heintz
SubjectRe: [Csnd] re-compilation of a csd in csound6
hi andrés -

not sure what you mean. as i wrote, the "evaluate section" command works in
##
...
##
blocks, but not in
instr
...
endin
blocks.  no difference whether the file has been created now, or is 
being opened.

best -
	joachim



Am 26.08.2013 06:42, schrieb Andres Cabrera:
> Hi Joachim,
>
> Please commit the change if you haven't. Also, can you try opening an
> existing csd file and trying to evaluate section there?
>
> Cheers,
> Andrés
>
>
> On Sun, Aug 25, 2013 at 2:31 PM, joachim heintz  > wrote:
>
>     hi andrés -
>
>     yes, sure with this. an instr ... endin block is not recognized as a
>     section for me. only ## ... ## blocks are recognized by the
>     "evaluate section" command.
>
>     i will commit the change for qcs.pro  as i know you
>     are fine with it.
>
>     ciao -
>
>              joachim
>
>
>     Am 25.08.2013 23:17, schrieb Andres Cabrera:
>
>         Hi Joachim,
>
>         Thanks, you are right, that's the issue.
>
>         But I'm wondering why evaluate section is not working... Are you
>         sure
>         you are within an instrument block? And that you have the latest
>         git?
>
>         Cheers,
>         Andrés
>
>
>         On Sun, Aug 25, 2013 at 2:08 PM, joachim heintz
>         
>         >> wrote:
>
>              ok found the problem in qcs.pro 
>         . your change from
>
>              (a) isEmpty(CSOUND_INCLUDE_DIR) to
>              (b) isEmpty(${CSOUND_INCLUDE_DIR})
>              does not work for me.
>
>              when i change this back, and leave your other changes,
>         everything is
>              fine.
>
>              best -
>
>                       joachim
>
>
>
>
>              Am 25.08.2013 21:47, schrieb Andres Cabrera:
>
>                  Hi Joachim,
>
>
>                  I do mean "evaluate section". With "evaluate selection"
>         you need to
>                  manually select the code you want to evaluate, but with
>         the latest
>                  changes you should be able to be in the middle of an
>         instrument
>                  and be
>                  able to send the whole instrument with "evaluate
>         section". This is
>                  working for me here. Can you retry? or tell me what you are
>                  doing that
>                  isn't working?
>
>                  What I changed for qcs.pro 
>           is
>
>                  commenting out the
>
>                  instructions for building flags, some of which are
>         required for
>                  csound6
>                  builds.
>
>                  You should pass these to qmake rather than having them
>         as part
>                  of the
>                  .pro file:
>
>                  qmake CONFIG+=csound6 CONFIG+=rtmidi
>
>                  Cheers,
>                  Andrés
>
>
>                  On Sun, Aug 25, 2013 at 12:20 PM, joachim heintz
>                  
>         >
>                                     >>> wrote:
>
>                       wao -- very cool!!
>
>                       i tried it at once. it works; only two things to note:
>
>                       1) you certainly mean evaluate se*le*ction, not
>         section, right?
>                       evaluate selection works for me, evaluate section
>         does not.
>
>                       2) something is wrong with your changes at qcs.pro
>         
>                   ,
>
>
>                       i think. i get the message:
>                       Project ERROR: A valid csound library was not found.
>
>                       i reverted to the previous qcs.pro
>          
>                   and could build
>
>                       as usual. this is my command line:
>                       qmake qcs.pro  
>          CONFIG+=csound6
>                       LIBSNDFILE_LIBRARY_DIR=/usr/______lib/x86_64-linux-gnu
>                  CONFIG+=rtmidi
>                       RTMIDI_DIR=../rtmidi-2.0.1 CONFIG+=pythonqt
>                       PYTHONQT_SRC_DIR=../PythonQt2.______1_Qt4.8
>                       CSOUND_LIBRARY_DIR=/home/jh/______src/cs6/lib
>
>           CSOUND_INCLUDE_DIR=/home/jh/______src/cs6/include/csound
>
>
>                       thanks for having a look -- and for this new
>         feature!! best -
>
>                                joachim
>
>
>
>                       Am 25.08.2013 20:30, schrieb Andres Cabrera:
>
>                           You could send instruments from the scratch
>         pad but not
>                  from the
>                           main
>                           documents. But I've now added support for
>         that, and if
>                  you are
>                           inside an
>                           instrument and do evaluate section, the whole
>                  instrument is sent, no
>                           need to manually select it.
>
>                           Cheers,
>                           Andrés
>
>
>                           On Sun, Aug 25, 2013 at 2:28 AM, Victor Lazzarini
>                                    
>                           >
>                           ____ie
>                           >>
>                                    .
>                           .__>____ie
>
>
>                                    ____ie
>                           >>>> wrote:
>
>                                Is it not the case that you can do that
>         already with
>                           csoundqt? (ie.
>                                select an instrument and recompile it?)
>                                On 25 Aug 2013, at 10:00, joachim heintz
>         wrote:
>
>                                 > the situation i have in mind is a
>         seminar with
>                  students
>                           where we
>                                work together on a csd, and want to hear
>         the changes
>                           without always
>                                stopping and starting again.
>                                 > i think it should not be too difficult
>         to write
>                  a udo
>                           which does
>                                this, using readfi and compilestr; i see
>         if i can
>                  do it.
>                                 > best -
>                                 >       joachim
>                                 >
>                                 >
>                                 > Am 24.08.2013 22:40, schrieb Victor
>         Lazzarini:
>                                 >> This is possible, but I do not see the
>                  advantage. The
>                           thing is
>                                that a full CSD is a bit of a waste here,
>         since
>                  only the
>                                CsInstruments section
>                                 >> is relevant;  it might also be
>         misleading because
>                           sections such
>                                as CsOptions and others will never be
>         used. It is much
>                           simpler to
>                                 >> have a plain text file with no
>         annotations.
>                                 >>
>                                 >> Regards
>                                 >>
>                                 >> Victor
>                                 >> On 24 Aug 2013, at 21:28, joachim
>         heintz wrote:
>                                 >>
>                                 >>> thanks, yes. but shouldn't it be easy to
>                  implement
>                           compilecsd
>                                as you only have to isolate the
>          ...
>                           
>                                part of the csd file?
>                                 >>>
>                                 >>> i think it would be nice to have it
>         as we
>                  usually work
>                           with csd
>                                files, not seperated orcs. shall i file a
>         request?
>                                 >>>
>                                 >>> best -
>                                 >>>
>                                 >>>     joachim
>                                 >>>
>                                 >>>
>                                 >>> Am 24.08.2013 22:16, schrieb Victor
>         Lazzarini:
>                                 >>>> No; but you can split the CSD into
>         score and
>                           orchestra and
>                                feed the score into readscore and the
>                                 >>>> orchestra into compilestr.
>                                 >>>>
>                                 >>>> Victor
>                                 >>>> On 24 Aug 2013, at 21:11, joachim
>         heintz wrote:
>                                 >>>>
>                                 >>>>> i had a look at the new opcodes
>         compilestr and
>                           compileorc. i
>                                am wondering whether it is also possible to
>                  re-compile a
>                           complete csd?
>                                 >>>>>
>                                 >>>>> for instance, a
>         self-re-compilation of a
>                  csd called
>                           "my.csd"
>                                could be like this:
>                                 >>>>>
>                                 >>>>> 
>                                 >>>>> 
>                                 >>>>> instr 1
>                                 >>>>> ; any code here
>                                 >>>>> endin
>                                 >>>>> instr 2
>                                 >>>>> ires compilecsd "my.csd"
>                                 >>>>> endin
>                                 >>>>> 
>                                 >>>>> 
>                                 >>>>> ;empty to make csound run
>                                 >>>>> 
>                                 >>>>> 
>                                 >>>>>
>                                 >>>>> i could change the code in instr
>         1, and
>                  whenever
>                           it's done, i
>                                could send a real-time event to instr 2 to
>                  recompile this
>                           csd, and
>                                then send events to the new version of
>         instr 1 etc.
>                                 >>>>>
>                                 >>>>> is this already possible?
>                                 >>>>>
>                                 >>>>> thanks -
>                                 >>>>>
>                                 >>>>>   joachim
>                                 >>>>>
>                                 >>>>>
>                                 >>>>> 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
>                                 >>>>
>                                 >>>>
>                                 >>>>
>                                 >>>>
>                                 >>>>
>                                 >>>> 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"
>
>
>
>                                 >>>
>                                 >>>
>                                 >>
>                                 >> Dr Victor Lazzarini
>                                 >> Senior Lecturer
>                                 >> Dept. of Music
>                                 >> NUI Maynooth Ireland
>                                 >> tel.: +353 1 708 3545
>         
>                   
>                           
>
>                                 >> Victor dot Lazzarini AT nuim dot ie
>                                 >>
>                                 >>
>                                 >>
>                                 >>
>                                 >>
>                                 >> 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"
>
>
>
>                                 >
>                                 >
>
>                                Dr Victor Lazzarini
>                                Senior Lecturer
>                                Dept. of Music
>                                NUI Maynooth Ireland
>                                tel.: +353 1 708 3545
>         
>                   
>                           
>
>                                Victor dot Lazzarini AT nuim dot ie
>
>
>
>
>
>                                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"
>
>
>
>
>
>     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-08-26 10:19
FromTarmo Johannes
SubjectRe: [Csnd] re-compilation of a csd in csound6

Hello,

 

I pulled the last sourve from git and built it. For me evaluate section when the cursor is within an instrument works perfectyl. Great! I was just thinking how good would it be to have it! Thanks!

 

Joachim, by the way I could not see your last commit about the qcs.pro and {} problem in git. Maybe there is still some synchronisations proglem? Can you open documentvie.cpp line 333 and check if you can see code

 

bool sectionStart = cursor.selectedText().simplified().startsWith("instr");

while (!sectionStart && !cursor.anchor() == 0) {

cursor.movePosition(QTextCursor::PreviousBlock);

cursor.select(QTextCursor::LineUnderCursor);

sectionStart = cursor.selectedText().simplified().startsWith("instr");

}

 

in function DocumentView::getActiveSection()?

 

I also tested, what happens, if the cursor is not in an instrument:

 

if it between two instruments - both instruments (one above and one below) get selected and recompiled. Why not.

 

If the cursor is before the first isntrument - text from the beginning of the csd until first 'endin' gets selected and evaluatetd.

If the cursor is after the last instrument - text from last 'instr' to end of the file gets selected and of course that result an parsing error.

 

I try to see if I can fix the last two problems today later.

 

best!

tarmo

 

 

 

On Monday 26 August 2013 08:33:46 joachim heintz wrote:

> hi andrés -

>

> not sure what you mean. as i wrote, the "evaluate section" command works in

> ##

> ...

> ##

> blocks, but not in

> instr

> ...

> endin

> blocks. no difference whether the file has been created now, or is

> being opened.

>

> best -

> joachim

>

> Am 26.08.2013 06:42, schrieb Andres Cabrera:

> > Hi Joachim,

> >

> > Please commit the change if you haven't. Also, can you try opening an

> > existing csd file and trying to evaluate section there?

> >

> > Cheers,

> > Andrés

> >

> >

> > On Sun, Aug 25, 2013 at 2:31 PM, joachim heintz <jh@joachimheintz.de

> >

> > <mailto:jh@joachimheintz.de>> wrote:

> > hi andrés -

> >

> > yes, sure with this. an instr ... endin block is not recognized as a

> > section for me. only ## ... ## blocks are recognized by the

> > "evaluate section" command.

> >

> > i will commit the change for qcs.pro <http://qcs.pro> as i know you

> > are fine with it.

> >

> > ciao -

> >

> > joachim

> >

> > Am 25.08.2013 23:17, schrieb Andres Cabrera:

> > Hi Joachim,

> >

> > Thanks, you are right, that's the issue.

> >

> > But I'm wondering why evaluate section is not working... Are you

> > sure

> > you are within an instrument block? And that you have the latest

> > git?

> >

> > Cheers,

> > Andrés

> >

> >

> > On Sun, Aug 25, 2013 at 2:08 PM, joachim heintz

> > <jh@joachimheintz.de <mailto:jh@joachimheintz.de>

> >

> > <mailto:jh@joachimheintz.de <mailto:jh@joachimheintz.de>>> wrote:

> > ok found the problem in qcs.pro <http://qcs.pro>

> >

> > <http://qcs.pro>. your change from

> >

> > (a) isEmpty(CSOUND_INCLUDE_DIR) to

> > (b) isEmpty(${CSOUND_INCLUDE_DIR})

> > does not work for me.

> >

> > when i change this back, and leave your other changes,

> >

> > everything is

> >

> > fine.

> >

> > best -

> >

> > joachim

> >

> > Am 25.08.2013 21:47, schrieb Andres Cabrera:

> > Hi Joachim,

> >

> >

> > I do mean "evaluate section". With "evaluate selection"

> >

> > you need to

> >

> > manually select the code you want to evaluate, but with

> >

> > the latest

> >

> > changes you should be able to be in the middle of an

> >

> > instrument

> >

> > and be

> > able to send the whole instrument with "evaluate

> >

> > section". This is

> >

> > working for me here. Can you retry? or tell me what you

> > are

> > doing that

> > isn't working?

> >

> > What I changed for qcs.pro <http://qcs.pro>

> >

> > <http://qcs.pro> <http://qcs.pro> is

> >

> > commenting out the

> >

> > instructions for building flags, some of which are

> >

> > required for

> >

> > csound6

> > builds.

> >

> > You should pass these to qmake rather than having them

> >

> > as part

> >

> > of the

> > .pro file:

> >

> > qmake CONFIG+=csound6 CONFIG+=rtmidi

> >

> > Cheers,

> > Andrés

> >

> >

> > On Sun, Aug 25, 2013 at 12:20 PM, joachim heintz

> > <jh@joachimheintz.de <mailto:jh@joachimheintz.de>

> >

> > <mailto:jh@joachimheintz.de <mailto:jh@joachimheintz.de>>

> >

> > <mailto:jh@joachimheintz.de

> >

> > <mailto:jh@joachimheintz.de> <mailto:jh@joachimheintz.de

> >

> > <mailto:jh@joachimheintz.de>>>> wrote:

> > wao -- very cool!!

> >

> > i tried it at once. it works; only two things to

> > note:

> >

> > 1) you certainly mean evaluate se*le*ction, not

> >

> > section, right?

> >

> > evaluate selection works for me, evaluate section

> >

> > does not.

> >

> > 2) something is wrong with your changes at qcs.pro

> >

> > <http://qcs.pro>

> >

> > <http://qcs.pro> <http://qcs.pro>,

> >

> > i think. i get the message:

> > Project ERROR: A valid csound library was not found.

> >

> > i reverted to the previous qcs.pro

> >

> > <http://qcs.pro> <http://qcs.pro>

> >

> > <http://qcs.pro> and could build

> >

> > as usual. this is my command line:

> > qmake qcs.pro <http://qcs.pro> <http://qcs.pro>

> >

> > <http://qcs.pro> CONFIG+=csound6

> >

> > LIBSNDFILE_LIBRARY_DIR=/usr/______lib/x86_64-linux-g

> > nu

> >

> > CONFIG+=rtmidi

> >

> > RTMIDI_DIR=../rtmidi-2.0.1 CONFIG+=pythonqt

> > PYTHONQT_SRC_DIR=../PythonQt2.______1_Qt4.8

> > CSOUND_LIBRARY_DIR=/home/jh/______src/cs6/lib

> >

> > CSOUND_INCLUDE_DIR=/home/jh/______src/cs6/include/csound

> >

> > thanks for having a look -- and for this new

> >

> > feature!! best -

> >

> > joachim

> >

> > Am 25.08.2013 20:30, schrieb Andres Cabrera:

> > You could send instruments from the scratch

> >

> > pad but not

> >

> > from the

> >

> > main

> > documents. But I've now added support for

> >

> > that, and if

> >

> > you are

> >

> > inside an

> > instrument and do evaluate section, the whole

> >

> > instrument is sent, no

> >

> > need to manually select it.

> >

> > Cheers,

> > Andrés

> >

> >

> > On Sun, Aug 25, 2013 at 2:28 AM, Victor

> > Lazzarini

> > <Victor.Lazzarini@nuim.ie

> >

> > <mailto:Victor.Lazzarini@nuim.ie>

> >

> > <mailto:Victor.Lazzarini@nuim.__ie

> >

> > <mailto:Victor.Lazzarini@nuim.ie>>

> >

> > <mailto:Victor.Lazzarini@nuim.

> >

> > <mailto:Victor.Lazzarini@nuim.>____ie

> >

> > <mailto:Victor.Lazzarini@nuim.__ie

> >

> > <mailto:Victor.Lazzarini@nuim.ie>>>

> >

> > <mailto:Victor.Lazzarini@nuim

> >

> > <mailto:Victor.Lazzarini@nuim>.

> >

> > <mailto:Victor.Lazzarini@nuim

> >

> > <mailto:Victor.Lazzarini@nuim>.__>____ie

> >

> > <mailto:Victor.Lazzarini@nuim.

> >

> > <mailto:Victor.Lazzarini@nuim.>____ie

> >

> > <mailto:Victor.Lazzarini@nuim.__ie

> >

> > <mailto:Victor.Lazzarini@nuim.ie>>>>> wrote:

> > Is it not the case that you can do that

> >

> > already with

> >

> > csoundqt? (ie.

> >

> > select an instrument and recompile it?)

> > On 25 Aug 2013, at 10:00, joachim heintz

> >

> > wrote:

> > > the situation i have in mind is a

> >

> > seminar with

> >

> > students

> >

> > where we

> >

> > work together on a csd, and want to hear

> >

> > the changes

> >

> > without always

> >

> > stopping and starting again.

> >

> > > i think it should not be too difficult

> >

> > to write

> >

> > a udo

> >

> > which does

> >

> > this, using readfi and compilestr; i see

> >

> > if i can

> >

> > do it.

> >

> > > best -

> > >

> > > joachim

> > >

> > > Am 24.08.2013 22:40, schrieb Victor

> >

> > Lazzarini:

> > >> This is possible, but I do not see the

> >

> > advantage. The

> >

> > thing is

> >

> > that a full CSD is a bit of a waste here,

> >

> > since

> >

> > only the

> >

> > CsInstruments section

> >

> > >> is relevant; it might also be

> >

> > misleading because

> >

> > sections such

> >

> > as CsOptions and others will never be

> >

> > used. It is much

> >

> > simpler to

> >

> > >> have a plain text file with no

> >

> > annotations.

> >

> > >> Regards

> > >>

> > >> Victor

> > >> On 24 Aug 2013, at 21:28, joachim

> >

> > heintz wrote:

> > >>> thanks, yes. but shouldn't it be easy

> > >>> to

> >

> > implement

> >

> > compilecsd

> >

> > as you only have to isolate the

> >

> > <CsInstruments> ...

> >

> > </CsInstruments>

> >

> > part of the csd file?

> >

> > >>> i think it would be nice to have it

> >

> > as we

> >

> > usually work

> >

> > with csd

> >

> > files, not seperated orcs. shall i file a

> >

> > request?

> >

> > >>> best -

> > >>>

> > >>> joachim

> > >>>

> > >>> Am 24.08.2013 22:16, schrieb Victor

> >

> > Lazzarini:

> > >>>> No; but you can split the CSD into

> >

> > score and

> >

> > orchestra and

> >

> > feed the score into readscore and the

> >

> > >>>> orchestra into compilestr.

> > >>>>

> > >>>> Victor

> > >>>> On 24 Aug 2013, at 21:11, joachim

> >

> > heintz wrote:

> > >>>>> i had a look at the new opcodes

> >

> > compilestr and

> >

> > compileorc. i

> >

> > am wondering whether it is also possible to

> >

> > re-compile a

> >

> > complete csd?

> >

> > >>>>> for instance, a

> >

> > self-re-compilation of a

> >

> > csd called

> >

> > "my.csd"

> >

> > could be like this:

> > >>>>> <CsoundSynthesizer>

> > >>>>> <CsInstruments>

> > >>>>> instr 1

> > >>>>> ; any code here

> > >>>>> endin

> > >>>>> instr 2

> > >>>>> ires compilecsd "my.csd"

> > >>>>> endin

> > >>>>> </CsInstruments>

> > >>>>> <CsScore>

> > >>>>> ;empty to make csound run

> > >>>>> </CsScore>

> > >>>>> </CsoundSynthesizer>

> > >>>>>

> > >>>>> i could change the code in instr

> >

> > 1, and

> >

> > whenever

> >

> > it's done, i

> >

> > could send a real-time event to instr 2 to

> >

> > recompile this

> >

> > csd, and

> >

> > then send events to the new version of

> >

> > instr 1 etc.

> >

> > >>>>> is this already possible?

> > >>>>>

> > >>>>> thanks -

> > >>>>>

> > >>>>> joachim

> > >>>>>

> > >>>>> Send bugs reports to the

> >

> > Sourceforge bug

> >

> > trackers

> >

> > >>>>> csound6:

> > https://sourceforge.net/p/______csound/tickets/

> > <https://sourceforge.net/p/____csound/tickets/>

> >

> > <https://sourceforge.net/p/____csound/tickets/

> >

> > <https://sourceforge.net/p/__csound/tickets/>>

> >

> > <https://sourceforge.net/p/____csound/tickets/

> >

> > <https://sourceforge.net/p/__csound/tickets/>

> >

> > <https://sourceforge.net/p/__csound/tickets/

> >

> > <https://sourceforge.net/p/csound/tickets/>>>

> >

> > >>>>> csound5:

> > https://sourceforge.net/p/______csound/bugs/

> > <https://sourceforge.net/p/____csound/bugs/>

> >

> > <https://sourceforge.net/p/____csound/bugs/

> >

> > <https://sourceforge.net/p/__csound/bugs/>>

> >

> > <https://sourceforge.net/p/____csound/bugs/

> >

> > <https://sourceforge.net/p/__csound/bugs/>

> >

> > <https://sourceforge.net/p/__csound/bugs/

> >

> > <https://sourceforge.net/p/csound/bugs/>>>

> >

> > >>>>> Discussions of bugs and features

> >

> > can be

> >

> > posted here

> >

> > >>>>> To unsubscribe, send email

> >

> > sympa@lists.bath.ac.uk <mailto:sympa@lists.bath.ac.uk>

> > <mailto:sympa@lists.bath.ac.uk <mailto:sympa@lists.bath.ac.uk>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto: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

> >

> > <tel:%2B353%201%20708%203545>

> >

> > <tel:%2B353%201%20708%203545>

> > <tel:%2B353%201%20708%203545>

> >

> > <tel:%2B353%201%20708%203545>

> >

> > >>>> Victor dot Lazzarini AT nuim dot ie

> > >>>>

> > >>>>

> > >>>>

> > >>>>

> > >>>>

> > >>>> Send bugs reports to the

> >

> > Sourceforge bug

> >

> > trackers

> >

> > >>>> csound6:

> > https://sourceforge.net/p/______csound/tickets/

> > <https://sourceforge.net/p/____csound/tickets/>

> >

> > <https://sourceforge.net/p/____csound/tickets/

> >

> > <https://sourceforge.net/p/__csound/tickets/>>

> >

> > <https://sourceforge.net/p/____csound/tickets/

> >

> > <https://sourceforge.net/p/__csound/tickets/>

> >

> > <https://sourceforge.net/p/__csound/tickets/

> >

> > <https://sourceforge.net/p/csound/tickets/>>>

> >

> > >>>> csound5:

> > https://sourceforge.net/p/______csound/bugs/

> > <https://sourceforge.net/p/____csound/bugs/>

> >

> > <https://sourceforge.net/p/____csound/bugs/

> >

> > <https://sourceforge.net/p/__csound/bugs/>>

> >

> > <https://sourceforge.net/p/____csound/bugs/

> >

> > <https://sourceforge.net/p/__csound/bugs/>

> >

> > <https://sourceforge.net/p/__csound/bugs/

> >

> > <https://sourceforge.net/p/csound/bugs/>>>

> >

> > >>>> Discussions of bugs and features can

> > >>>> be

> >

> > posted here

> >

> > >>>> To unsubscribe, send email

> >

> > sympa@lists.bath.ac.uk <mailto:sympa@lists.bath.ac.uk>

> > <mailto:sympa@lists.bath.ac.uk <mailto:sympa@lists.bath.ac.uk>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>__>__> with body "unsubscribe

> > csound"

> >

> > >>> Send bugs reports to the Sourceforge

> >

> > bug trackers

> >

> > >>> csound6:

> > https://sourceforge.net/p/______csound/tickets/

> > <https://sourceforge.net/p/____csound/tickets/>

> >

> > <https://sourceforge.net/p/____csound/tickets/

> >

> > <https://sourceforge.net/p/__csound/tickets/>>

> >

> > <https://sourceforge.net/p/____csound/tickets/

> >

> > <https://sourceforge.net/p/__csound/tickets/>

> >

> > <https://sourceforge.net/p/__csound/tickets/

> >

> > <https://sourceforge.net/p/csound/tickets/>>>

> >

> > >>> csound5:

> > https://sourceforge.net/p/______csound/bugs/

> > <https://sourceforge.net/p/____csound/bugs/>

> >

> > <https://sourceforge.net/p/____csound/bugs/

> >

> > <https://sourceforge.net/p/__csound/bugs/>>

> >

> > <https://sourceforge.net/p/____csound/bugs/

> >

> > <https://sourceforge.net/p/__csound/bugs/>

> >

> > <https://sourceforge.net/p/__csound/bugs/

> >

> > <https://sourceforge.net/p/csound/bugs/>>>

> >

> > >>> Discussions of bugs and features can

> > >>> be

> >

> > posted here

> >

> > >>> To unsubscribe, send email

> >

> > sympa@lists.bath.ac.uk <mailto:sympa@lists.bath.ac.uk>

> > <mailto:sympa@lists.bath.ac.uk <mailto:sympa@lists.bath.ac.uk>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto: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

> >

> > <tel:%2B353%201%20708%203545>

> >

> > <tel:%2B353%201%20708%203545>

> > <tel:%2B353%201%20708%203545>

> >

> > <tel:%2B353%201%20708%203545>

> >

> > >> Victor dot Lazzarini AT nuim dot ie

> > >>

> > >>

> > >>

> > >>

> > >>

> > >> Send bugs reports to the Sourceforge

> >

> > bug trackers

> >

> > >> csound6:

> > https://sourceforge.net/p/______csound/tickets/

> > <https://sourceforge.net/p/____csound/tickets/>

> >

> > <https://sourceforge.net/p/____csound/tickets/

> >

> > <https://sourceforge.net/p/__csound/tickets/>>

> >

> > <https://sourceforge.net/p/____csound/tickets/

> >

> > <https://sourceforge.net/p/__csound/tickets/>

> >

> > <https://sourceforge.net/p/__csound/tickets/

> >

> > <https://sourceforge.net/p/csound/tickets/>>>

> >

> > >> csound5:

> > https://sourceforge.net/p/______csound/bugs/

> > <https://sourceforge.net/p/____csound/bugs/>

> >

> > <https://sourceforge.net/p/____csound/bugs/

> >

> > <https://sourceforge.net/p/__csound/bugs/>>

> >

> > <https://sourceforge.net/p/____csound/bugs/

> >

> > <https://sourceforge.net/p/__csound/bugs/>

> >

> > <https://sourceforge.net/p/__csound/bugs/

> >

> > <https://sourceforge.net/p/csound/bugs/>>>

> >

> > >> Discussions of bugs and features can

> >

> > be posted

> >

> > here

> >

> > >> To unsubscribe, send email

> >

> > sympa@lists.bath.ac.uk <mailto:sympa@lists.bath.ac.uk>

> > <mailto:sympa@lists.bath.ac.uk <mailto:sympa@lists.bath.ac.uk>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>__>__> with body "unsubscribe

> > csound"

> >

> > > Send bugs reports to the Sourceforge

> >

> > bug trackers

> >

> > > csound6:

> > https://sourceforge.net/p/______csound/tickets/

> > <https://sourceforge.net/p/____csound/tickets/>

> >

> > <https://sourceforge.net/p/____csound/tickets/

> >

> > <https://sourceforge.net/p/__csound/tickets/>>

> >

> > <https://sourceforge.net/p/____csound/tickets/

> >

> > <https://sourceforge.net/p/__csound/tickets/>

> >

> > <https://sourceforge.net/p/__csound/tickets/

> >

> > <https://sourceforge.net/p/csound/tickets/>>>

> >

> > > csound5:

> > https://sourceforge.net/p/______csound/bugs/

> > <https://sourceforge.net/p/____csound/bugs/>

> >

> > <https://sourceforge.net/p/____csound/bugs/

> >

> > <https://sourceforge.net/p/__csound/bugs/>>

> >

> > <https://sourceforge.net/p/____csound/bugs/

> >

> > <https://sourceforge.net/p/__csound/bugs/>

> >

> > <https://sourceforge.net/p/__csound/bugs/

> >

> > <https://sourceforge.net/p/csound/bugs/>>>

> >

> > > Discussions of bugs and features can

> >

> > be posted here

> >

> > > To unsubscribe, send email

> >

> > sympa@lists.bath.ac.uk <mailto:sympa@lists.bath.ac.uk>

> > <mailto:sympa@lists.bath.ac.uk <mailto:sympa@lists.bath.ac.uk>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto: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

> >

> > <tel:%2B353%201%20708%203545>

> >

> > <tel:%2B353%201%20708%203545>

> > <tel:%2B353%201%20708%203545>

> >

> > <tel:%2B353%201%20708%203545>

> >

> > Victor dot Lazzarini AT nuim dot ie

> >

> >

> >

> >

> >

> > Send bugs reports to the Sourceforge bug

> >

> > trackers

> >

> > csound6:

> > https://sourceforge.net/p/______csound/tickets/

> > <https://sourceforge.net/p/____csound/tickets/>

> >

> > <https://sourceforge.net/p/____csound/tickets/

> >

> > <https://sourceforge.net/p/__csound/tickets/>>

> >

> > <https://sourceforge.net/p/____csound/tickets/

> >

> > <https://sourceforge.net/p/__csound/tickets/>

> >

> > <https://sourceforge.net/p/__csound/tickets/

> >

> > <https://sourceforge.net/p/csound/tickets/>>>

> >

> > csound5:

> > https://sourceforge.net/p/______csound/bugs/

> > <https://sourceforge.net/p/____csound/bugs/>

> >

> > <https://sourceforge.net/p/____csound/bugs/

> >

> > <https://sourceforge.net/p/__csound/bugs/>>

> >

> > <https://sourceforge.net/p/____csound/bugs/

> >

> > <https://sourceforge.net/p/__csound/bugs/>

> >

> > <https://sourceforge.net/p/__csound/bugs/

> >

> > <https://sourceforge.net/p/csound/bugs/>>>

> >

> > Discussions of bugs and features can be

> >

> > posted here

> >

> > To unsubscribe, send email

> >

> > sympa@lists.bath.ac.uk <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>__>__> with body "unsubscribe

> > csound"

> >

> > Send bugs reports to the Sourceforge bug trackers

> >

> > csound6:

> > https://sourceforge.net/p/______csound/tickets/

> > <https://sourceforge.net/p/____csound/tickets/>

> >

> > <https://sourceforge.net/p/____csound/tickets/

> >

> > <https://sourceforge.net/p/__csound/tickets/>>

> >

> > <https://sourceforge.net/p/____csound/tickets/

> >

> > <https://sourceforge.net/p/__csound/tickets/>

> >

> > <https://sourceforge.net/p/__csound/tickets/

> >

> > <https://sourceforge.net/p/csound/tickets/>>>

> >

> > csound5:

> > https://sourceforge.net/p/______csound/bugs/

> > <https://sourceforge.net/p/____csound/bugs/>

> >

> > <https://sourceforge.net/p/____csound/bugs/

> >

> > <https://sourceforge.net/p/__csound/bugs/>>

> >

> > <https://sourceforge.net/p/____csound/bugs/

> >

> > <https://sourceforge.net/p/__csound/bugs/>

> >

> > <https://sourceforge.net/p/__csound/bugs/

> >

> > <https://sourceforge.net/p/csound/bugs/>>>

> >

> > Discussions of bugs and features can be posted here

> > To unsubscribe, send email sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>__> with body "unsubscribe

> > csound"

> >

> > Send bugs reports to the Sourceforge bug trackers

> >

> > csound6:

> > https://sourceforge.net/p/____csound/tickets/

> > <https://sourceforge.net/p/__csound/tickets/>

> >

> > <https://sourceforge.net/p/__csound/tickets/

> >

> > <https://sourceforge.net/p/csound/tickets/>>

> >

> > csound5:

> > https://sourceforge.net/p/____csound/bugs/

> > <https://sourceforge.net/p/__csound/bugs/>

> >

> > <https://sourceforge.net/p/__csound/bugs/

> >

> > <https://sourceforge.net/p/csound/bugs/>>

> >

> > Discussions of bugs and features can be posted here

> > To unsubscribe, send email sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__> with body "unsubscribe csound"

> >

> > Send bugs reports to the Sourceforge bug trackers

> > csound6:

> > https://sourceforge.net/p/__csound/tickets/

> > <https://sourceforge.net/p/csound/tickets/>

> > csound5:

> > https://sourceforge.net/p/__csound/bugs/

> > <https://sourceforge.net/p/csound/bugs/>

> > Discussions of bugs and features can be posted here

> > To unsubscribe, send email sympa@lists.bath.ac.uk

> > <mailto: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-08-26 11:07
FromTarmo Johannes
SubjectRe: [Csnd] re-compilation of a csd in csound6

Hi,

 

It was a small fix - now pressing Evaluate Section (Alt-Shift-E) before or after the instruments does noes not select and evaluate wrong text.

 

Up in git (csoundQt)

 

best!

tarmo

 

On Monday 26 August 2013 12:19:12 Tarmo Johannes wrote:

Hello,

 

I pulled the last sourve from git and built it. For me evaluate section when the cursor is within an instrument works perfectyl. Great! I was just thinking how good would it be to have it! Thanks!

 

Joachim, by the way I could not see your last commit about the qcs.pro and {} problem in git. Maybe there is still some synchronisations proglem? Can you open documentvie.cpp line 333 and check if you can see code

 

bool sectionStart = cursor.selectedText().simplified().startsWith("instr");

while (!sectionStart && !cursor.anchor() == 0) {

cursor.movePosition(QTextCursor::PreviousBlock);

cursor.select(QTextCursor::LineUnderCursor);

sectionStart = cursor.selectedText().simplified().startsWith("instr");

}

 

in function DocumentView::getActiveSection()?

 

I also tested, what happens, if the cursor is not in an instrument:

 

if it between two instruments - both instruments (one above and one below) get selected and recompiled. Why not.

 

If the cursor is before the first isntrument - text from the beginning of the csd until first 'endin' gets selected and evaluatetd.

If the cursor is after the last instrument - text from last 'instr' to end of the file gets selected and of course that result an parsing error.

 

I try to see if I can fix the last two problems today later.

 

best!

tarmo

 

 

 

On Monday 26 August 2013 08:33:46 joachim heintz wrote:

> hi andrés -

>

> not sure what you mean. as i wrote, the "evaluate section" command works in

> ##

> ...

> ##

> blocks, but not in

> instr

> ...

> endin

> blocks. no difference whether the file has been created now, or is

> being opened.

>

> best -

> joachim

>

> Am 26.08.2013 06:42, schrieb Andres Cabrera:

> > Hi Joachim,

> >

> > Please commit the change if you haven't. Also, can you try opening an

> > existing csd file and trying to evaluate section there?

> >

> > Cheers,

> > Andrés

> >

> >

> > On Sun, Aug 25, 2013 at 2:31 PM, joachim heintz <jh@joachimheintz.de

> >

> > <mailto:jh@joachimheintz.de>> wrote:

> > hi andrés -

> >

> > yes, sure with this. an instr ... endin block is not recognized as a

> > section for me. only ## ... ## blocks are recognized by the

> > "evaluate section" command.

> >

> > i will commit the change for qcs.pro <http://qcs.pro> as i know you

> > are fine with it.

> >

> > ciao -

> >

> > joachim

> >

> > Am 25.08.2013 23:17, schrieb Andres Cabrera:

> > Hi Joachim,

> >

> > Thanks, you are right, that's the issue.

> >

> > But I'm wondering why evaluate section is not working... Are you

> > sure

> > you are within an instrument block? And that you have the latest

> > git?

> >

> > Cheers,

> > Andrés

> >

> >

> > On Sun, Aug 25, 2013 at 2:08 PM, joachim heintz

> > <jh@joachimheintz.de <mailto:jh@joachimheintz.de>

> >

> > <mailto:jh@joachimheintz.de <mailto:jh@joachimheintz.de>>> wrote:

> > ok found the problem in qcs.pro <http://qcs.pro>

> >

> > <http://qcs.pro>. your change from

> >

> > (a) isEmpty(CSOUND_INCLUDE_DIR) to

> > (b) isEmpty(${CSOUND_INCLUDE_DIR})

> > does not work for me.

> >

> > when i change this back, and leave your other changes,

> >

> > everything is

> >

> > fine.

> >

> > best -

> >

> > joachim

> >

> > Am 25.08.2013 21:47, schrieb Andres Cabrera:

> > Hi Joachim,

> >

> >

> > I do mean "evaluate section". With "evaluate selection"

> >

> > you need to

> >

> > manually select the code you want to evaluate, but with

> >

> > the latest

> >

> > changes you should be able to be in the middle of an

> >

> > instrument

> >

> > and be

> > able to send the whole instrument with "evaluate

> >

> > section". This is

> >

> > working for me here. Can you retry? or tell me what you

> > are

> > doing that

> > isn't working?

> >

> > What I changed for qcs.pro <http://qcs.pro>

> >

> > <http://qcs.pro> <http://qcs.pro> is

> >

> > commenting out the

> >

> > instructions for building flags, some of which are

> >

> > required for

> >

> > csound6

> > builds.

> >

> > You should pass these to qmake rather than having them

> >

> > as part

> >

> > of the

> > .pro file:

> >

> > qmake CONFIG+=csound6 CONFIG+=rtmidi

> >

> > Cheers,

> > Andrés

> >

> >

> > On Sun, Aug 25, 2013 at 12:20 PM, joachim heintz

> > <jh@joachimheintz.de <mailto:jh@joachimheintz.de>

> >

> > <mailto:jh@joachimheintz.de <mailto:jh@joachimheintz.de>>

> >

> > <mailto:jh@joachimheintz.de

> >

> > <mailto:jh@joachimheintz.de> <mailto:jh@joachimheintz.de

> >

> > <mailto:jh@joachimheintz.de>>>> wrote:

> > wao -- very cool!!

> >

> > i tried it at once. it works; only two things to

> > note:

> >

> > 1) you certainly mean evaluate se*le*ction, not

> >

> > section, right?

> >

> > evaluate selection works for me, evaluate section

> >

> > does not.

> >

> > 2) something is wrong with your changes at qcs.pro

> >

> > <http://qcs.pro>

> >

> > <http://qcs.pro> <http://qcs.pro>,

> >

> > i think. i get the message:

> > Project ERROR: A valid csound library was not found.

> >

> > i reverted to the previous qcs.pro

> >

> > <http://qcs.pro> <http://qcs.pro>

> >

> > <http://qcs.pro> and could build

> >

> > as usual. this is my command line:

> > qmake qcs.pro <http://qcs.pro> <http://qcs.pro>

> >

> > <http://qcs.pro> CONFIG+=csound6

> >

> > LIBSNDFILE_LIBRARY_DIR=/usr/______lib/x86_64-linux-g

> > nu

> >

> > CONFIG+=rtmidi

> >

> > RTMIDI_DIR=../rtmidi-2.0.1 CONFIG+=pythonqt

> > PYTHONQT_SRC_DIR=../PythonQt2.______1_Qt4.8

> > CSOUND_LIBRARY_DIR=/home/jh/______src/cs6/lib

> >

> > CSOUND_INCLUDE_DIR=/home/jh/______src/cs6/include/csound

> >

> > thanks for having a look -- and for this new

> >

> > feature!! best -

> >

> > joachim

> >

> > Am 25.08.2013 20:30, schrieb Andres Cabrera:

> > You could send instruments from the scratch

> >

> > pad but not

> >

> > from the

> >

> > main

> > documents. But I've now added support for

> >

> > that, and if

> >

> > you are

> >

> > inside an

> > instrument and do evaluate section, the whole

> >

> > instrument is sent, no

> >

> > need to manually select it.

> >

> > Cheers,

> > Andrés

> >

> >

> > On Sun, Aug 25, 2013 at 2:28 AM, Victor

> > Lazzarini

> > <Victor.Lazzarini@nuim.ie

> >

> > <mailto:Victor.Lazzarini@nuim.ie>

> >

> > <mailto:Victor.Lazzarini@nuim.__ie

> >

> > <mailto:Victor.Lazzarini@nuim.ie>>

> >

> > <mailto:Victor.Lazzarini@nuim.

> >

> > <mailto:Victor.Lazzarini@nuim.>____ie

> >

> > <mailto:Victor.Lazzarini@nuim.__ie

> >

> > <mailto:Victor.Lazzarini@nuim.ie>>>

> >

> > <mailto:Victor.Lazzarini@nuim

> >

> > <mailto:Victor.Lazzarini@nuim>.

> >

> > <mailto:Victor.Lazzarini@nuim

> >

> > <mailto:Victor.Lazzarini@nuim>.__>____ie

> >

> > <mailto:Victor.Lazzarini@nuim.

> >

> > <mailto:Victor.Lazzarini@nuim.>____ie

> >

> > <mailto:Victor.Lazzarini@nuim.__ie

> >

> > <mailto:Victor.Lazzarini@nuim.ie>>>>> wrote:

> > Is it not the case that you can do that

> >

> > already with

> >

> > csoundqt? (ie.

> >

> > select an instrument and recompile it?)

> > On 25 Aug 2013, at 10:00, joachim heintz

> >

> > wrote:

> > > the situation i have in mind is a

> >

> > seminar with

> >

> > students

> >

> > where we

> >

> > work together on a csd, and want to hear

> >

> > the changes

> >

> > without always

> >

> > stopping and starting again.

> >

> > > i think it should not be too difficult

> >

> > to write

> >

> > a udo

> >

> > which does

> >

> > this, using readfi and compilestr; i see

> >

> > if i can

> >

> > do it.

> >

> > > best -

> > >

> > > joachim

> > >

> > > Am 24.08.2013 22:40, schrieb Victor

> >

> > Lazzarini:

> > >> This is possible, but I do not see the

> >

> > advantage. The

> >

> > thing is

> >

> > that a full CSD is a bit of a waste here,

> >

> > since

> >

> > only the

> >

> > CsInstruments section

> >

> > >> is relevant; it might also be

> >

> > misleading because

> >

> > sections such

> >

> > as CsOptions and others will never be

> >

> > used. It is much

> >

> > simpler to

> >

> > >> have a plain text file with no

> >

> > annotations.

> >

> > >> Regards

> > >>

> > >> Victor

> > >> On 24 Aug 2013, at 21:28, joachim

> >

> > heintz wrote:

> > >>> thanks, yes. but shouldn't it be easy

> > >>> to

> >

> > implement

> >

> > compilecsd

> >

> > as you only have to isolate the

> >

> > <CsInstruments> ...

> >

> > </CsInstruments>

> >

> > part of the csd file?

> >

> > >>> i think it would be nice to have it

> >

> > as we

> >

> > usually work

> >

> > with csd

> >

> > files, not seperated orcs. shall i file a

> >

> > request?

> >

> > >>> best -

> > >>>

> > >>> joachim

> > >>>

> > >>> Am 24.08.2013 22:16, schrieb Victor

> >

> > Lazzarini:

> > >>>> No; but you can split the CSD into

> >

> > score and

> >

> > orchestra and

> >

> > feed the score into readscore and the

> >

> > >>>> orchestra into compilestr.

> > >>>>

> > >>>> Victor

> > >>>> On 24 Aug 2013, at 21:11, joachim

> >

> > heintz wrote:

> > >>>>> i had a look at the new opcodes

> >

> > compilestr and

> >

> > compileorc. i

> >

> > am wondering whether it is also possible to

> >

> > re-compile a

> >

> > complete csd?

> >

> > >>>>> for instance, a

> >

> > self-re-compilation of a

> >

> > csd called

> >

> > "my.csd"

> >

> > could be like this:

> > >>>>> <CsoundSynthesizer>

> > >>>>> <CsInstruments>

> > >>>>> instr 1

> > >>>>> ; any code here

> > >>>>> endin

> > >>>>> instr 2

> > >>>>> ires compilecsd "my.csd"

> > >>>>> endin

> > >>>>> </CsInstruments>

> > >>>>> <CsScore>

> > >>>>> ;empty to make csound run

> > >>>>> </CsScore>

> > >>>>> </CsoundSynthesizer>

> > >>>>>

> > >>>>> i could change the code in instr

> >

> > 1, and

> >

> > whenever

> >

> > it's done, i

> >

> > could send a real-time event to instr 2 to

> >

> > recompile this

> >

> > csd, and

> >

> > then send events to the new version of

> >

> > instr 1 etc.

> >

> > >>>>> is this already possible?

> > >>>>>

> > >>>>> thanks -

> > >>>>>

> > >>>>> joachim

> > >>>>>

> > >>>>> Send bugs reports to the

> >

> > Sourceforge bug

> >

> > trackers

> >

> > >>>>> csound6:

> > https://sourceforge.net/p/______csound/tickets/

> > <https://sourceforge.net/p/____csound/tickets/>

> >

> > <https://sourceforge.net/p/____csound/tickets/

> >

> > <https://sourceforge.net/p/__csound/tickets/>>

> >

> > <https://sourceforge.net/p/____csound/tickets/

> >

> > <https://sourceforge.net/p/__csound/tickets/>

> >

> > <https://sourceforge.net/p/__csound/tickets/

> >

> > <https://sourceforge.net/p/csound/tickets/>>>

> >

> > >>>>> csound5:

> > https://sourceforge.net/p/______csound/bugs/

> > <https://sourceforge.net/p/____csound/bugs/>

> >

> > <https://sourceforge.net/p/____csound/bugs/

> >

> > <https://sourceforge.net/p/__csound/bugs/>>

> >

> > <https://sourceforge.net/p/____csound/bugs/

> >

> > <https://sourceforge.net/p/__csound/bugs/>

> >

> > <https://sourceforge.net/p/__csound/bugs/

> >

> > <https://sourceforge.net/p/csound/bugs/>>>

> >

> > >>>>> Discussions of bugs and features

> >

> > can be

> >

> > posted here

> >

> > >>>>> To unsubscribe, send email

> >

> > sympa@lists.bath.ac.uk <mailto:sympa@lists.bath.ac.uk>

> > <mailto:sympa@lists.bath.ac.uk <mailto:sympa@lists.bath.ac.uk>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto: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

> >

> > <tel:%2B353%201%20708%203545>

> >

> > <tel:%2B353%201%20708%203545>

> > <tel:%2B353%201%20708%203545>

> >

> > <tel:%2B353%201%20708%203545>

> >

> > >>>> Victor dot Lazzarini AT nuim dot ie

> > >>>>

> > >>>>

> > >>>>

> > >>>>

> > >>>>

> > >>>> Send bugs reports to the

> >

> > Sourceforge bug

> >

> > trackers

> >

> > >>>> csound6:

> > https://sourceforge.net/p/______csound/tickets/

> > <https://sourceforge.net/p/____csound/tickets/>

> >

> > <https://sourceforge.net/p/____csound/tickets/

> >

> > <https://sourceforge.net/p/__csound/tickets/>>

> >

> > <https://sourceforge.net/p/____csound/tickets/

> >

> > <https://sourceforge.net/p/__csound/tickets/>

> >

> > <https://sourceforge.net/p/__csound/tickets/

> >

> > <https://sourceforge.net/p/csound/tickets/>>>

> >

> > >>>> csound5:

> > https://sourceforge.net/p/______csound/bugs/

> > <https://sourceforge.net/p/____csound/bugs/>

> >

> > <https://sourceforge.net/p/____csound/bugs/

> >

> > <https://sourceforge.net/p/__csound/bugs/>>

> >

> > <https://sourceforge.net/p/____csound/bugs/

> >

> > <https://sourceforge.net/p/__csound/bugs/>

> >

> > <https://sourceforge.net/p/__csound/bugs/

> >

> > <https://sourceforge.net/p/csound/bugs/>>>

> >

> > >>>> Discussions of bugs and features can

> > >>>> be

> >

> > posted here

> >

> > >>>> To unsubscribe, send email

> >

> > sympa@lists.bath.ac.uk <mailto:sympa@lists.bath.ac.uk>

> > <mailto:sympa@lists.bath.ac.uk <mailto:sympa@lists.bath.ac.uk>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>__>__> with body "unsubscribe

> > csound"

> >

> > >>> Send bugs reports to the Sourceforge

> >

> > bug trackers

> >

> > >>> csound6:

> > https://sourceforge.net/p/______csound/tickets/

> > <https://sourceforge.net/p/____csound/tickets/>

> >

> > <https://sourceforge.net/p/____csound/tickets/

> >

> > <https://sourceforge.net/p/__csound/tickets/>>

> >

> > <https://sourceforge.net/p/____csound/tickets/

> >

> > <https://sourceforge.net/p/__csound/tickets/>

> >

> > <https://sourceforge.net/p/__csound/tickets/

> >

> > <https://sourceforge.net/p/csound/tickets/>>>

> >

> > >>> csound5:

> > https://sourceforge.net/p/______csound/bugs/

> > <https://sourceforge.net/p/____csound/bugs/>

> >

> > <https://sourceforge.net/p/____csound/bugs/

> >

> > <https://sourceforge.net/p/__csound/bugs/>>

> >

> > <https://sourceforge.net/p/____csound/bugs/

> >

> > <https://sourceforge.net/p/__csound/bugs/>

> >

> > <https://sourceforge.net/p/__csound/bugs/

> >

> > <https://sourceforge.net/p/csound/bugs/>>>

> >

> > >>> Discussions of bugs and features can

> > >>> be

> >

> > posted here

> >

> > >>> To unsubscribe, send email

> >

> > sympa@lists.bath.ac.uk <mailto:sympa@lists.bath.ac.uk>

> > <mailto:sympa@lists.bath.ac.uk <mailto:sympa@lists.bath.ac.uk>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto: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

> >

> > <tel:%2B353%201%20708%203545>

> >

> > <tel:%2B353%201%20708%203545>

> > <tel:%2B353%201%20708%203545>

> >

> > <tel:%2B353%201%20708%203545>

> >

> > >> Victor dot Lazzarini AT nuim dot ie

> > >>

> > >>

> > >>

> > >>

> > >>

> > >> Send bugs reports to the Sourceforge

> >

> > bug trackers

> >

> > >> csound6:

> > https://sourceforge.net/p/______csound/tickets/

> > <https://sourceforge.net/p/____csound/tickets/>

> >

> > <https://sourceforge.net/p/____csound/tickets/

> >

> > <https://sourceforge.net/p/__csound/tickets/>>

> >

> > <https://sourceforge.net/p/____csound/tickets/

> >

> > <https://sourceforge.net/p/__csound/tickets/>

> >

> > <https://sourceforge.net/p/__csound/tickets/

> >

> > <https://sourceforge.net/p/csound/tickets/>>>

> >

> > >> csound5:

> > https://sourceforge.net/p/______csound/bugs/

> > <https://sourceforge.net/p/____csound/bugs/>

> >

> > <https://sourceforge.net/p/____csound/bugs/

> >

> > <https://sourceforge.net/p/__csound/bugs/>>

> >

> > <https://sourceforge.net/p/____csound/bugs/

> >

> > <https://sourceforge.net/p/__csound/bugs/>

> >

> > <https://sourceforge.net/p/__csound/bugs/

> >

> > <https://sourceforge.net/p/csound/bugs/>>>

> >

> > >> Discussions of bugs and features can

> >

> > be posted

> >

> > here

> >

> > >> To unsubscribe, send email

> >

> > sympa@lists.bath.ac.uk <mailto:sympa@lists.bath.ac.uk>

> > <mailto:sympa@lists.bath.ac.uk <mailto:sympa@lists.bath.ac.uk>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>__>__> with body "unsubscribe

> > csound"

> >

> > > Send bugs reports to the Sourceforge

> >

> > bug trackers

> >

> > > csound6:

> > https://sourceforge.net/p/______csound/tickets/

> > <https://sourceforge.net/p/____csound/tickets/>

> >

> > <https://sourceforge.net/p/____csound/tickets/

> >

> > <https://sourceforge.net/p/__csound/tickets/>>

> >

> > <https://sourceforge.net/p/____csound/tickets/

> >

> > <https://sourceforge.net/p/__csound/tickets/>

> >

> > <https://sourceforge.net/p/__csound/tickets/

> >

> > <https://sourceforge.net/p/csound/tickets/>>>

> >

> > > csound5:

> > https://sourceforge.net/p/______csound/bugs/

> > <https://sourceforge.net/p/____csound/bugs/>

> >

> > <https://sourceforge.net/p/____csound/bugs/

> >

> > <https://sourceforge.net/p/__csound/bugs/>>

> >

> > <https://sourceforge.net/p/____csound/bugs/

> >

> > <https://sourceforge.net/p/__csound/bugs/>

> >

> > <https://sourceforge.net/p/__csound/bugs/

> >

> > <https://sourceforge.net/p/csound/bugs/>>>

> >

> > > Discussions of bugs and features can

> >

> > be posted here

> >

> > > To unsubscribe, send email

> >

> > sympa@lists.bath.ac.uk <mailto:sympa@lists.bath.ac.uk>

> > <mailto:sympa@lists.bath.ac.uk <mailto:sympa@lists.bath.ac.uk>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto: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

> >

> > <tel:%2B353%201%20708%203545>

> >

> > <tel:%2B353%201%20708%203545>

> > <tel:%2B353%201%20708%203545>

> >

> > <tel:%2B353%201%20708%203545>

> >

> > Victor dot Lazzarini AT nuim dot ie

> >

> >

> >

> >

> >

> > Send bugs reports to the Sourceforge bug

> >

> > trackers

> >

> > csound6:

> > https://sourceforge.net/p/______csound/tickets/

> > <https://sourceforge.net/p/____csound/tickets/>

> >

> > <https://sourceforge.net/p/____csound/tickets/

> >

> > <https://sourceforge.net/p/__csound/tickets/>>

> >

> > <https://sourceforge.net/p/____csound/tickets/

> >

> > <https://sourceforge.net/p/__csound/tickets/>

> >

> > <https://sourceforge.net/p/__csound/tickets/

> >

> > <https://sourceforge.net/p/csound/tickets/>>>

> >

> > csound5:

> > https://sourceforge.net/p/______csound/bugs/

> > <https://sourceforge.net/p/____csound/bugs/>

> >

> > <https://sourceforge.net/p/____csound/bugs/

> >

> > <https://sourceforge.net/p/__csound/bugs/>>

> >

> > <https://sourceforge.net/p/____csound/bugs/

> >

> > <https://sourceforge.net/p/__csound/bugs/>

> >

> > <https://sourceforge.net/p/__csound/bugs/

> >

> > <https://sourceforge.net/p/csound/bugs/>>>

> >

> > Discussions of bugs and features can be

> >

> > posted here

> >

> > To unsubscribe, send email

> >

> > sympa@lists.bath.ac.uk <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>__>__> with body "unsubscribe

> > csound"

> >

> > Send bugs reports to the Sourceforge bug trackers

> >

> > csound6:

> > https://sourceforge.net/p/______csound/tickets/

> > <https://sourceforge.net/p/____csound/tickets/>

> >

> > <https://sourceforge.net/p/____csound/tickets/

> >

> > <https://sourceforge.net/p/__csound/tickets/>>

> >

> > <https://sourceforge.net/p/____csound/tickets/

> >

> > <https://sourceforge.net/p/__csound/tickets/>

> >

> > <https://sourceforge.net/p/__csound/tickets/

> >

> > <https://sourceforge.net/p/csound/tickets/>>>

> >

> > csound5:

> > https://sourceforge.net/p/______csound/bugs/

> > <https://sourceforge.net/p/____csound/bugs/>

> >

> > <https://sourceforge.net/p/____csound/bugs/

> >

> > <https://sourceforge.net/p/__csound/bugs/>>

> >

> > <https://sourceforge.net/p/____csound/bugs/

> >

> > <https://sourceforge.net/p/__csound/bugs/>

> >

> > <https://sourceforge.net/p/__csound/bugs/

> >

> > <https://sourceforge.net/p/csound/bugs/>>>

> >

> > Discussions of bugs and features can be posted here

> > To unsubscribe, send email sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__>__> with body "unsubscribe

> > csound"

> >

> > Send bugs reports to the Sourceforge bug trackers

> >

> > csound6:

> > https://sourceforge.net/p/____csound/tickets/

> > <https://sourceforge.net/p/__csound/tickets/>

> >

> > <https://sourceforge.net/p/__csound/tickets/

> >

> > <https://sourceforge.net/p/csound/tickets/>>

> >

> > csound5:

> > https://sourceforge.net/p/____csound/bugs/

> > <https://sourceforge.net/p/__csound/bugs/>

> >

> > <https://sourceforge.net/p/__csound/bugs/

> >

> > <https://sourceforge.net/p/csound/bugs/>>

> >

> > Discussions of bugs and features can be posted here

> > To unsubscribe, send email sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>

> >

> > <mailto:sympa@lists.bath.ac.uk

> >

> > <mailto:sympa@lists.bath.ac.uk>__> with body "unsubscribe csound"

> >

> > Send bugs reports to the Sourceforge bug trackers

> > csound6:

> > https://sourceforge.net/p/__csound/tickets/

> > <https://sourceforge.net/p/csound/tickets/>

> > csound5:

> > https://sourceforge.net/p/__csound/bugs/

> > <https://sourceforge.net/p/csound/bugs/>

> > Discussions of bugs and features can be posted here

> > To unsubscribe, send email sympa@lists.bath.ac.uk

> > <mailto: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-08-26 11:20
Fromjoachim heintz
SubjectRe: [Csnd] re-compilation of a csd in csound6
hi tarmo -

yes, i see the lines in documentview.cpp. there was indeed some small 
confusion with my git (i was on no branch - don't know why), but now 
it's ok and i see it is in remote git, too.

as it is working for you, i am again wondering if it could be something 
with the german os version i use. do you use an english os, or estonian?

best -

	joachim


Am 26.08.2013 11:19, schrieb Tarmo Johannes:
> Hello,
>
> I pulled the last sourve from git and built it. For me evaluate section
> when the cursor is within an instrument works perfectyl. Great! I was
> just thinking how good would it be to have it! Thanks!
>
> Joachim, by the way I could not see your last commit about the qcs.pro
> and {} problem in git. Maybe there is still some synchronisations
> proglem? Can you open documentvie.cpp line 333 and check if you can see code
>
> boolsectionStart=cursor.selectedText().simplified().startsWith("instr");
>
> while(!sectionStart&&!cursor.anchor()==0){
>
> cursor.movePosition(QTextCursor::PreviousBlock);
>
> cursor.select(QTextCursor::LineUnderCursor);
>
> sectionStart=cursor.selectedText().simplified().startsWith("instr");
>
> }
>
> in function DocumentView::getActiveSection()?
>
> I also tested, what happens, if the cursor is not in an instrument:
>
> if it between two instruments - both instruments (one above and one
> below) get selected and recompiled. Why not.
>
> If the cursor is before the first isntrument - text from the beginning
> of the csd until first 'endin' gets selected and evaluatetd.
>
> If the cursor is after the last instrument - text from last 'instr' to
> end of the file gets selected and of course that result an parsing error.
>
> I try to see if I can fix the last two problems today later.
>
> best!
>
> tarmo
>
> On Monday 26 August 2013 08:33:46 joachim heintz wrote:
>
>  > hi andrés -
>
>  >
>
>  > not sure what you mean. as i wrote, the "evaluate section" command
> works in
>
>  > ##
>
>  > ...
>
>  > ##
>
>  > blocks, but not in
>
>  > instr
>
>  > ...
>
>  > endin
>
>  > blocks. no difference whether the file has been created now, or is
>
>  > being opened.
>
>  >
>
>  > best -
>
>  > joachim
>
>  >
>
>  > Am 26.08.2013 06:42, schrieb Andres Cabrera:
>
>  > > Hi Joachim,
>
>  > >
>
>  > > Please commit the change if you haven't. Also, can you try opening an
>
>  > > existing csd file and trying to evaluate section there?
>
>  > >
>
>  > > Cheers,
>
>  > > Andrés
>
>  > >
>
>  > >
>
>  > > On Sun, Aug 25, 2013 at 2:31 PM, joachim heintz 
>  > >
>
>  > > > wrote:
>
>  > > hi andrés -
>
>  > >
>
>  > > yes, sure with this. an instr ... endin block is not recognized as a
>
>  > > section for me. only ## ... ## blocks are recognized by the
>
>  > > "evaluate section" command.
>
>  > >
>
>  > > i will commit the change for qcs.pro  as i know you
>
>  > > are fine with it.
>
>  > >
>
>  > > ciao -
>
>  > >
>
>  > > joachim
>
>  > >
>
>  > > Am 25.08.2013 23:17, schrieb Andres Cabrera:
>
>  > > Hi Joachim,
>
>  > >
>
>  > > Thanks, you are right, that's the issue.
>
>  > >
>
>  > > But I'm wondering why evaluate section is not working... Are you
>
>  > > sure
>
>  > > you are within an instrument block? And that you have the latest
>
>  > > git?
>
>  > >
>
>  > > Cheers,
>
>  > > Andrés
>
>  > >
>
>  > >
>
>  > > On Sun, Aug 25, 2013 at 2:08 PM, joachim heintz
>
>  > > 
>
>  > >
>
>  > > >> wrote:
>
>  > > ok found the problem in qcs.pro 
>
>  > >
>
>  > > . your change from
>
>  > >
>
>  > > (a) isEmpty(CSOUND_INCLUDE_DIR) to
>
>  > > (b) isEmpty(${CSOUND_INCLUDE_DIR})
>
>  > > does not work for me.
>
>  > >
>
>  > > when i change this back, and leave your other changes,
>
>  > >
>
>  > > everything is
>
>  > >
>
>  > > fine.
>
>  > >
>
>  > > best -
>
>  > >
>
>  > > joachim
>
>  > >
>
>  > > Am 25.08.2013 21:47, schrieb Andres Cabrera:
>
>  > > Hi Joachim,
>
>  > >
>
>  > >
>
>  > > I do mean "evaluate section". With "evaluate selection"
>
>  > >
>
>  > > you need to
>
>  > >
>
>  > > manually select the code you want to evaluate, but with
>
>  > >
>
>  > > the latest
>
>  > >
>
>  > > changes you should be able to be in the middle of an
>
>  > >
>
>  > > instrument
>
>  > >
>
>  > > and be
>
>  > > able to send the whole instrument with "evaluate
>
>  > >
>
>  > > section". This is
>
>  > >
>
>  > > working for me here. Can you retry? or tell me what you
>
>  > > are
>
>  > > doing that
>
>  > > isn't working?
>
>  > >
>
>  > > What I changed for qcs.pro 
>
>  > >
>
>  > >   is
>
>  > >
>
>  > > commenting out the
>
>  > >
>
>  > > instructions for building flags, some of which are
>
>  > >
>
>  > > required for
>
>  > >
>
>  > > csound6
>
>  > > builds.
>
>  > >
>
>  > > You should pass these to qmake rather than having them
>
>  > >
>
>  > > as part
>
>  > >
>
>  > > of the
>
>  > > .pro file:
>
>  > >
>
>  > > qmake CONFIG+=csound6 CONFIG+=rtmidi
>
>  > >
>
>  > > Cheers,
>
>  > > Andrés
>
>  > >
>
>  > >
>
>  > > On Sun, Aug 25, 2013 at 12:20 PM, joachim heintz
>
>  > > 
>
>  > >
>
>  > > >
>
>  > >
>
>  > > 
>  > >
>
>  > >  
>  > >
>
>  > > >>> wrote:
>
>  > > wao -- very cool!!
>
>  > >
>
>  > > i tried it at once. it works; only two things to
>
>  > > note:
>
>  > >
>
>  > > 1) you certainly mean evaluate se*le*ction, not
>
>  > >
>
>  > > section, right?
>
>  > >
>
>  > > evaluate selection works for me, evaluate section
>
>  > >
>
>  > > does not.
>
>  > >
>
>  > > 2) something is wrong with your changes at qcs.pro
>
>  > >
>
>  > > 
>
>  > >
>
>  > >  ,
>
>  > >
>
>  > > i think. i get the message:
>
>  > > Project ERROR: A valid csound library was not found.
>
>  > >
>
>  > > i reverted to the previous qcs.pro
>
>  > >
>
>  > >  
>
>  > >
>
>  > >  and could build
>
>  > >
>
>  > > as usual. this is my command line:
>
>  > > qmake qcs.pro  
>
>  > >
>
>  > >  CONFIG+=csound6
>
>  > >
>
>  > > LIBSNDFILE_LIBRARY_DIR=/usr/______lib/x86_64-linux-g
>
>  > > nu
>
>  > >
>
>  > > CONFIG+=rtmidi
>
>  > >
>
>  > > RTMIDI_DIR=../rtmidi-2.0.1 CONFIG+=pythonqt
>
>  > > PYTHONQT_SRC_DIR=../PythonQt2.______1_Qt4.8
>
>  > > CSOUND_LIBRARY_DIR=/home/jh/______src/cs6/lib
>
>  > >
>
>  > > CSOUND_INCLUDE_DIR=/home/jh/______src/cs6/include/csound
>
>  > >
>
>  > > thanks for having a look -- and for this new
>
>  > >
>
>  > > feature!! best -
>
>  > >
>
>  > > joachim
>
>  > >
>
>  > > Am 25.08.2013 20:30, schrieb Andres Cabrera:
>
>  > > You could send instruments from the scratch
>
>  > >
>
>  > > pad but not
>
>  > >
>
>  > > from the
>
>  > >
>
>  > > main
>
>  > > documents. But I've now added support for
>
>  > >
>
>  > > that, and if
>
>  > >
>
>  > > you are
>
>  > >
>
>  > > inside an
>
>  > > instrument and do evaluate section, the whole
>
>  > >
>
>  > > instrument is sent, no
>
>  > >
>
>  > > need to manually select it.
>
>  > >
>
>  > > Cheers,
>
>  > > Andrés
>
>  > >
>
>  > >
>
>  > > On Sun, Aug 25, 2013 at 2:28 AM, Victor
>
>  > > Lazzarini
>
>  > > 
>  > >
>
>  > > 
>
>  > >
>
>  > > 
>  > >
>
>  > > >
>
>  > >
>
>  > > 
>  > >
>
>  > > ____ie
>
>  > >
>
>  > > 
>  > >
>
>  > > >>
>
>  > >
>
>  > > 
>  > >
>
>  > > .
>
>  > >
>
>  > > 
>  > >
>
>  > > .__>____ie
>
>  > >
>
>  > > 
>  > >
>
>  > > ____ie
>
>  > >
>
>  > > 
>  > >
>
>  > > >>>> wrote:
>
>  > > Is it not the case that you can do that
>
>  > >
>
>  > > already with
>
>  > >
>
>  > > csoundqt? (ie.
>
>  > >
>
>  > > select an instrument and recompile it?)
>
>  > > On 25 Aug 2013, at 10:00, joachim heintz
>
>  > >
>
>  > > wrote:
>
>  > > > the situation i have in mind is a
>
>  > >
>
>  > > seminar with
>
>  > >
>
>  > > students
>
>  > >
>
>  > > where we
>
>  > >
>
>  > > work together on a csd, and want to hear
>
>  > >
>
>  > > the changes
>
>  > >
>
>  > > without always
>
>  > >
>
>  > > stopping and starting again.
>
>  > >
>
>  > > > i think it should not be too difficult
>
>  > >
>
>  > > to write
>
>  > >
>
>  > > a udo
>
>  > >
>
>  > > which does
>
>  > >
>
>  > > this, using readfi and compilestr; i see
>
>  > >
>
>  > > if i can
>
>  > >
>
>  > > do it.
>
>  > >
>
>  > > > best -
>
>  > > >
>
>  > > > joachim
>
>  > > >
>
>  > > > Am 24.08.2013 22:40, schrieb Victor
>
>  > >
>
>  > > Lazzarini:
>
>  > > >> This is possible, but I do not see the
>
>  > >
>
>  > > advantage. The
>
>  > >
>
>  > > thing is
>
>  > >
>
>  > > that a full CSD is a bit of a waste here,
>
>  > >
>
>  > > since
>
>  > >
>
>  > > only the
>
>  > >
>
>  > > CsInstruments section
>
>  > >
>
>  > > >> is relevant; it might also be
>
>  > >
>
>  > > misleading because
>
>  > >
>
>  > > sections such
>
>  > >
>
>  > > as CsOptions and others will never be
>
>  > >
>
>  > > used. It is much
>
>  > >
>
>  > > simpler to
>
>  > >
>
>  > > >> have a plain text file with no
>
>  > >
>
>  > > annotations.
>
>  > >
>
>  > > >> Regards
>
>  > > >>
>
>  > > >> Victor
>
>  > > >> On 24 Aug 2013, at 21:28, joachim
>
>  > >
>
>  > > heintz wrote:
>
>  > > >>> thanks, yes. but shouldn't it be easy
>
>  > > >>> to
>
>  > >
>
>  > > implement
>
>  > >
>
>  > > compilecsd
>
>  > >
>
>  > > as you only have to isolate the
>
>  > >
>
>  > >  ...
>
>  > >
>
>  > > 
>
>  > >
>
>  > > part of the csd file?
>
>  > >
>
>  > > >>> i think it would be nice to have it
>
>  > >
>
>  > > as we
>
>  > >
>
>  > > usually work
>
>  > >
>
>  > > with csd
>
>  > >
>
>  > > files, not seperated orcs. shall i file a
>
>  > >
>
>  > > request?
>
>  > >
>
>  > > >>> best -
>
>  > > >>>
>
>  > > >>> joachim
>
>  > > >>>
>
>  > > >>> Am 24.08.2013 22:16, schrieb Victor
>
>  > >
>
>  > > Lazzarini:
>
>  > > >>>> No; but you can split the CSD into
>
>  > >
>
>  > > score and
>
>  > >
>
>  > > orchestra and
>
>  > >
>
>  > > feed the score into readscore and the
>
>  > >
>
>  > > >>>> orchestra into compilestr.
>
>  > > >>>>
>
>  > > >>>> Victor
>
>  > > >>>> On 24 Aug 2013, at 21:11, joachim
>
>  > >
>
>  > > heintz wrote:
>
>  > > >>>>> i had a look at the new opcodes
>
>  > >
>
>  > > compilestr and
>
>  > >
>
>  > > compileorc. i
>
>  > >
>
>  > > am wondering whether it is also possible to
>
>  > >
>
>  > > re-compile a
>
>  > >
>
>  > > complete csd?
>
>  > >
>
>  > > >>>>> for instance, a
>
>  > >
>
>  > > self-re-compilation of a
>
>  > >
>
>  > > csd called
>
>  > >
>
>  > > "my.csd"
>
>  > >
>
>  > > could be like this:
>
>  > > >>>>> 
>
>  > > >>>>> 
>
>  > > >>>>> instr 1
>
>  > > >>>>> ; any code here
>
>  > > >>>>> endin
>
>  > > >>>>> instr 2
>
>  > > >>>>> ires compilecsd "my.csd"
>
>  > > >>>>> endin
>
>  > > >>>>> 
>
>  > > >>>>> 
>
>  > > >>>>> ;empty to make csound run
>
>  > > >>>>> 
>
>  > > >>>>> 
>
>  > > >>>>>
>
>  > > >>>>> i could change the code in instr
>
>  > >
>
>  > > 1, and
>
>  > >
>
>  > > whenever
>
>  > >
>
>  > > it's done, i
>
>  > >
>
>  > > could send a real-time event to instr 2 to
>
>  > >
>
>  > > recompile this
>
>  > >
>
>  > > csd, and
>
>  > >
>
>  > > then send events to the new version of
>
>  > >
>
>  > > instr 1 etc.
>
>  > >
>
>  > > >>>>> is this already possible?
>
>  > > >>>>>
>
>  > > >>>>> thanks -
>
>  > > >>>>>
>
>  > > >>>>> joachim
>
>  > > >>>>>
>
>  > > >>>>> 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
>
>  > > >>>>
>
>  > > >>>>
>
>  > > >>>>
>
>  > > >>>>
>
>  > > >>>>
>
>  > > >>>> 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"
>
>  > >
>
>  > > >> Dr Victor Lazzarini
>
>  > > >> Senior Lecturer
>
>  > > >> Dept. of Music
>
>  > > >> NUI Maynooth Ireland
>
>  > > >> tel.: +353 1 708 3545
>
>  > >
>
>  > > 
>
>  > >
>
>  > > 
>
>  > > 
>
>  > >
>
>  > > 
>
>  > >
>
>  > > >> Victor dot Lazzarini AT nuim dot ie
>
>  > > >>
>
>  > > >>
>
>  > > >>
>
>  > > >>
>
>  > > >>
>
>  > > >> 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"
>
>  > >
>
>  > > Dr Victor Lazzarini
>
>  > > Senior Lecturer
>
>  > > Dept. of Music
>
>  > > NUI Maynooth Ireland
>
>  > > tel.: +353 1 708 3545
>
>  > >
>
>  > > 
>
>  > >
>
>  > > 
>
>  > > 
>
>  > >
>
>  > > 
>
>  > >
>
>  > > Victor dot Lazzarini AT nuim dot ie
>
>  > >
>
>  > >
>
>  > >
>
>  > >
>
>  > >
>
>  > > 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"
>
>  > >
>
>  > > 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-08-26 11:34
FromTarmo Johannes
SubjectRe: [Csnd] re-compilation of a csd in csound6
Hi,

yes, my system language is English and also I use CsoundQt in English. Could 
you send me your csd to test?

tarmo

On Monday 26 August 2013 12:20:38 joachim heintz wrote:
> hi tarmo -
> 
> yes, i see the lines in documentview.cpp. there was indeed some small
> confusion with my git (i was on no branch - don't know why), but now
> it's ok and i see it is in remote git, too.
> 
> as it is working for you, i am again wondering if it could be something
> with the german os version i use. do you use an english os, or estonian?
> 
> best -
> 
> 	joachim
> 
> Am 26.08.2013 11:19, schrieb Tarmo Johannes:
> > Hello,
> > 
> > I pulled the last sourve from git and built it. For me evaluate section
> > when the cursor is within an instrument works perfectyl. Great! I was
> > just thinking how good would it be to have it! Thanks!
> > 
> > Joachim, by the way I could not see your last commit about the qcs.pro
> > and {} problem in git. Maybe there is still some synchronisations
> > proglem? Can you open documentvie.cpp line 333 and check if you can see
> > code
> > 
> > boolsectionStart=cursor.selectedText().simplified().startsWith("instr");
> > 
> > while(!sectionStart&&!cursor.anchor()==0){
> > 
> > cursor.movePosition(QTextCursor::PreviousBlock);
> > 
> > cursor.select(QTextCursor::LineUnderCursor);
> > 
> > sectionStart=cursor.selectedText().simplified().startsWith("instr");
> > 
> > }
> > 
> > in function DocumentView::getActiveSection()?
> > 
> > I also tested, what happens, if the cursor is not in an instrument:
> > 
> > if it between two instruments - both instruments (one above and one
> > below) get selected and recompiled. Why not.
> > 
> > If the cursor is before the first isntrument - text from the beginning
> > of the csd until first 'endin' gets selected and evaluatetd.
> > 
> > If the cursor is after the last instrument - text from last 'instr' to
> > end of the file gets selected and of course that result an parsing error.
> > 
> > I try to see if I can fix the last two problems today later.
> > 
> > best!
> > 
> > tarmo
> > 
> > On Monday 26 August 2013 08:33:46 joachim heintz wrote:
> >  > hi andrés -
> >  > 
> >  > 
> >  > 
> >  > not sure what you mean. as i wrote, the "evaluate section" command
> > 
> > works in
> > 
> >  > ##
> >  > 
> >  > ...
> >  > 
> >  > ##
> >  > 
> >  > blocks, but not in
> >  > 
> >  > instr
> >  > 
> >  > ...
> >  > 
> >  > endin
> >  > 
> >  > blocks. no difference whether the file has been created now, or is
> >  > 
> >  > being opened.
> >  > 
> >  > 
> >  > 
> >  > best -
> >  > 
> >  > joachim
> >  > 
> >  > Am 26.08.2013 06:42, schrieb Andres Cabrera:
> >  > > Hi Joachim,
> >  > > 
> >  > > 
> >  > > 
> >  > > Please commit the change if you haven't. Also, can you try opening an
> >  > > 
> >  > > existing csd file and trying to evaluate section there?
> >  > > 
> >  > > 
> >  > > 
> >  > > Cheers,
> >  > > 
> >  > > Andrés
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > On Sun, Aug 25, 2013 at 2:31 PM, joachim heintz  >  > > 
> >  > > 
> >  > > 
> >  > > > wrote:
> >  > > 
> >  > > hi andrés -
> >  > > 
> >  > > 
> >  > > 
> >  > > yes, sure with this. an instr ... endin block is not recognized as a
> >  > > 
> >  > > section for me. only ## ... ## blocks are recognized by the
> >  > > 
> >  > > "evaluate section" command.
> >  > > 
> >  > > 
> >  > > 
> >  > > i will commit the change for qcs.pro  as i know you
> >  > > 
> >  > > are fine with it.
> >  > > 
> >  > > 
> >  > > 
> >  > > ciao -
> >  > > 
> >  > > 
> >  > > 
> >  > > joachim
> >  > > 
> >  > > 
> >  > > 
> >  > > Am 25.08.2013 23:17, schrieb Andres Cabrera:
> >  > > 
> >  > > Hi Joachim,
> >  > > 
> >  > > 
> >  > > 
> >  > > Thanks, you are right, that's the issue.
> >  > > 
> >  > > 
> >  > > 
> >  > > But I'm wondering why evaluate section is not working... Are you
> >  > > 
> >  > > sure
> >  > > 
> >  > > you are within an instrument block? And that you have the latest
> >  > > 
> >  > > git?
> >  > > 
> >  > > 
> >  > > 
> >  > > Cheers,
> >  > > 
> >  > > Andrés
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > On Sun, Aug 25, 2013 at 2:08 PM, joachim heintz
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > >> wrote:
> >  > > 
> >  > > ok found the problem in qcs.pro 
> >  > > 
> >  > > 
> >  > > 
> >  > > . your change from
> >  > > 
> >  > > 
> >  > > 
> >  > > (a) isEmpty(CSOUND_INCLUDE_DIR) to
> >  > > 
> >  > > (b) isEmpty(${CSOUND_INCLUDE_DIR})
> >  > > 
> >  > > does not work for me.
> >  > > 
> >  > > 
> >  > > 
> >  > > when i change this back, and leave your other changes,
> >  > > 
> >  > > 
> >  > > 
> >  > > everything is
> >  > > 
> >  > > 
> >  > > 
> >  > > fine.
> >  > > 
> >  > > 
> >  > > 
> >  > > best -
> >  > > 
> >  > > 
> >  > > 
> >  > > joachim
> >  > > 
> >  > > 
> >  > > 
> >  > > Am 25.08.2013 21:47, schrieb Andres Cabrera:
> >  > > 
> >  > > Hi Joachim,
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > I do mean "evaluate section". With "evaluate selection"
> >  > > 
> >  > > 
> >  > > 
> >  > > you need to
> >  > > 
> >  > > 
> >  > > 
> >  > > manually select the code you want to evaluate, but with
> >  > > 
> >  > > 
> >  > > 
> >  > > the latest
> >  > > 
> >  > > 
> >  > > 
> >  > > changes you should be able to be in the middle of an
> >  > > 
> >  > > 
> >  > > 
> >  > > instrument
> >  > > 
> >  > > 
> >  > > 
> >  > > and be
> >  > > 
> >  > > able to send the whole instrument with "evaluate
> >  > > 
> >  > > 
> >  > > 
> >  > > section". This is
> >  > > 
> >  > > 
> >  > > 
> >  > > working for me here. Can you retry? or tell me what you
> >  > > 
> >  > > are
> >  > > 
> >  > > doing that
> >  > > 
> >  > > isn't working?
> >  > > 
> >  > > 
> >  > > 
> >  > > What I changed for qcs.pro 
> >  > > 
> >  > > 
> >  > > 
> >  > >   is
> >  > > 
> >  > > 
> >  > > 
> >  > > commenting out the
> >  > > 
> >  > > 
> >  > > 
> >  > > instructions for building flags, some of which are
> >  > > 
> >  > > 
> >  > > 
> >  > > required for
> >  > > 
> >  > > 
> >  > > 
> >  > > csound6
> >  > > 
> >  > > builds.
> >  > > 
> >  > > 
> >  > > 
> >  > > You should pass these to qmake rather than having them
> >  > > 
> >  > > 
> >  > > 
> >  > > as part
> >  > > 
> >  > > 
> >  > > 
> >  > > of the
> >  > > 
> >  > > .pro file:
> >  > > 
> >  > > 
> >  > > 
> >  > > qmake CONFIG+=csound6 CONFIG+=rtmidi
> >  > > 
> >  > > 
> >  > > 
> >  > > Cheers,
> >  > > 
> >  > > Andrés
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > On Sun, Aug 25, 2013 at 12:20 PM, joachim heintz
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > >
> >  > > 
> >  > > 
> >  > > 
> >  > >  >  > > 
> >  > > 
> >  > > 
> >  > >   >  > > 
> >  > > 
> >  > > 
> >  > > >>> wrote:
> >  > > 
> >  > > wao -- very cool!!
> >  > > 
> >  > > 
> >  > > 
> >  > > i tried it at once. it works; only two things to
> >  > > 
> >  > > note:
> >  > > 
> >  > > 
> >  > > 
> >  > > 1) you certainly mean evaluate se*le*ction, not
> >  > > 
> >  > > 
> >  > > 
> >  > > section, right?
> >  > > 
> >  > > 
> >  > > 
> >  > > evaluate selection works for me, evaluate section
> >  > > 
> >  > > 
> >  > > 
> >  > > does not.
> >  > > 
> >  > > 
> >  > > 
> >  > > 2) something is wrong with your changes at qcs.pro
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > >  ,
> >  > > 
> >  > > 
> >  > > 
> >  > > i think. i get the message:
> >  > > 
> >  > > Project ERROR: A valid csound library was not found.
> >  > > 
> >  > > 
> >  > > 
> >  > > i reverted to the previous qcs.pro
> >  > > 
> >  > > 
> >  > > 
> >  > >  
> >  > > 
> >  > > 
> >  > > 
> >  > >  and could build
> >  > > 
> >  > > 
> >  > > 
> >  > > as usual. this is my command line:
> >  > > 
> >  > > qmake qcs.pro  
> >  > > 
> >  > > 
> >  > > 
> >  > >  CONFIG+=csound6
> >  > > 
> >  > > 
> >  > > 
> >  > > LIBSNDFILE_LIBRARY_DIR=/usr/______lib/x86_64-linux-g
> >  > > 
> >  > > nu
> >  > > 
> >  > > 
> >  > > 
> >  > > CONFIG+=rtmidi
> >  > > 
> >  > > 
> >  > > 
> >  > > RTMIDI_DIR=../rtmidi-2.0.1 CONFIG+=pythonqt
> >  > > 
> >  > > PYTHONQT_SRC_DIR=../PythonQt2.______1_Qt4.8
> >  > > 
> >  > > CSOUND_LIBRARY_DIR=/home/jh/______src/cs6/lib
> >  > > 
> >  > > 
> >  > > 
> >  > > CSOUND_INCLUDE_DIR=/home/jh/______src/cs6/include/csound
> >  > > 
> >  > > 
> >  > > 
> >  > > thanks for having a look -- and for this new
> >  > > 
> >  > > 
> >  > > 
> >  > > feature!! best -
> >  > > 
> >  > > 
> >  > > 
> >  > > joachim
> >  > > 
> >  > > 
> >  > > 
> >  > > Am 25.08.2013 20:30, schrieb Andres Cabrera:
> >  > > 
> >  > > You could send instruments from the scratch
> >  > > 
> >  > > 
> >  > > 
> >  > > pad but not
> >  > > 
> >  > > 
> >  > > 
> >  > > from the
> >  > > 
> >  > > 
> >  > > 
> >  > > main
> >  > > 
> >  > > documents. But I've now added support for
> >  > > 
> >  > > 
> >  > > 
> >  > > that, and if
> >  > > 
> >  > > 
> >  > > 
> >  > > you are
> >  > > 
> >  > > 
> >  > > 
> >  > > inside an
> >  > > 
> >  > > instrument and do evaluate section, the whole
> >  > > 
> >  > > 
> >  > > 
> >  > > instrument is sent, no
> >  > > 
> >  > > 
> >  > > 
> >  > > need to manually select it.
> >  > > 
> >  > > 
> >  > > 
> >  > > Cheers,
> >  > > 
> >  > > Andrés
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > On Sun, Aug 25, 2013 at 2:28 AM, Victor
> >  > > 
> >  > > Lazzarini
> >  > > 
> >  > >  >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > >  >  > > 
> >  > > 
> >  > > 
> >  > > >
> >  > > 
> >  > > 
> >  > > 
> >  > >  >  > > 
> >  > > 
> >  > > 
> >  > > ____ie
> >  > > 
> >  > > 
> >  > > 
> >  > >  >  > > 
> >  > > 
> >  > > 
> >  > > >>
> >  > > 
> >  > > 
> >  > > 
> >  > >  >  > > 
> >  > > 
> >  > > 
> >  > > .
> >  > > 
> >  > > 
> >  > > 
> >  > >  >  > > 
> >  > > 
> >  > > 
> >  > > .__>____ie
> >  > > 
> >  > > 
> >  > > 
> >  > >  >  > > 
> >  > > 
> >  > > 
> >  > > ____ie
> >  > > 
> >  > > 
> >  > > 
> >  > >  >  > > 
> >  > > 
> >  > > 
> >  > > >>>> wrote:
> >  > > 
> >  > > Is it not the case that you can do that
> >  > > 
> >  > > 
> >  > > 
> >  > > already with
> >  > > 
> >  > > 
> >  > > 
> >  > > csoundqt? (ie.
> >  > > 
> >  > > 
> >  > > 
> >  > > select an instrument and recompile it?)
> >  > > 
> >  > > On 25 Aug 2013, at 10:00, joachim heintz
> >  > > 
> >  > > wrote:
> >  > > > the situation i have in mind is a
> >  > > 
> >  > > seminar with
> >  > > 
> >  > > 
> >  > > 
> >  > > students
> >  > > 
> >  > > 
> >  > > 
> >  > > where we
> >  > > 
> >  > > 
> >  > > 
> >  > > work together on a csd, and want to hear
> >  > > 
> >  > > 
> >  > > 
> >  > > the changes
> >  > > 
> >  > > 
> >  > > 
> >  > > without always
> >  > > 
> >  > > 
> >  > > 
> >  > > stopping and starting again.
> >  > > 
> >  > > > i think it should not be too difficult
> >  > > 
> >  > > to write
> >  > > 
> >  > > 
> >  > > 
> >  > > a udo
> >  > > 
> >  > > 
> >  > > 
> >  > > which does
> >  > > 
> >  > > 
> >  > > 
> >  > > this, using readfi and compilestr; i see
> >  > > 
> >  > > 
> >  > > 
> >  > > if i can
> >  > > 
> >  > > 
> >  > > 
> >  > > do it.
> >  > > 
> >  > > > best -
> >  > > > 
> >  > > > 
> >  > > > 
> >  > > > joachim
> >  > > > 
> >  > > > 
> >  > > > 
> >  > > > Am 24.08.2013 22:40, schrieb Victor
> >  > > 
> >  > > Lazzarini:
> >  > > >> This is possible, but I do not see the
> >  > > 
> >  > > advantage. The
> >  > > 
> >  > > 
> >  > > 
> >  > > thing is
> >  > > 
> >  > > 
> >  > > 
> >  > > that a full CSD is a bit of a waste here,
> >  > > 
> >  > > 
> >  > > 
> >  > > since
> >  > > 
> >  > > 
> >  > > 
> >  > > only the
> >  > > 
> >  > > 
> >  > > 
> >  > > CsInstruments section
> >  > > 
> >  > > >> is relevant; it might also be
> >  > > 
> >  > > misleading because
> >  > > 
> >  > > 
> >  > > 
> >  > > sections such
> >  > > 
> >  > > 
> >  > > 
> >  > > as CsOptions and others will never be
> >  > > 
> >  > > 
> >  > > 
> >  > > used. It is much
> >  > > 
> >  > > 
> >  > > 
> >  > > simpler to
> >  > > 
> >  > > >> have a plain text file with no
> >  > > 
> >  > > annotations.
> >  > > 
> >  > > >> Regards
> >  > > >> 
> >  > > >> 
> >  > > >> 
> >  > > >> Victor
> >  > > >> 
> >  > > >> On 24 Aug 2013, at 21:28, joachim
> >  > > 
> >  > > heintz wrote:
> >  > > >>> thanks, yes. but shouldn't it be easy
> >  > > >>> 
> >  > > >>> to
> >  > > 
> >  > > implement
> >  > > 
> >  > > 
> >  > > 
> >  > > compilecsd
> >  > > 
> >  > > 
> >  > > 
> >  > > as you only have to isolate the
> >  > > 
> >  > > 
> >  > > 
> >  > >  ...
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > part of the csd file?
> >  > > 
> >  > > >>> i think it would be nice to have it
> >  > > 
> >  > > as we
> >  > > 
> >  > > 
> >  > > 
> >  > > usually work
> >  > > 
> >  > > 
> >  > > 
> >  > > with csd
> >  > > 
> >  > > 
> >  > > 
> >  > > files, not seperated orcs. shall i file a
> >  > > 
> >  > > 
> >  > > 
> >  > > request?
> >  > > 
> >  > > >>> best -
> >  > > >>> 
> >  > > >>> 
> >  > > >>> 
> >  > > >>> joachim
> >  > > >>> 
> >  > > >>> 
> >  > > >>> 
> >  > > >>> Am 24.08.2013 22:16, schrieb Victor
> >  > > 
> >  > > Lazzarini:
> >  > > >>>> No; but you can split the CSD into
> >  > > 
> >  > > score and
> >  > > 
> >  > > 
> >  > > 
> >  > > orchestra and
> >  > > 
> >  > > 
> >  > > 
> >  > > feed the score into readscore and the
> >  > > 
> >  > > >>>> orchestra into compilestr.
> >  > > >>>> 
> >  > > >>>> 
> >  > > >>>> 
> >  > > >>>> Victor
> >  > > >>>> 
> >  > > >>>> On 24 Aug 2013, at 21:11, joachim
> >  > > 
> >  > > heintz wrote:
> >  > > >>>>> i had a look at the new opcodes
> >  > > 
> >  > > compilestr and
> >  > > 
> >  > > 
> >  > > 
> >  > > compileorc. i
> >  > > 
> >  > > 
> >  > > 
> >  > > am wondering whether it is also possible to
> >  > > 
> >  > > 
> >  > > 
> >  > > re-compile a
> >  > > 
> >  > > 
> >  > > 
> >  > > complete csd?
> >  > > 
> >  > > >>>>> for instance, a
> >  > > 
> >  > > self-re-compilation of a
> >  > > 
> >  > > 
> >  > > 
> >  > > csd called
> >  > > 
> >  > > 
> >  > > 
> >  > > "my.csd"
> >  > > 
> >  > > could be like this:
> >  > > >>>>> 
> >  > > >>>>> 
> >  > > >>>>> 
> >  > > >>>>> 
> >  > > >>>>> instr 1
> >  > > >>>>> 
> >  > > >>>>> ; any code here
> >  > > >>>>> 
> >  > > >>>>> endin
> >  > > >>>>> 
> >  > > >>>>> instr 2
> >  > > >>>>> 
> >  > > >>>>> ires compilecsd "my.csd"
> >  > > >>>>> 
> >  > > >>>>> endin
> >  > > >>>>> 
> >  > > >>>>> 
> >  > > >>>>> 
> >  > > >>>>> 
> >  > > >>>>> 
> >  > > >>>>> ;empty to make csound run
> >  > > >>>>> 
> >  > > >>>>> 
> >  > > >>>>> 
> >  > > >>>>> 
> >  > > >>>>> 
> >  > > >>>>> 
> >  > > >>>>> 
> >  > > >>>>> i could change the code in instr
> >  > > 
> >  > > 1, and
> >  > > 
> >  > > 
> >  > > 
> >  > > whenever
> >  > > 
> >  > > 
> >  > > 
> >  > > it's done, i
> >  > > 
> >  > > 
> >  > > 
> >  > > could send a real-time event to instr 2 to
> >  > > 
> >  > > 
> >  > > 
> >  > > recompile this
> >  > > 
> >  > > 
> >  > > 
> >  > > csd, and
> >  > > 
> >  > > 
> >  > > 
> >  > > then send events to the new version of
> >  > > 
> >  > > 
> >  > > 
> >  > > instr 1 etc.
> >  > > 
> >  > > >>>>> is this already possible?
> >  > > >>>>> 
> >  > > >>>>> 
> >  > > >>>>> 
> >  > > >>>>> thanks -
> >  > > >>>>> 
> >  > > >>>>> 
> >  > > >>>>> 
> >  > > >>>>> joachim
> >  > > >>>>> 
> >  > > >>>>> 
> >  > > >>>>> 
> >  > > >>>>> 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
> >  > > >>>> 
> >  > > >>>> 
> >  > > >>>> 
> >  > > >>>> 
> >  > > >>>> 
> >  > > >>>> 
> >  > > >>>> 
> >  > > >>>> 
> >  > > >>>> 
> >  > > >>>> 
> >  > > >>>> 
> >  > > >>>> 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"
> >  > > 
> >  > > >> Dr Victor Lazzarini
> >  > > >> 
> >  > > >> Senior Lecturer
> >  > > >> 
> >  > > >> Dept. of Music
> >  > > >> 
> >  > > >> NUI Maynooth Ireland
> >  > > >> 
> >  > > >> tel.: +353 1 708 3545
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > >> Victor dot Lazzarini AT nuim dot ie
> >  > > >> 
> >  > > >> 
> >  > > >> 
> >  > > >> 
> >  > > >> 
> >  > > >> 
> >  > > >> 
> >  > > >> 
> >  > > >> 
> >  > > >> 
> >  > > >> 
> >  > > >> 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"
> >  > > 
> >  > > 
> >  > > 
> >  > > Dr Victor Lazzarini
> >  > > 
> >  > > Senior Lecturer
> >  > > 
> >  > > Dept. of Music
> >  > > 
> >  > > NUI Maynooth Ireland
> >  > > 
> >  > > tel.: +353 1 708 3545
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > Victor dot Lazzarini AT nuim dot ie
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 
> >  > > 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"
> >  > > 
> >  > > 
> >  > > 
> >  > > 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-08-26 11:45
Fromjoachim heintz
SubjectRe: [Csnd] re-compilation of a csd in csound6
Attachmentstest.csd  
it's attached. but it is the same with any existing csd, and there is no 
difference whether i use the shortcut or select from menu.
ciao -
	j

Am 26.08.2013 12:34, schrieb Tarmo Johannes:
> Hi,
>
> yes, my system language is English and also I use CsoundQt in English. Could
> you send me your csd to test?
>
> tarmo
>
> On Monday 26 August 2013 12:20:38 joachim heintz wrote:
>> hi tarmo -
>>
>> yes, i see the lines in documentview.cpp. there was indeed some small
>> confusion with my git (i was on no branch - don't know why), but now
>> it's ok and i see it is in remote git, too.
>>
>> as it is working for you, i am again wondering if it could be something
>> with the german os version i use. do you use an english os, or estonian?
>>
>> best -
>>
>> 	joachim
>>
>> Am 26.08.2013 11:19, schrieb Tarmo Johannes:
>>> Hello,
>>>
>>> I pulled the last sourve from git and built it. For me evaluate section
>>> when the cursor is within an instrument works perfectyl. Great! I was
>>> just thinking how good would it be to have it! Thanks!
>>>
>>> Joachim, by the way I could not see your last commit about the qcs.pro
>>> and {} problem in git. Maybe there is still some synchronisations
>>> proglem? Can you open documentvie.cpp line 333 and check if you can see
>>> code
>>>
>>> boolsectionStart=cursor.selectedText().simplified().startsWith("instr");
>>>
>>> while(!sectionStart&&!cursor.anchor()==0){
>>>
>>> cursor.movePosition(QTextCursor::PreviousBlock);
>>>
>>> cursor.select(QTextCursor::LineUnderCursor);
>>>
>>> sectionStart=cursor.selectedText().simplified().startsWith("instr");
>>>
>>> }
>>>
>>> in function DocumentView::getActiveSection()?
>>>
>>> I also tested, what happens, if the cursor is not in an instrument:
>>>
>>> if it between two instruments - both instruments (one above and one
>>> below) get selected and recompiled. Why not.
>>>
>>> If the cursor is before the first isntrument - text from the beginning
>>> of the csd until first 'endin' gets selected and evaluatetd.
>>>
>>> If the cursor is after the last instrument - text from last 'instr' to
>>> end of the file gets selected and of course that result an parsing error.
>>>
>>> I try to see if I can fix the last two problems today later.
>>>
>>> best!
>>>
>>> tarmo
>>>
>>> On Monday 26 August 2013 08:33:46 joachim heintz wrote:
>>>   > hi andrés -
>>>   >
>>>   >
>>>   >
>>>   > not sure what you mean. as i wrote, the "evaluate section" command
>>>
>>> works in
>>>
>>>   > ##
>>>   >
>>>   > ...
>>>   >
>>>   > ##
>>>   >
>>>   > blocks, but not in
>>>   >
>>>   > instr
>>>   >
>>>   > ...
>>>   >
>>>   > endin
>>>   >
>>>   > blocks. no difference whether the file has been created now, or is
>>>   >
>>>   > being opened.
>>>   >
>>>   >
>>>   >
>>>   > best -
>>>   >
>>>   > joachim
>>>   >
>>>   > Am 26.08.2013 06:42, schrieb Andres Cabrera:
>>>   > > Hi Joachim,
>>>   > >
>>>   > >
>>>   > >
>>>   > > Please commit the change if you haven't. Also, can you try opening an
>>>   > >
>>>   > > existing csd file and trying to evaluate section there?
>>>   > >
>>>   > >
>>>   > >
>>>   > > Cheers,
>>>   > >
>>>   > > Andrés
>>>   > >
>>>   > >
>>>   > >
>>>   > >
>>>   > >
>>>   > > On Sun, Aug 25, 2013 at 2:31 PM, joachim heintz >>   > >
>>>   > >
>>>   > >
>>>   > > > wrote:
>>>   > >
>>>   > > hi andrés -
>>>   > >
>>>   > >
>>>   > >
>>>   > > yes, sure with this. an instr ... endin block is not recognized as a
>>>   > >
>>>   > > section for me. only ## ... ## blocks are recognized by the
>>>   > >
>>>   > > "evaluate section" command.
>>>   > >
>>>   > >
>>>   > >
>>>   > > i will commit the change for qcs.pro  as i know you
>>>   > >
>>>   > > are fine with it.
>>>   > >
>>>   > >
>>>   > >
>>>   > > ciao -
>>>   > >
>>>   > >
>>>   > >
>>>   > > joachim
>>>   > >
>>>   > >
>>>   > >
>>>   > > Am 25.08.2013 23:17, schrieb Andres Cabrera:
>>>   > >
>>>   > > Hi Joachim,
>>>   > >
>>>   > >
>>>   > >
>>>   > > Thanks, you are right, that's the issue.
>>>   > >
>>>   > >
>>>   > >
>>>   > > But I'm wondering why evaluate section is not working... Are you
>>>   > >
>>>   > > sure
>>>   > >
>>>   > > you are within an instrument block? And that you have the latest
>>>   > >
>>>   > > git?
>>>   > >
>>>   > >
>>>   > >
>>>   > > Cheers,
>>>   > >
>>>   > > Andrés
>>>   > >
>>>   > >
>>>   > >
>>>   > >
>>>   > >
>>>   > > On Sun, Aug 25, 2013 at 2:08 PM, joachim heintz
>>>   > >
>>>   > > 
>>>   > >
>>>   > >
>>>   > >
>>>   > > >> wrote:
>>>   > >
>>>   > > ok found the problem in qcs.pro 
>>>   > >
>>>   > >
>>>   > >
>>>   > > . your change from
>>>   > >
>>>   > >
>>>   > >
>>>   > > (a) isEmpty(CSOUND_INCLUDE_DIR) to
>>>   > >
>>>   > > (b) isEmpty(${CSOUND_INCLUDE_DIR})
>>>   > >
>>>   > > does not work for me.
>>>   > >
>>>   > >
>>>   > >
>>>   > > when i change this back, and leave your other changes,
>>>   > >
>>>   > >
>>>   > >
>>>   > > everything is
>>>   > >
>>>   > >
>>>   > >
>>>   > > fine.
>>>   > >
>>>   > >
>>>   > >
>>>   > > best -
>>>   > >
>>>   > >
>>>   > >
>>>   > > joachim
>>>   > >
>>>   > >
>>>   > >
>>>   > > Am 25.08.2013 21:47, schrieb Andres Cabrera:
>>>   > >
>>>   > > Hi Joachim,
>>>   > >
>>>   > >
>>>   > >
>>>   > >
>>>   > >
>>>   > > I do mean "evaluate section". With "evaluate selection"
>>>   > >
>>>   > >
>>>   > >
>>>   > > you need to
>>>   > >
>>>   > >
>>>   > >
>>>   > > manually select the code you want to evaluate, but with
>>>   > >
>>>   > >
>>>   > >
>>>   > > the latest
>>>   > >
>>>   > >
>>>   > >
>>>   > > changes you should be able to be in the middle of an
>>>   > >
>>>   > >
>>>   > >
>>>   > > instrument
>>>   > >
>>>   > >
>>>   > >
>>>   > > and be
>>>   > >
>>>   > > able to send the whole instrument with "evaluate
>>>   > >
>>>   > >
>>>   > >
>>>   > > section". This is
>>>   > >
>>>   > >
>>>   > >
>>>   > > working for me here. Can you retry? or tell me what you
>>>   > >
>>>   > > are
>>>   > >
>>>   > > doing that
>>>   > >
>>>   > > isn't working?
>>>   > >
>>>   > >
>>>   > >
>>>   > > What I changed for qcs.pro 
>>>   > >
>>>   > >
>>>   > >
>>>   > >   is
>>>   > >
>>>   > >
>>>   > >
>>>   > > commenting out the
>>>   > >
>>>   > >
>>>   > >
>>>   > > instructions for building flags, some of which are
>>>   > >
>>>   > >
>>>   > >
>>>   > > required for
>>>   > >
>>>   > >
>>>   > >
>>>   > > csound6
>>>   > >
>>>   > > builds.
>>>   > >
>>>   > >
>>>   > >
>>>   > > You should pass these to qmake rather than having them
>>>   > >
>>>   > >
>>>   > >
>>>   > > as part
>>>   > >
>>>   > >
>>>   > >
>>>   > > of the
>>>   > >
>>>   > > .pro file:
>>>   > >
>>>   > >
>>>   > >
>>>   > > qmake CONFIG+=csound6 CONFIG+=rtmidi
>>>   > >
>>>   > >
>>>   > >
>>>   > > Cheers,
>>>   > >
>>>   > > Andrés
>>>   > >
>>>   > >
>>>   > >
>>>   > >
>>>   > >
>>>   > > On Sun, Aug 25, 2013 at 12:20 PM, joachim heintz
>>>   > >
>>>   > > 
>>>   > >
>>>   > >
>>>   > >
>>>   > > >
>>>   > >
>>>   > >
>>>   > >
>>>   > > >>   > >
>>>   > >
>>>   > >
>>>   > >  >>   > >
>>>   > >
>>>   > >
>>>   > > >>> wrote:
>>>   > >
>>>   > > wao -- very cool!!
>>>   > >
>>>   > >
>>>   > >
>>>   > > i tried it at once. it works; only two things to
>>>   > >
>>>   > > note:
>>>   > >
>>>   > >
>>>   > >
>>>   > > 1) you certainly mean evaluate se*le*ction, not
>>>   > >
>>>   > >
>>>   > >
>>>   > > section, right?
>>>   > >
>>>   > >
>>>   > >
>>>   > > evaluate selection works for me, evaluate section
>>>   > >
>>>   > >
>>>   > >
>>>   > > does not.
>>>   > >
>>>   > >
>>>   > >
>>>   > > 2) something is wrong with your changes at qcs.pro
>>>   > >
>>>   > >
>>>   > >
>>>   > > 
>>>   > >
>>>   > >
>>>   > >
>>>   > >  ,
>>>   > >
>>>   > >
>>>   > >
>>>   > > i think. i get the message:
>>>   > >
>>>   > > Project ERROR: A valid csound library was not found.
>>>   > >
>>>   > >
>>>   > >
>>>   > > i reverted to the previous qcs.pro
>>>   > >
>>>   > >
>>>   > >
>>>   > >  
>>>   > >
>>>   > >
>>>   > >
>>>   > >  and could build
>>>   > >
>>>   > >
>>>   > >
>>>   > > as usual. this is my command line:
>>>   > >
>>>   > > qmake qcs.pro  
>>>   > >
>>>   > >
>>>   > >
>>>   > >  CONFIG+=csound6
>>>   > >
>>>   > >
>>>   > >
>>>   > > LIBSNDFILE_LIBRARY_DIR=/usr/______lib/x86_64-linux-g
>>>   > >
>>>   > > nu
>>>   > >
>>>   > >
>>>   > >
>>>   > > CONFIG+=rtmidi
>>>   > >
>>>   > >
>>>   > >
>>>   > > RTMIDI_DIR=../rtmidi-2.0.1 CONFIG+=pythonqt
>>>   > >
>>>   > > PYTHONQT_SRC_DIR=../PythonQt2.______1_Qt4.8
>>>   > >
>>>   > > CSOUND_LIBRARY_DIR=/home/jh/______src/cs6/lib
>>>   > >
>>>   > >
>>>   > >
>>>   > > CSOUND_INCLUDE_DIR=/home/jh/______src/cs6/include/csound
>>>   > >
>>>   > >
>>>   > >
>>>   > > thanks for having a look -- and for this new
>>>   > >
>>>   > >
>>>   > >
>>>   > > feature!! best -
>>>   > >
>>>   > >
>>>   > >
>>>   > > joachim
>>>   > >
>>>   > >
>>>   > >
>>>   > > Am 25.08.2013 20:30, schrieb Andres Cabrera:
>>>   > >
>>>   > > You could send instruments from the scratch
>>>   > >
>>>   > >
>>>   > >
>>>   > > pad but not
>>>   > >
>>>   > >
>>>   > >
>>>   > > from the
>>>   > >
>>>   > >
>>>   > >
>>>   > > main
>>>   > >
>>>   > > documents. But I've now added support for
>>>   > >
>>>   > >
>>>   > >
>>>   > > that, and if
>>>   > >
>>>   > >
>>>   > >
>>>   > > you are
>>>   > >
>>>   > >
>>>   > >
>>>   > > inside an
>>>   > >
>>>   > > instrument and do evaluate section, the whole
>>>   > >
>>>   > >
>>>   > >
>>>   > > instrument is sent, no
>>>   > >
>>>   > >
>>>   > >
>>>   > > need to manually select it.
>>>   > >
>>>   > >
>>>   > >
>>>   > > Cheers,
>>>   > >
>>>   > > Andrés
>>>   > >
>>>   > >
>>>   > >
>>>   > >
>>>   > >
>>>   > > On Sun, Aug 25, 2013 at 2:28 AM, Victor
>>>   > >
>>>   > > Lazzarini
>>>   > >
>>>   > > >>   > >
>>>   > >
>>>   > >
>>>   > > 
>>>   > >
>>>   > >
>>>   > >
>>>   > > >>   > >
>>>   > >
>>>   > >
>>>   > > >
>>>   > >
>>>   > >
>>>   > >
>>>   > > >>   > >
>>>   > >
>>>   > >
>>>   > > ____ie
>>>   > >
>>>   > >
>>>   > >
>>>   > > >>   > >
>>>   > >
>>>   > >
>>>   > > >>
>>>   > >
>>>   > >
>>>   > >
>>>   > > >>   > >
>>>   > >
>>>   > >
>>>   > > .
>>>   > >
>>>   > >
>>>   > >
>>>   > > >>   > >
>>>   > >
>>>   > >
>>>   > > .__>____ie
>>>   > >
>>>   > >
>>>   > >
>>>   > > >>   > >
>>>   > >
>>>   > >
>>>   > > ____ie
>>>   > >
>>>   > >
>>>   > >
>>>   > > >>   > >
>>>   > >
>>>   > >
>>>   > > >>>> wrote:
>>>   > >
>>>   > > Is it not the case that you can do that
>>>   > >
>>>   > >
>>>   > >
>>>   > > already with
>>>   > >
>>>   > >
>>>   > >
>>>   > > csoundqt? (ie.
>>>   > >
>>>   > >
>>>   > >
>>>   > > select an instrument and recompile it?)
>>>   > >
>>>   > > On 25 Aug 2013, at 10:00, joachim heintz
>>>   > >
>>>   > > wrote:
>>>   > > > the situation i have in mind is a
>>>   > >
>>>   > > seminar with
>>>   > >
>>>   > >
>>>   > >
>>>   > > students
>>>   > >
>>>   > >
>>>   > >
>>>   > > where we
>>>   > >
>>>   > >
>>>   > >
>>>   > > work together on a csd, and want to hear
>>>   > >
>>>   > >
>>>   > >
>>>   > > the changes
>>>   > >
>>>   > >
>>>   > >
>>>   > > without always
>>>   > >
>>>   > >
>>>   > >
>>>   > > stopping and starting again.
>>>   > >
>>>   > > > i think it should not be too difficult
>>>   > >
>>>   > > to write
>>>   > >
>>>   > >
>>>   > >
>>>   > > a udo
>>>   > >
>>>   > >
>>>   > >
>>>   > > which does
>>>   > >
>>>   > >
>>>   > >
>>>   > > this, using readfi and compilestr; i see
>>>   > >
>>>   > >
>>>   > >
>>>   > > if i can
>>>   > >
>>>   > >
>>>   > >
>>>   > > do it.
>>>   > >
>>>   > > > best -
>>>   > > >
>>>   > > >
>>>   > > >
>>>   > > > joachim
>>>   > > >
>>>   > > >
>>>   > > >
>>>   > > > Am 24.08.2013 22:40, schrieb Victor
>>>   > >
>>>   > > Lazzarini:
>>>   > > >> This is possible, but I do not see the
>>>   > >
>>>   > > advantage. The
>>>   > >
>>>   > >
>>>   > >
>>>   > > thing is
>>>   > >
>>>   > >
>>>   > >
>>>   > > that a full CSD is a bit of a waste here,
>>>   > >
>>>   > >
>>>   > >
>>>   > > since
>>>   > >
>>>   > >
>>>   > >
>>>   > > only the
>>>   > >
>>>   > >
>>>   > >
>>>   > > CsInstruments section
>>>   > >
>>>   > > >> is relevant; it might also be
>>>   > >
>>>   > > misleading because
>>>   > >
>>>   > >
>>>   > >
>>>   > > sections such
>>>   > >
>>>   > >
>>>   > >
>>>   > > as CsOptions and others will never be
>>>   > >
>>>   > >
>>>   > >
>>>   > > used. It is much
>>>   > >
>>>   > >
>>>   > >
>>>   > > simpler to
>>>   > >
>>>   > > >> have a plain text file with no
>>>   > >
>>>   > > annotations.
>>>   > >
>>>   > > >> Regards
>>>   > > >>
>>>   > > >>
>>>   > > >>
>>>   > > >> Victor
>>>   > > >>
>>>   > > >> On 24 Aug 2013, at 21:28, joachim
>>>   > >
>>>   > > heintz wrote:
>>>   > > >>> thanks, yes. but shouldn't it be easy
>>>   > > >>>
>>>   > > >>> to
>>>   > >
>>>   > > implement
>>>   > >
>>>   > >
>>>   > >
>>>   > > compilecsd
>>>   > >
>>>   > >
>>>   > >
>>>   > > as you only have to isolate the
>>>   > >
>>>   > >
>>>   > >
>>>   > >  ...
>>>   > >
>>>   > >
>>>   > >
>>>   > > 
>>>   > >
>>>   > >
>>>   > >
>>>   > > part of the csd file?
>>>   > >
>>>   > > >>> i think it would be nice to have it
>>>   > >
>>>   > > as we
>>>   > >
>>>   > >
>>>   > >
>>>   > > usually work
>>>   > >
>>>   > >
>>>   > >
>>>   > > with csd
>>>   > >
>>>   > >
>>>   > >
>>>   > > files, not seperated orcs. shall i file a
>>>   > >
>>>   > >
>>>   > >
>>>   > > request?
>>>   > >
>>>   > > >>> best -
>>>   > > >>>
>>>   > > >>>
>>>   > > >>>
>>>   > > >>> joachim
>>>   > > >>>
>>>   > > >>>
>>>   > > >>>
>>>   > > >>> Am 24.08.2013 22:16, schrieb Victor
>>>   > >
>>>   > > Lazzarini:
>>>   > > >>>> No; but you can split the CSD into
>>>   > >
>>>   > > score and
>>>   > >
>>>   > >
>>>   > >
>>>   > > orchestra and
>>>   > >
>>>   > >
>>>   > >
>>>   > > feed the score into readscore and the
>>>   > >
>>>   > > >>>> orchestra into compilestr.
>>>   > > >>>>
>>>   > > >>>>
>>>   > > >>>>
>>>   > > >>>> Victor
>>>   > > >>>>
>>>   > > >>>> On 24 Aug 2013, at 21:11, joachim
>>>   > >
>>>   > > heintz wrote:
>>>   > > >>>>> i had a look at the new opcodes
>>>   > >
>>>   > > compilestr and
>>>   > >
>>>   > >
>>>   > >
>>>   > > compileorc. i
>>>   > >
>>>   > >
>>>   > >
>>>   > > am wondering whether it is also possible to
>>>   > >
>>>   > >
>>>   > >
>>>   > > re-compile a
>>>   > >
>>>   > >
>>>   > >
>>>   > > complete csd?
>>>   > >
>>>   > > >>>>> for instance, a
>>>   > >
>>>   > > self-re-compilation of a
>>>   > >
>>>   > >
>>>   > >
>>>   > > csd called
>>>   > >
>>>   > >
>>>   > >
>>>   > > "my.csd"
>>>   > >
>>>   > > could be like this:
>>>   > > >>>>> 
>>>   > > >>>>>
>>>   > > >>>>> 
>>>   > > >>>>>
>>>   > > >>>>> instr 1
>>>   > > >>>>>
>>>   > > >>>>> ; any code here
>>>   > > >>>>>
>>>   > > >>>>> endin
>>>   > > >>>>>
>>>   > > >>>>> instr 2
>>>   > > >>>>>
>>>   > > >>>>> ires compilecsd "my.csd"
>>>   > > >>>>>
>>>   > > >>>>> endin
>>>   > > >>>>>
>>>   > > >>>>> 
>>>   > > >>>>>
>>>   > > >>>>> 
>>>   > > >>>>>
>>>   > > >>>>> ;empty to make csound run
>>>   > > >>>>>
>>>   > > >>>>> 
>>>   > > >>>>>
>>>   > > >>>>> 
>>>   > > >>>>>
>>>   > > >>>>>
>>>   > > >>>>>
>>>   > > >>>>> i could change the code in instr
>>>   > >
>>>   > > 1, and
>>>   > >
>>>   > >
>>>   > >
>>>   > > whenever
>>>   > >
>>>   > >
>>>   > >
>>>   > > it's done, i
>>>   > >
>>>   > >
>>>   > >
>>>   > > could send a real-time event to instr 2 to
>>>   > >
>>>   > >
>>>   > >
>>>   > > recompile this
>>>   > >
>>>   > >
>>>   > >
>>>   > > csd, and
>>>   > >
>>>   > >
>>>   > >
>>>   > > then send events to the new version of
>>>   > >
>>>   > >
>>>   > >
>>>   > > instr 1 etc.
>>>   > >
>>>   > > >>>>> is this already possible?
>>>   > > >>>>>
>>>   > > >>>>>
>>>   > > >>>>>
>>>   > > >>>>> thanks -
>>>   > > >>>>>
>>>   > > >>>>>
>>>   > > >>>>>
>>>   > > >>>>> joachim
>>>   > > >>>>>
>>>   > > >>>>>
>>>   > > >>>>>
>>>   > > >>>>> 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
>>>   > > >>>>
>>>   > > >>>>
>>>   > > >>>>
>>>   > > >>>>
>>>   > > >>>>
>>>   > > >>>>
>>>   > > >>>>
>>>   > > >>>>
>>>   > > >>>>
>>>   > > >>>>
>>>   > > >>>>
>>>   > > >>>> 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"
>>>   > >
>>>   > > >> Dr Victor Lazzarini
>>>   > > >>
>>>   > > >> Senior Lecturer
>>>   > > >>
>>>   > > >> Dept. of Music
>>>   > > >>
>>>   > > >> NUI Maynooth Ireland
>>>   > > >>
>>>   > > >> tel.: +353 1 708 3545
>>>   > >
>>>   > > 
>>>   > >
>>>   > >
>>>   > >
>>>   > > 
>>>   > >
>>>   > > 
>>>   > >
>>>   > >
>>>   > >
>>>   > > 
>>>   > >
>>>   > > >> Victor dot Lazzarini AT nuim dot ie
>>>   > > >>
>>>   > > >>
>>>   > > >>
>>>   > > >>
>>>   > > >>
>>>   > > >>
>>>   > > >>
>>>   > > >>
>>>   > > >>
>>>   > > >>
>>>   > > >>
>>>   > > >> 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"
>>>   > >
>>>   > >
>>>   > >
>>>   > > Dr Victor Lazzarini
>>>   > >
>>>   > > Senior Lecturer
>>>   > >
>>>   > > Dept. of Music
>>>   > >
>>>   > > NUI Maynooth Ireland
>>>   > >
>>>   > > tel.: +353 1 708 3545
>>>   > >
>>>   > >
>>>   > >
>>>   > > 
>>>   > >
>>>   > >
>>>   > >
>>>   > > 
>>>   > >
>>>   > > 
>>>   > >
>>>   > >
>>>   > >
>>>   > > 
>>>   > >
>>>   > >
>>>   > >
>>>   > > Victor dot Lazzarini AT nuim dot ie
>>>   > >
>>>   > >
>>>   > >
>>>   > >
>>>   > >
>>>   > >
>>>   > >
>>>   > >
>>>   > >
>>>   > >
>>>   > >
>>>   > > 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"
>>>   > >
>>>   > >
>>>   > >
>>>   > > 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"
>
>
> 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-08-26 12:18
FromTarmo Johannes
SubjectRe: [Csnd] re-compilation of a csd in csound6
Hi,

this csd works here as expected. Also I tried change the language of CsoundQt 
to German and it still worked fine (anyway, I don't think the language makes 
any difference- it is all in unicode in Qt anyway).

Since there was some mess with git, can you try to clone the repo again and 
rebuild?

tarmo

On Monday 26 August 2013 12:45:06 joachim heintz wrote:
> it's attached. but it is the same with any existing csd, and there is no
> difference whether i use the shortcut or select from menu.
> ciao -
> 	j
> 
> Am 26.08.2013 12:34, schrieb Tarmo Johannes:
> > Hi,
> > 
> > yes, my system language is English and also I use CsoundQt in English.
> > Could you send me your csd to test?
> > 
> > tarmo
> > 
> > On Monday 26 August 2013 12:20:38 joachim heintz wrote:
> >> hi tarmo -
> >> 
> >> yes, i see the lines in documentview.cpp. there was indeed some small
> >> confusion with my git (i was on no branch - don't know why), but now
> >> it's ok and i see it is in remote git, too.
> >> 
> >> as it is working for you, i am again wondering if it could be something
> >> with the german os version i use. do you use an english os, or estonian?
> >> 
> >> best -
> >> 
> >> 	joachim
> >> 
> >> Am 26.08.2013 11:19, schrieb Tarmo Johannes:
> >>> Hello,
> >>> 
> >>> I pulled the last sourve from git and built it. For me evaluate section
> >>> when the cursor is within an instrument works perfectyl. Great! I was
> >>> just thinking how good would it be to have it! Thanks!
> >>> 
> >>> Joachim, by the way I could not see your last commit about the qcs.pro
> >>> and {} problem in git. Maybe there is still some synchronisations
> >>> proglem? Can you open documentvie.cpp line 333 and check if you can see
> >>> code
> >>> 
> >>> boolsectionStart=cursor.selectedText().simplified().startsWith("instr");
> >>> 
> >>> while(!sectionStart&&!cursor.anchor()==0){
> >>> 
> >>> cursor.movePosition(QTextCursor::PreviousBlock);
> >>> 
> >>> cursor.select(QTextCursor::LineUnderCursor);
> >>> 
> >>> sectionStart=cursor.selectedText().simplified().startsWith("instr");
> >>> 
> >>> }
> >>> 
> >>> in function DocumentView::getActiveSection()?
> >>> 
> >>> I also tested, what happens, if the cursor is not in an instrument:
> >>> 
> >>> if it between two instruments - both instruments (one above and one
> >>> below) get selected and recompiled. Why not.
> >>> 
> >>> If the cursor is before the first isntrument - text from the beginning
> >>> of the csd until first 'endin' gets selected and evaluatetd.
> >>> 
> >>> If the cursor is after the last instrument - text from last 'instr' to
> >>> end of the file gets selected and of course that result an parsing
> >>> error.
> >>> 
> >>> I try to see if I can fix the last two problems today later.
> >>> 
> >>> best!
> >>> 
> >>> tarmo
> >>> 
> >>> On Monday 26 August 2013 08:33:46 joachim heintz wrote:
> >>>   > hi andrés -
> >>>   > 
> >>>   > 
> >>>   > 
> >>>   > not sure what you mean. as i wrote, the "evaluate section" command
> >>> 
> >>> works in
> >>> 
> >>>   > ##
> >>>   > 
> >>>   > ...
> >>>   > 
> >>>   > ##
> >>>   > 
> >>>   > blocks, but not in
> >>>   > 
> >>>   > instr
> >>>   > 
> >>>   > ...
> >>>   > 
> >>>   > endin
> >>>   > 
> >>>   > blocks. no difference whether the file has been created now, or is
> >>>   > 
> >>>   > being opened.
> >>>   > 
> >>>   > 
> >>>   > 
> >>>   > best -
> >>>   > 
> >>>   > joachim
> >>>   > 
> >>>   > Am 26.08.2013 06:42, schrieb Andres Cabrera:
> >>>   > > Hi Joachim,
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > Please commit the change if you haven't. Also, can you try opening
> >>>   > > an
> >>>   > > 
> >>>   > > existing csd file and trying to evaluate section there?
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > Cheers,
> >>>   > > 
> >>>   > > Andrés
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > On Sun, Aug 25, 2013 at 2:31 PM, joachim heintz
> >>>   > >  >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > > wrote:
> >>>   > > 
> >>>   > > hi andrés -
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > yes, sure with this. an instr ... endin block is not recognized as
> >>>   > > a
> >>>   > > 
> >>>   > > section for me. only ## ... ## blocks are recognized by the
> >>>   > > 
> >>>   > > "evaluate section" command.
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > i will commit the change for qcs.pro  as i know
> >>>   > > you
> >>>   > > 
> >>>   > > are fine with it.
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > ciao -
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > joachim
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > Am 25.08.2013 23:17, schrieb Andres Cabrera:
> >>>   > > 
> >>>   > > Hi Joachim,
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > Thanks, you are right, that's the issue.
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > But I'm wondering why evaluate section is not working... Are you
> >>>   > > 
> >>>   > > sure
> >>>   > > 
> >>>   > > you are within an instrument block? And that you have the latest
> >>>   > > 
> >>>   > > git?
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > Cheers,
> >>>   > > 
> >>>   > > Andrés
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > On Sun, Aug 25, 2013 at 2:08 PM, joachim heintz
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > >> wrote:
> >>>   > > 
> >>>   > > ok found the problem in qcs.pro 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > . your change from
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > (a) isEmpty(CSOUND_INCLUDE_DIR) to
> >>>   > > 
> >>>   > > (b) isEmpty(${CSOUND_INCLUDE_DIR})
> >>>   > > 
> >>>   > > does not work for me.
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > when i change this back, and leave your other changes,
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > everything is
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > fine.
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > best -
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > joachim
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > Am 25.08.2013 21:47, schrieb Andres Cabrera:
> >>>   > > 
> >>>   > > Hi Joachim,
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > I do mean "evaluate section". With "evaluate selection"
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > you need to
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > manually select the code you want to evaluate, but with
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > the latest
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > changes you should be able to be in the middle of an
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > instrument
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > and be
> >>>   > > 
> >>>   > > able to send the whole instrument with "evaluate
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > section". This is
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > working for me here. Can you retry? or tell me what you
> >>>   > > 
> >>>   > > are
> >>>   > > 
> >>>   > > doing that
> >>>   > > 
> >>>   > > isn't working?
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > What I changed for qcs.pro 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > >   is
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > commenting out the
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > instructions for building flags, some of which are
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > required for
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > csound6
> >>>   > > 
> >>>   > > builds.
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > You should pass these to qmake rather than having them
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > as part
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > of the
> >>>   > > 
> >>>   > > .pro file:
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > qmake CONFIG+=csound6 CONFIG+=rtmidi
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > Cheers,
> >>>   > > 
> >>>   > > Andrés
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > On Sun, Aug 25, 2013 at 12:20 PM, joachim heintz
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > >
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > >  >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > >   >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > >>> wrote:
> >>>   > > 
> >>>   > > wao -- very cool!!
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > i tried it at once. it works; only two things to
> >>>   > > 
> >>>   > > note:
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 1) you certainly mean evaluate se*le*ction, not
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > section, right?
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > evaluate selection works for me, evaluate section
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > does not.
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 2) something is wrong with your changes at qcs.pro
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > >  ,
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > i think. i get the message:
> >>>   > > 
> >>>   > > Project ERROR: A valid csound library was not found.
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > i reverted to the previous qcs.pro
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > >  
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > >  and could build
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > as usual. this is my command line:
> >>>   > > 
> >>>   > > qmake qcs.pro  
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > >  CONFIG+=csound6
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > LIBSNDFILE_LIBRARY_DIR=/usr/______lib/x86_64-linux-g
> >>>   > > 
> >>>   > > nu
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > CONFIG+=rtmidi
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > RTMIDI_DIR=../rtmidi-2.0.1 CONFIG+=pythonqt
> >>>   > > 
> >>>   > > PYTHONQT_SRC_DIR=../PythonQt2.______1_Qt4.8
> >>>   > > 
> >>>   > > CSOUND_LIBRARY_DIR=/home/jh/______src/cs6/lib
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > CSOUND_INCLUDE_DIR=/home/jh/______src/cs6/include/csound
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > thanks for having a look -- and for this new
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > feature!! best -
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > joachim
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > Am 25.08.2013 20:30, schrieb Andres Cabrera:
> >>>   > > 
> >>>   > > You could send instruments from the scratch
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > pad but not
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > from the
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > main
> >>>   > > 
> >>>   > > documents. But I've now added support for
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > that, and if
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > you are
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > inside an
> >>>   > > 
> >>>   > > instrument and do evaluate section, the whole
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > instrument is sent, no
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > need to manually select it.
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > Cheers,
> >>>   > > 
> >>>   > > Andrés
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > On Sun, Aug 25, 2013 at 2:28 AM, Victor
> >>>   > > 
> >>>   > > Lazzarini
> >>>   > > 
> >>>   > >  >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > >  >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > >
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > >  >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > ____ie
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > >  >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > >>
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > >  >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > .
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > >  >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > .__>____ie
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > >  >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > ____ie
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > >  >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > >>>> wrote:
> >>>   > > 
> >>>   > > Is it not the case that you can do that
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > already with
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > csoundqt? (ie.
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > select an instrument and recompile it?)
> >>>   > > 
> >>>   > > On 25 Aug 2013, at 10:00, joachim heintz
> >>>   > > 
> >>>   > > wrote:
> >>>   > > > the situation i have in mind is a
> >>>   > > 
> >>>   > > seminar with
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > students
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > where we
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > work together on a csd, and want to hear
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > the changes
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > without always
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > stopping and starting again.
> >>>   > > 
> >>>   > > > i think it should not be too difficult
> >>>   > > 
> >>>   > > to write
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > a udo
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > which does
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > this, using readfi and compilestr; i see
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > if i can
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > do it.
> >>>   > > 
> >>>   > > > best -
> >>>   > > > 
> >>>   > > > 
> >>>   > > > 
> >>>   > > > joachim
> >>>   > > > 
> >>>   > > > 
> >>>   > > > 
> >>>   > > > Am 24.08.2013 22:40, schrieb Victor
> >>>   > > 
> >>>   > > Lazzarini:
> >>>   > > >> This is possible, but I do not see the
> >>>   > > 
> >>>   > > advantage. The
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > thing is
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > that a full CSD is a bit of a waste here,
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > since
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > only the
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > CsInstruments section
> >>>   > > 
> >>>   > > >> is relevant; it might also be
> >>>   > > 
> >>>   > > misleading because
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > sections such
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > as CsOptions and others will never be
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > used. It is much
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > simpler to
> >>>   > > 
> >>>   > > >> have a plain text file with no
> >>>   > > 
> >>>   > > annotations.
> >>>   > > 
> >>>   > > >> Regards
> >>>   > > >> 
> >>>   > > >> 
> >>>   > > >> 
> >>>   > > >> Victor
> >>>   > > >> 
> >>>   > > >> On 24 Aug 2013, at 21:28, joachim
> >>>   > > 
> >>>   > > heintz wrote:
> >>>   > > >>> thanks, yes. but shouldn't it be easy
> >>>   > > >>> 
> >>>   > > >>> to
> >>>   > > 
> >>>   > > implement
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > compilecsd
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > as you only have to isolate the
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > >  ...
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > part of the csd file?
> >>>   > > 
> >>>   > > >>> i think it would be nice to have it
> >>>   > > 
> >>>   > > as we
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > usually work
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > with csd
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > files, not seperated orcs. shall i file a
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > request?
> >>>   > > 
> >>>   > > >>> best -
> >>>   > > >>> 
> >>>   > > >>> 
> >>>   > > >>> 
> >>>   > > >>> joachim
> >>>   > > >>> 
> >>>   > > >>> 
> >>>   > > >>> 
> >>>   > > >>> Am 24.08.2013 22:16, schrieb Victor
> >>>   > > 
> >>>   > > Lazzarini:
> >>>   > > >>>> No; but you can split the CSD into
> >>>   > > 
> >>>   > > score and
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > orchestra and
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > feed the score into readscore and the
> >>>   > > 
> >>>   > > >>>> orchestra into compilestr.
> >>>   > > >>>> 
> >>>   > > >>>> 
> >>>   > > >>>> 
> >>>   > > >>>> Victor
> >>>   > > >>>> 
> >>>   > > >>>> On 24 Aug 2013, at 21:11, joachim
> >>>   > > 
> >>>   > > heintz wrote:
> >>>   > > >>>>> i had a look at the new opcodes
> >>>   > > 
> >>>   > > compilestr and
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > compileorc. i
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > am wondering whether it is also possible to
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > re-compile a
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > complete csd?
> >>>   > > 
> >>>   > > >>>>> for instance, a
> >>>   > > 
> >>>   > > self-re-compilation of a
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > csd called
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > "my.csd"
> >>>   > > 
> >>>   > > could be like this:
> >>>   > > >>>>> 
> >>>   > > >>>>> 
> >>>   > > >>>>> 
> >>>   > > >>>>> 
> >>>   > > >>>>> instr 1
> >>>   > > >>>>> 
> >>>   > > >>>>> ; any code here
> >>>   > > >>>>> 
> >>>   > > >>>>> endin
> >>>   > > >>>>> 
> >>>   > > >>>>> instr 2
> >>>   > > >>>>> 
> >>>   > > >>>>> ires compilecsd "my.csd"
> >>>   > > >>>>> 
> >>>   > > >>>>> endin
> >>>   > > >>>>> 
> >>>   > > >>>>> 
> >>>   > > >>>>> 
> >>>   > > >>>>> 
> >>>   > > >>>>> 
> >>>   > > >>>>> ;empty to make csound run
> >>>   > > >>>>> 
> >>>   > > >>>>> 
> >>>   > > >>>>> 
> >>>   > > >>>>> 
> >>>   > > >>>>> 
> >>>   > > >>>>> 
> >>>   > > >>>>> 
> >>>   > > >>>>> i could change the code in instr
> >>>   > > 
> >>>   > > 1, and
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > whenever
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > it's done, i
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > could send a real-time event to instr 2 to
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > recompile this
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > csd, and
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > then send events to the new version of
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > instr 1 etc.
> >>>   > > 
> >>>   > > >>>>> is this already possible?
> >>>   > > >>>>> 
> >>>   > > >>>>> 
> >>>   > > >>>>> 
> >>>   > > >>>>> thanks -
> >>>   > > >>>>> 
> >>>   > > >>>>> 
> >>>   > > >>>>> 
> >>>   > > >>>>> joachim
> >>>   > > >>>>> 
> >>>   > > >>>>> 
> >>>   > > >>>>> 
> >>>   > > >>>>> 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
> >>>   > > >>>> 
> >>>   > > >>>> 
> >>>   > > >>>> 
> >>>   > > >>>> 
> >>>   > > >>>> 
> >>>   > > >>>> 
> >>>   > > >>>> 
> >>>   > > >>>> 
> >>>   > > >>>> 
> >>>   > > >>>> 
> >>>   > > >>>> 
> >>>   > > >>>> 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"
> >>>   > > 
> >>>   > > >> Dr Victor Lazzarini
> >>>   > > >> 
> >>>   > > >> Senior Lecturer
> >>>   > > >> 
> >>>   > > >> Dept. of Music
> >>>   > > >> 
> >>>   > > >> NUI Maynooth Ireland
> >>>   > > >> 
> >>>   > > >> tel.: +353 1 708 3545
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > >> Victor dot Lazzarini AT nuim dot ie
> >>>   > > >> 
> >>>   > > >> 
> >>>   > > >> 
> >>>   > > >> 
> >>>   > > >> 
> >>>   > > >> 
> >>>   > > >> 
> >>>   > > >> 
> >>>   > > >> 
> >>>   > > >> 
> >>>   > > >> 
> >>>   > > >> 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"
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > Dr Victor Lazzarini
> >>>   > > 
> >>>   > > Senior Lecturer
> >>>   > > 
> >>>   > > Dept. of Music
> >>>   > > 
> >>>   > > NUI Maynooth Ireland
> >>>   > > 
> >>>   > > tel.: +353 1 708 3545
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > Victor dot Lazzarini AT nuim dot ie
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 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"
> >>>   > > 
> >>>   > > 
> >>>   > > 
> >>>   > > 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"
> > 
> > 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-08-29 09:20
Fromjoachim heintz
SubjectRe: [Csnd] re-compilation of a csd in csound6
hi tarmo -

i could sort it out now. my git was ok, but there has been a change at 
any time how the application is being called: it is now 
CsoundQt-d-py-cs6 instead of CsoundQt-d-py. this is a good name, but as 
i always build automatically and link to a keyboard shortcut, i did not 
know, and used my old CsoundQt-d-py instead of CsoundQt-d-py-cs6.

so, the good news: console output is now ok, as is re-compilation with 
"evaluate section".

the more serious issue with some string opcodes (as discussed on the 
dev-list) persists, however. but at least one step forward.

thanks and best regards -

	joachim


Am 26.08.2013 13:18, schrieb Tarmo Johannes:
> Hi,
>
> this csd works here as expected. Also I tried change the language of CsoundQt
> to German and it still worked fine (anyway, I don't think the language makes
> any difference- it is all in unicode in Qt anyway).
>
> Since there was some mess with git, can you try to clone the repo again and
> rebuild?
>
> tarmo
>
> On Monday 26 August 2013 12:45:06 joachim heintz wrote:
>> it's attached. but it is the same with any existing csd, and there is no
>> difference whether i use the shortcut or select from menu.
>> ciao -
>> 	j
>>
>> Am 26.08.2013 12:34, schrieb Tarmo Johannes:
>>> Hi,
>>>
>>> yes, my system language is English and also I use CsoundQt in English.
>>> Could you send me your csd to test?
>>>
>>> tarmo
>>>
>>> On Monday 26 August 2013 12:20:38 joachim heintz wrote:
>>>> hi tarmo -
>>>>
>>>> yes, i see the lines in documentview.cpp. there was indeed some small
>>>> confusion with my git (i was on no branch - don't know why), but now
>>>> it's ok and i see it is in remote git, too.
>>>>
>>>> as it is working for you, i am again wondering if it could be something
>>>> with the german os version i use. do you use an english os, or estonian?
>>>>
>>>> best -
>>>>
>>>> 	joachim
>>>>
>>>> Am 26.08.2013 11:19, schrieb Tarmo Johannes:
>>>>> Hello,
>>>>>
>>>>> I pulled the last sourve from git and built it. For me evaluate section
>>>>> when the cursor is within an instrument works perfectyl. Great! I was
>>>>> just thinking how good would it be to have it! Thanks!
>>>>>
>>>>> Joachim, by the way I could not see your last commit about the qcs.pro
>>>>> and {} problem in git. Maybe there is still some synchronisations
>>>>> proglem? Can you open documentvie.cpp line 333 and check if you can see
>>>>> code
>>>>>
>>>>> boolsectionStart=cursor.selectedText().simplified().startsWith("instr");
>>>>>
>>>>> while(!sectionStart&&!cursor.anchor()==0){
>>>>>
>>>>> cursor.movePosition(QTextCursor::PreviousBlock);
>>>>>
>>>>> cursor.select(QTextCursor::LineUnderCursor);
>>>>>
>>>>> sectionStart=cursor.selectedText().simplified().startsWith("instr");
>>>>>
>>>>> }
>>>>>
>>>>> in function DocumentView::getActiveSection()?
>>>>>
>>>>> I also tested, what happens, if the cursor is not in an instrument:
>>>>>
>>>>> if it between two instruments - both instruments (one above and one
>>>>> below) get selected and recompiled. Why not.
>>>>>
>>>>> If the cursor is before the first isntrument - text from the beginning
>>>>> of the csd until first 'endin' gets selected and evaluatetd.
>>>>>
>>>>> If the cursor is after the last instrument - text from last 'instr' to
>>>>> end of the file gets selected and of course that result an parsing
>>>>> error.
>>>>>
>>>>> I try to see if I can fix the last two problems today later.
>>>>>
>>>>> best!
>>>>>
>>>>> tarmo
>>>>>
>>>>> On Monday 26 August 2013 08:33:46 joachim heintz wrote:
>>>>>    > hi andrés -
>>>>>    >
>>>>>    >
>>>>>    >
>>>>>    > not sure what you mean. as i wrote, the "evaluate section" command
>>>>>
>>>>> works in
>>>>>
>>>>>    > ##
>>>>>    >
>>>>>    > ...
>>>>>    >
>>>>>    > ##
>>>>>    >
>>>>>    > blocks, but not in
>>>>>    >
>>>>>    > instr
>>>>>    >
>>>>>    > ...
>>>>>    >
>>>>>    > endin
>>>>>    >
>>>>>    > blocks. no difference whether the file has been created now, or is
>>>>>    >
>>>>>    > being opened.
>>>>>    >
>>>>>    >
>>>>>    >
>>>>>    > best -
>>>>>    >
>>>>>    > joachim
>>>>>    >
>>>>>    > Am 26.08.2013 06:42, schrieb Andres Cabrera:
>>>>>    > > Hi Joachim,
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > Please commit the change if you haven't. Also, can you try opening
>>>>>    > > an
>>>>>    > >
>>>>>    > > existing csd file and trying to evaluate section there?
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > Cheers,
>>>>>    > >
>>>>>    > > Andrés
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > On Sun, Aug 25, 2013 at 2:31 PM, joachim heintz
>>>>>    > > >>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > > wrote:
>>>>>    > >
>>>>>    > > hi andrés -
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > yes, sure with this. an instr ... endin block is not recognized as
>>>>>    > > a
>>>>>    > >
>>>>>    > > section for me. only ## ... ## blocks are recognized by the
>>>>>    > >
>>>>>    > > "evaluate section" command.
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > i will commit the change for qcs.pro  as i know
>>>>>    > > you
>>>>>    > >
>>>>>    > > are fine with it.
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > ciao -
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > joachim
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > Am 25.08.2013 23:17, schrieb Andres Cabrera:
>>>>>    > >
>>>>>    > > Hi Joachim,
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > Thanks, you are right, that's the issue.
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > But I'm wondering why evaluate section is not working... Are you
>>>>>    > >
>>>>>    > > sure
>>>>>    > >
>>>>>    > > you are within an instrument block? And that you have the latest
>>>>>    > >
>>>>>    > > git?
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > Cheers,
>>>>>    > >
>>>>>    > > Andrés
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > On Sun, Aug 25, 2013 at 2:08 PM, joachim heintz
>>>>>    > >
>>>>>    > > 
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > >> wrote:
>>>>>    > >
>>>>>    > > ok found the problem in qcs.pro 
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > . your change from
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > (a) isEmpty(CSOUND_INCLUDE_DIR) to
>>>>>    > >
>>>>>    > > (b) isEmpty(${CSOUND_INCLUDE_DIR})
>>>>>    > >
>>>>>    > > does not work for me.
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > when i change this back, and leave your other changes,
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > everything is
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > fine.
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > best -
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > joachim
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > Am 25.08.2013 21:47, schrieb Andres Cabrera:
>>>>>    > >
>>>>>    > > Hi Joachim,
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > I do mean "evaluate section". With "evaluate selection"
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > you need to
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > manually select the code you want to evaluate, but with
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > the latest
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > changes you should be able to be in the middle of an
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > instrument
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > and be
>>>>>    > >
>>>>>    > > able to send the whole instrument with "evaluate
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > section". This is
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > working for me here. Can you retry? or tell me what you
>>>>>    > >
>>>>>    > > are
>>>>>    > >
>>>>>    > > doing that
>>>>>    > >
>>>>>    > > isn't working?
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > What I changed for qcs.pro 
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > >   is
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > commenting out the
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > instructions for building flags, some of which are
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > required for
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > csound6
>>>>>    > >
>>>>>    > > builds.
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > You should pass these to qmake rather than having them
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > as part
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > of the
>>>>>    > >
>>>>>    > > .pro file:
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > qmake CONFIG+=csound6 CONFIG+=rtmidi
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > Cheers,
>>>>>    > >
>>>>>    > > Andrés
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > On Sun, Aug 25, 2013 at 12:20 PM, joachim heintz
>>>>>    > >
>>>>>    > > 
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > >
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > >>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > >  >>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > >>> wrote:
>>>>>    > >
>>>>>    > > wao -- very cool!!
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > i tried it at once. it works; only two things to
>>>>>    > >
>>>>>    > > note:
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > 1) you certainly mean evaluate se*le*ction, not
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > section, right?
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > evaluate selection works for me, evaluate section
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > does not.
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > 2) something is wrong with your changes at qcs.pro
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > 
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > >  ,
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > i think. i get the message:
>>>>>    > >
>>>>>    > > Project ERROR: A valid csound library was not found.
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > i reverted to the previous qcs.pro
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > >  
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > >  and could build
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > as usual. this is my command line:
>>>>>    > >
>>>>>    > > qmake qcs.pro  
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > >  CONFIG+=csound6
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > LIBSNDFILE_LIBRARY_DIR=/usr/______lib/x86_64-linux-g
>>>>>    > >
>>>>>    > > nu
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > CONFIG+=rtmidi
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > RTMIDI_DIR=../rtmidi-2.0.1 CONFIG+=pythonqt
>>>>>    > >
>>>>>    > > PYTHONQT_SRC_DIR=../PythonQt2.______1_Qt4.8
>>>>>    > >
>>>>>    > > CSOUND_LIBRARY_DIR=/home/jh/______src/cs6/lib
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > CSOUND_INCLUDE_DIR=/home/jh/______src/cs6/include/csound
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > thanks for having a look -- and for this new
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > feature!! best -
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > joachim
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > Am 25.08.2013 20:30, schrieb Andres Cabrera:
>>>>>    > >
>>>>>    > > You could send instruments from the scratch
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > pad but not
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > from the
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > main
>>>>>    > >
>>>>>    > > documents. But I've now added support for
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > that, and if
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > you are
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > inside an
>>>>>    > >
>>>>>    > > instrument and do evaluate section, the whole
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > instrument is sent, no
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > need to manually select it.
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > Cheers,
>>>>>    > >
>>>>>    > > Andrés
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > On Sun, Aug 25, 2013 at 2:28 AM, Victor
>>>>>    > >
>>>>>    > > Lazzarini
>>>>>    > >
>>>>>    > > >>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > 
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > >>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > >
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > >>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > ____ie
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > >>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > >>
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > >>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > .
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > >>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > .__>____ie
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > >>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > ____ie
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > >>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > >>>> wrote:
>>>>>    > >
>>>>>    > > Is it not the case that you can do that
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > already with
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > csoundqt? (ie.
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > select an instrument and recompile it?)
>>>>>    > >
>>>>>    > > On 25 Aug 2013, at 10:00, joachim heintz
>>>>>    > >
>>>>>    > > wrote:
>>>>>    > > > the situation i have in mind is a
>>>>>    > >
>>>>>    > > seminar with
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > students
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > where we
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > work together on a csd, and want to hear
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > the changes
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > without always
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > stopping and starting again.
>>>>>    > >
>>>>>    > > > i think it should not be too difficult
>>>>>    > >
>>>>>    > > to write
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > a udo
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > which does
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > this, using readfi and compilestr; i see
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > if i can
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > do it.
>>>>>    > >
>>>>>    > > > best -
>>>>>    > > >
>>>>>    > > >
>>>>>    > > >
>>>>>    > > > joachim
>>>>>    > > >
>>>>>    > > >
>>>>>    > > >
>>>>>    > > > Am 24.08.2013 22:40, schrieb Victor
>>>>>    > >
>>>>>    > > Lazzarini:
>>>>>    > > >> This is possible, but I do not see the
>>>>>    > >
>>>>>    > > advantage. The
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > thing is
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > that a full CSD is a bit of a waste here,
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > since
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > only the
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > CsInstruments section
>>>>>    > >
>>>>>    > > >> is relevant; it might also be
>>>>>    > >
>>>>>    > > misleading because
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > sections such
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > as CsOptions and others will never be
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > used. It is much
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > simpler to
>>>>>    > >
>>>>>    > > >> have a plain text file with no
>>>>>    > >
>>>>>    > > annotations.
>>>>>    > >
>>>>>    > > >> Regards
>>>>>    > > >>
>>>>>    > > >>
>>>>>    > > >>
>>>>>    > > >> Victor
>>>>>    > > >>
>>>>>    > > >> On 24 Aug 2013, at 21:28, joachim
>>>>>    > >
>>>>>    > > heintz wrote:
>>>>>    > > >>> thanks, yes. but shouldn't it be easy
>>>>>    > > >>>
>>>>>    > > >>> to
>>>>>    > >
>>>>>    > > implement
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > compilecsd
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > as you only have to isolate the
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > >  ...
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > 
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > part of the csd file?
>>>>>    > >
>>>>>    > > >>> i think it would be nice to have it
>>>>>    > >
>>>>>    > > as we
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > usually work
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > with csd
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > files, not seperated orcs. shall i file a
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > request?
>>>>>    > >
>>>>>    > > >>> best -
>>>>>    > > >>>
>>>>>    > > >>>
>>>>>    > > >>>
>>>>>    > > >>> joachim
>>>>>    > > >>>
>>>>>    > > >>>
>>>>>    > > >>>
>>>>>    > > >>> Am 24.08.2013 22:16, schrieb Victor
>>>>>    > >
>>>>>    > > Lazzarini:
>>>>>    > > >>>> No; but you can split the CSD into
>>>>>    > >
>>>>>    > > score and
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > orchestra and
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > feed the score into readscore and the
>>>>>    > >
>>>>>    > > >>>> orchestra into compilestr.
>>>>>    > > >>>>
>>>>>    > > >>>>
>>>>>    > > >>>>
>>>>>    > > >>>> Victor
>>>>>    > > >>>>
>>>>>    > > >>>> On 24 Aug 2013, at 21:11, joachim
>>>>>    > >
>>>>>    > > heintz wrote:
>>>>>    > > >>>>> i had a look at the new opcodes
>>>>>    > >
>>>>>    > > compilestr and
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > compileorc. i
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > am wondering whether it is also possible to
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > re-compile a
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > complete csd?
>>>>>    > >
>>>>>    > > >>>>> for instance, a
>>>>>    > >
>>>>>    > > self-re-compilation of a
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > csd called
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > "my.csd"
>>>>>    > >
>>>>>    > > could be like this:
>>>>>    > > >>>>> 
>>>>>    > > >>>>>
>>>>>    > > >>>>> 
>>>>>    > > >>>>>
>>>>>    > > >>>>> instr 1
>>>>>    > > >>>>>
>>>>>    > > >>>>> ; any code here
>>>>>    > > >>>>>
>>>>>    > > >>>>> endin
>>>>>    > > >>>>>
>>>>>    > > >>>>> instr 2
>>>>>    > > >>>>>
>>>>>    > > >>>>> ires compilecsd "my.csd"
>>>>>    > > >>>>>
>>>>>    > > >>>>> endin
>>>>>    > > >>>>>
>>>>>    > > >>>>> 
>>>>>    > > >>>>>
>>>>>    > > >>>>> 
>>>>>    > > >>>>>
>>>>>    > > >>>>> ;empty to make csound run
>>>>>    > > >>>>>
>>>>>    > > >>>>> 
>>>>>    > > >>>>>
>>>>>    > > >>>>> 
>>>>>    > > >>>>>
>>>>>    > > >>>>>
>>>>>    > > >>>>>
>>>>>    > > >>>>> i could change the code in instr
>>>>>    > >
>>>>>    > > 1, and
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > whenever
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > it's done, i
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > could send a real-time event to instr 2 to
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > recompile this
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > csd, and
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > then send events to the new version of
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > instr 1 etc.
>>>>>    > >
>>>>>    > > >>>>> is this already possible?
>>>>>    > > >>>>>
>>>>>    > > >>>>>
>>>>>    > > >>>>>
>>>>>    > > >>>>> thanks -
>>>>>    > > >>>>>
>>>>>    > > >>>>>
>>>>>    > > >>>>>
>>>>>    > > >>>>> joachim
>>>>>    > > >>>>>
>>>>>    > > >>>>>
>>>>>    > > >>>>>
>>>>>    > > >>>>> 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
>>>>>    > > >>>>
>>>>>    > > >>>>
>>>>>    > > >>>>
>>>>>    > > >>>>
>>>>>    > > >>>>
>>>>>    > > >>>>
>>>>>    > > >>>>
>>>>>    > > >>>>
>>>>>    > > >>>>
>>>>>    > > >>>>
>>>>>    > > >>>>
>>>>>    > > >>>> 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"
>>>>>    > >
>>>>>    > > >> Dr Victor Lazzarini
>>>>>    > > >>
>>>>>    > > >> Senior Lecturer
>>>>>    > > >>
>>>>>    > > >> Dept. of Music
>>>>>    > > >>
>>>>>    > > >> NUI Maynooth Ireland
>>>>>    > > >>
>>>>>    > > >> tel.: +353 1 708 3545
>>>>>    > >
>>>>>    > > 
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > 
>>>>>    > >
>>>>>    > > 
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > 
>>>>>    > >
>>>>>    > > >> Victor dot Lazzarini AT nuim dot ie
>>>>>    > > >>
>>>>>    > > >>
>>>>>    > > >>
>>>>>    > > >>
>>>>>    > > >>
>>>>>    > > >>
>>>>>    > > >>
>>>>>    > > >>
>>>>>    > > >>
>>>>>    > > >>
>>>>>    > > >>
>>>>>    > > >> 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"
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > Dr Victor Lazzarini
>>>>>    > >
>>>>>    > > Senior Lecturer
>>>>>    > >
>>>>>    > > Dept. of Music
>>>>>    > >
>>>>>    > > NUI Maynooth Ireland
>>>>>    > >
>>>>>    > > tel.: +353 1 708 3545
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > 
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > 
>>>>>    > >
>>>>>    > > 
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > 
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > Victor dot Lazzarini AT nuim dot ie
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > 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"
>>>>>    > >
>>>>>    > >
>>>>>    > >
>>>>>    > > 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"
>>>
>>> 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"
>
>
>