Csound Csound-dev Csound-tekno Search About

[Csnd] CsoundQt orchestra compilation errors in Examples, macro syntax?

Date2017-10-08 22:12
Fromceberman
Subject[Csnd] CsoundQt orchestra compilation errors in Examples, macro syntax?
Greetings from a newbie, and please forgive me if this has already been
discussed, but i was not able to find this discussion through searches.

While the system overall and many of the examples work well, I've run into
some example .csd files that have Orchestra compilation errors that appear
to have macro-related syntax issues.   I get identical results on MacOSX and
Windows 10, and I'm using CsoundQt Version 0.9.4.1, Csound version:6091
Precision:double (64-bit)

Thanks very much in advance.  

1. These two have the same error:
- McCurdy
Collection->RealtimeScoreGeneration->DrumSequencerVariableLength.csd
- McCurdy Collection->RealtimeScoreGeneration->SimpleDrumSequencer.csd
 defining argument `ROW``COUNT as...#1#
 Undefined macro: '$`ROW``COUNT_01'cannot compile orchestra

2. Music->Riley-In_C.csd
 defining argument `PLAYER``N as...#1#
 Undefined macro: '$`PLAYER``N_L'cannot compile orchestra




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

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2017-10-09 00:33
FromJohn ff
SubjectRe: [Csnd] CsoundQt orchestra compilation errors in Examples, macro syntax?
Does it fail from the command line?  So we can distinguish Csound from CsoundQT

Sent from Blue
On 8 Oct 2017, at 22:23, ceberman <ceberman@MAC.COM> wrote:
Greetings from a newbie, and please forgive me if this has already been
discussed, but i was not able to find this discussion through searches.

While the system overall and many of the examples work well, I've run into
some example .csd files that have Orchestra compilation errors that appear
to have macro-related syntax issues. I get identical results on MacOSX and
Windows 10, and I'm using CsoundQt Version 0.9.4.1, Csound version:6091
Precision:double (64-bit)

Thanks very much in advance.

1. These two have the same error:
- McCurdy
Collection->RealtimeScoreGeneration->DrumSequencerVariableLength.csd
- McCurdy Collection->RealtimeScoreGeneration->SimpleDrumSequencer.csd
defining argument `ROW``COUNT as...#1#
Undefined macro: '$`ROW``COUNT_01'cannot compile orchestra

2. Music->Riley-In_C.csd
defining argument `PLAYER``N as...#1#
Undefined macro: '$`PLAYER``N_L'cannot compile orchestra




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

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2017-10-09 11:59
FromJohn ff
SubjectRe: [Csnd] CsoundQt orchestra compilation errors in Examples, macro syntax?
I can reproduce in 6.10 on Linux.  Rather a complex example though.  Investigating.

⁣Sent from TypeApp ​

On Oct 9, 2017, 00:34, at 00:34, John ff  wrote:
>Does it fail from the command line?  So we can distinguish Csound from
>CsoundQT
>
>⁣Sent from Blue ​
>
>On 8 Oct 2017, 22:23, at 22:23, ceberman  wrote:
>>Greetings from a newbie, and please forgive me if this has already
>been
>>discussed, but i was not able to find this discussion through
>searches.
>>
>>While the system overall and many of the examples work well, I've run
>>into
>>some example .csd files that have Orchestra compilation errors that
>>appear
>>to have macro-related syntax issues.   I get identical results on
>>MacOSX and
>>Windows 10, and I'm using CsoundQt Version 0.9.4.1, Csound
>version:6091
>>Precision:double (64-bit)
>>
>>Thanks very much in advance.
>>
>>1. These two have the same error:
>>- McCurdy
>>Collection->RealtimeScoreGeneration->DrumSequencerVariableLength.csd
>>- McCurdy Collection->RealtimeScoreGeneration->SimpleDrumSequencer.csd
>> defining argument `ROW``COUNT as...#1#
>> Undefined macro: '$`ROW``COUNT_01'cannot compile orchestra
>>
>>2. Music->Riley-In_C.csd
>> defining argument `PLAYER``N as...#1#
>> Undefined macro: '$`PLAYER``N_L'cannot compile orchestra
>>
>>
>>
>>
>>--
>>Sent from:
>>http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
>>
>>Csound mailing list
>>Csound@listserv.heanet.ie
>>https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>Send bugs reports to
>>        https://github.com/csound/csound/issues
>>Discussions of bugs and features can be posted here
>
>Csound mailing list
>Csound@listserv.heanet.ie
>https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>Send bugs reports to
>        https://github.com/csound/csound/issues
>Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2017-10-09 12:16
Fromjpff
SubjectRe: [Csnd] CsoundQt orchestra compilation errors in Examples, macro syntax?
I think this program (DrumSequencerVariableLength.csd) is in error.  In a 
macro
#define ROW(COUNT) ....
there are instances o $COUNT_1 and similar which is clearly not defined. 
If I change these to $COUNT._1 it does what is expected (but barfs on 
$COUNTGain wich should be $COUNT.Gain)

No idea how this worked previously!

Ay thougts Ian and othes?

==John ff

On Mon, 9 Oct 2017, John ff wrote:

> I can reproduce in 6.10 on Linux.  Rather a complex example though.  Investigating.
>
> ⁣Sent from TypeApp ​
>
> On Oct 9, 2017, 00:34, at 00:34, John ff  wrote:
>> Does it fail from the command line?  So we can distinguish Csound from
>> CsoundQT
>>
>> ⁣Sent from Blue ​
>>
>> On 8 Oct 2017, 22:23, at 22:23, ceberman  wrote:
>>> Greetings from a newbie, and please forgive me if this has already
>> been
>>> discussed, but i was not able to find this discussion through
>> searches.
>>>
>>> While the system overall and many of the examples work well, I've run
>>> into
>>> some example .csd files that have Orchestra compilation errors that
>>> appear
>>> to have macro-related syntax issues.   I get identical results on
>>> MacOSX and
>>> Windows 10, and I'm using CsoundQt Version 0.9.4.1, Csound
>> version:6091
>>> Precision:double (64-bit)
>>>
>>> Thanks very much in advance.
>>>
>>> 1. These two have the same error:
>>> - McCurdy
>>> Collection->RealtimeScoreGeneration->DrumSequencerVariableLength.csd
>>> - McCurdy Collection->RealtimeScoreGeneration->SimpleDrumSequencer.csd
>>> defining argument `ROW``COUNT as...#1#
>>> Undefined macro: '$`ROW``COUNT_01'cannot compile orchestra
>>>
>>> 2. Music->Riley-In_C.csd
>>> defining argument `PLAYER``N as...#1#
>>> Undefined macro: '$`PLAYER``N_L'cannot compile orchestra
>>>
>>>
>>>
>>>
>>> --
>>> Sent from:
>>> http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
>>>
>>> Csound mailing list
>>> Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> Send bugs reports to
>>>        https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>        https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
>

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2017-10-09 12:29
FromTarmo Johannes
SubjectRe: [Csnd] CsoundQt orchestra compilation errors in Examples, macro syntax?
Would you care to send  the csd, I will test and update in CsoundQt build - 
perhaps just noone tested this for years... Thank you!

Thanks, @ceberman for brining it out!

tarmo

On Monday, October 9, 2017 2:16:00 PM EEST you wrote:
> I think this program (DrumSequencerVariableLength.csd) is in error.  In a
> macro
> #define ROW(COUNT) ....
> there are instances o $COUNT_1 and similar which is clearly not defined.
> If I change these to $COUNT._1 it does what is expected (but barfs on
> $COUNTGain wich should be $COUNT.Gain)
> 
> No idea how this worked previously!
> 
> Ay thougts Ian and othes?
> 
> ==John ff
> 
> On Mon, 9 Oct 2017, John ff wrote:
> > I can reproduce in 6.10 on Linux.  Rather a complex example though. 
> > Investigating.
> > 
> > ⁣Sent from TypeApp ​
> > 
> > On Oct 9, 2017, 00:34, at 00:34, John ff  wrote:
> >> Does it fail from the command line?  So we can distinguish Csound from
> >> CsoundQT
> >> 
> >> ⁣Sent from Blue ​
> >> 
> >> On 8 Oct 2017, 22:23, at 22:23, ceberman  wrote:
> >>> Greetings from a newbie, and please forgive me if this has already
> >> 
> >> been
> >> 
> >>> discussed, but i was not able to find this discussion through
> >> 
> >> searches.
> >> 
> >>> While the system overall and many of the examples work well, I've run
> >>> into
> >>> some example .csd files that have Orchestra compilation errors that
> >>> appear
> >>> to have macro-related syntax issues.   I get identical results on
> >>> MacOSX and
> >>> Windows 10, and I'm using CsoundQt Version 0.9.4.1, Csound
> >> 
> >> version:6091
> >> 
> >>> Precision:double (64-bit)
> >>> 
> >>> Thanks very much in advance.
> >>> 
> >>> 1. These two have the same error:
> >>> - McCurdy
> >>> Collection->RealtimeScoreGeneration->DrumSequencerVariableLength.csd
> >>> - McCurdy Collection->RealtimeScoreGeneration->SimpleDrumSequencer.csd
> >>> defining argument `ROW``COUNT as...#1#
> >>> Undefined macro: '$`ROW``COUNT_01'cannot compile orchestra
> >>> 
> >>> 2. Music->Riley-In_C.csd
> >>> defining argument `PLAYER``N as...#1#
> >>> Undefined macro: '$`PLAYER``N_L'cannot compile orchestra
> >>> 
> >>> 
> >>> 
> >>> 
> >>> --
> >>> Sent from:
> >>> http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
> >>> 
> >>> Csound mailing list
> >>> Csound@listserv.heanet.ie
> >>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> >>> Send bugs reports to
> >>> 
> >>>        https://github.com/csound/csound/issues
> >>> 
> >>> Discussions of bugs and features can be posted here
> >> 
> >> Csound mailing list
> >> Csound@listserv.heanet.ie
> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> >> Send bugs reports to
> >> 
> >>        https://github.com/csound/csound/issues
> >> 
> >> Discussions of bugs and features can be posted here
> > 
> > Csound mailing list
> > Csound@listserv.heanet.ie
> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> > Send bugs reports to
> > 
> >        https://github.com/csound/csound/issues
> > 
> > Discussions of bugs and features can be posted here
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2017-10-09 13:13
Fromjpff
SubjectRe: [Csnd] CsoundQt orchestra compilation errors in Examples, macro syntax?
Regarding 2. Music->Riley-In_C.csd I tink the problem is the same but I do 
not have a copy of the program

Try globally exchanging $N to $N. which will catch many of tese erros from 
the information you give.

==John ff

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2017-10-09 17:18
FromJohn ff
SubjectRe: [Csnd] CsoundQt orchestra compilation errors in Examples, macro syntax?
Tarmo,
I tried to post corrected drum examples but could not find the Riley piece to check/correct.  Could you point me at the csd file please?

⁣Sent from TypeApp ​

On Oct 9, 2017, 12:29, at 12:29, Tarmo Johannes  wrote:
>Would you care to send  the csd, I will test and update in CsoundQt
>build - 
>perhaps just noone tested this for years... Thank you!
>
>Thanks, @ceberman for brining it out!
>
>tarmo
>
>On Monday, October 9, 2017 2:16:00 PM EEST you wrote:
>> I think this program (DrumSequencerVariableLength.csd) is in error. 
>In a
>> macro
>> #define ROW(COUNT) ....
>> there are instances o $COUNT_1 and similar which is clearly not
>defined.
>> If I change these to $COUNT._1 it does what is expected (but barfs on
>> $COUNTGain wich should be $COUNT.Gain)
>> 
>> No idea how this worked previously!
>> 
>> Ay thougts Ian and othes?
>> 
>> ==John ff
>> 
>> On Mon, 9 Oct 2017, John ff wrote:
>> > I can reproduce in 6.10 on Linux.  Rather a complex example though.
>
>> > Investigating.
>> > 
>> > ⁣Sent from TypeApp ​
>> > 
>> > On Oct 9, 2017, 00:34, at 00:34, John ff 
>wrote:
>> >> Does it fail from the command line?  So we can distinguish Csound
>from
>> >> CsoundQT
>> >> 
>> >> ⁣Sent from Blue ​
>> >> 
>> >> On 8 Oct 2017, 22:23, at 22:23, ceberman  wrote:
>> >>> Greetings from a newbie, and please forgive me if this has
>already
>> >> 
>> >> been
>> >> 
>> >>> discussed, but i was not able to find this discussion through
>> >> 
>> >> searches.
>> >> 
>> >>> While the system overall and many of the examples work well, I've
>run
>> >>> into
>> >>> some example .csd files that have Orchestra compilation errors
>that
>> >>> appear
>> >>> to have macro-related syntax issues.   I get identical results on
>> >>> MacOSX and
>> >>> Windows 10, and I'm using CsoundQt Version 0.9.4.1, Csound
>> >> 
>> >> version:6091
>> >> 
>> >>> Precision:double (64-bit)
>> >>> 
>> >>> Thanks very much in advance.
>> >>> 
>> >>> 1. These two have the same error:
>> >>> - McCurdy
>> >>>
>Collection->RealtimeScoreGeneration->DrumSequencerVariableLength.csd
>> >>> - McCurdy
>Collection->RealtimeScoreGeneration->SimpleDrumSequencer.csd
>> >>> defining argument `ROW``COUNT as...#1#
>> >>> Undefined macro: '$`ROW``COUNT_01'cannot compile orchestra
>> >>> 
>> >>> 2. Music->Riley-In_C.csd
>> >>> defining argument `PLAYER``N as...#1#
>> >>> Undefined macro: '$`PLAYER``N_L'cannot compile orchestra
>> >>> 
>> >>> 
>> >>> 
>> >>> 
>> >>> --
>> >>> Sent from:
>> >>> http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
>> >>> 
>> >>> Csound mailing list
>> >>> Csound@listserv.heanet.ie
>> >>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> >>> Send bugs reports to
>> >>> 
>> >>>        https://github.com/csound/csound/issues
>> >>> 
>> >>> Discussions of bugs and features can be posted here
>> >> 
>> >> Csound mailing list
>> >> Csound@listserv.heanet.ie
>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> >> Send bugs reports to
>> >> 
>> >>        https://github.com/csound/csound/issues
>> >> 
>> >> Discussions of bugs and features can be posted here
>> > 
>> > Csound mailing list
>> > Csound@listserv.heanet.ie
>> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> > Send bugs reports to
>> > 
>> >        https://github.com/csound/csound/issues
>> > 
>> > Discussions of bugs and features can be posted here
>> 
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
>Csound mailing list
>Csound@listserv.heanet.ie
>https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>Send bugs reports to
>        https://github.com/csound/csound/issues
>Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2017-10-09 17:35
FromTarmo Johannes
SubjectRe: [Csnd] CsoundQt orchestra compilation errors in Examples, macro syntax?
Hi, John,

the file is up on:

https://github.com/CsoundQt/CsoundQt/blob/develop/examples/Music/Riley-In_C.csd

Thank you!

tarmo

On Monday, October 9, 2017 7:18:04 PM EEST you wrote:
> Tarmo,
> I tried to post corrected drum examples but could not find the Riley piece
> to check/correct.  Could you point me at the csd file please?
> 
> ⁣Sent from TypeApp ​
> 
> On Oct 9, 2017, 12:29, at 12:29, Tarmo Johannes  wrote:
> >Would you care to send  the csd, I will test and update in CsoundQt
> >build -
> >perhaps just noone tested this for years... Thank you!
> >
> >Thanks, @ceberman for brining it out!
> >
> >tarmo
> >
> >On Monday, October 9, 2017 2:16:00 PM EEST you wrote:
> >> I think this program (DrumSequencerVariableLength.csd) is in error.
> >
> >In a
> >
> >> macro
> >> #define ROW(COUNT) ....
> >> there are instances o $COUNT_1 and similar which is clearly not
> >
> >defined.
> >
> >> If I change these to $COUNT._1 it does what is expected (but barfs on
> >> $COUNTGain wich should be $COUNT.Gain)
> >> 
> >> No idea how this worked previously!
> >> 
> >> Ay thougts Ian and othes?
> >> 
> >> ==John ff
> >> 
> >> On Mon, 9 Oct 2017, John ff wrote:
> >> > I can reproduce in 6.10 on Linux.  Rather a complex example though.
> >> > 
> >> > Investigating.
> >> > 
> >> > ⁣Sent from TypeApp ​
> >> > 
> >> > On Oct 9, 2017, 00:34, at 00:34, John ff 
> >
> >wrote:
> >> >> Does it fail from the command line?  So we can distinguish Csound
> >
> >from
> >
> >> >> CsoundQT
> >> >> 
> >> >> ⁣Sent from Blue ​
> >> >> 
> >> >> On 8 Oct 2017, 22:23, at 22:23, ceberman  wrote:
> >> >>> Greetings from a newbie, and please forgive me if this has
> >
> >already
> >
> >> >> been
> >> >> 
> >> >>> discussed, but i was not able to find this discussion through
> >> >> 
> >> >> searches.
> >> >> 
> >> >>> While the system overall and many of the examples work well, I've
> >
> >run
> >
> >> >>> into
> >> >>> some example .csd files that have Orchestra compilation errors
> >
> >that
> >
> >> >>> appear
> >> >>> to have macro-related syntax issues.   I get identical results on
> >> >>> MacOSX and
> >> >>> Windows 10, and I'm using CsoundQt Version 0.9.4.1, Csound
> >> >> 
> >> >> version:6091
> >> >> 
> >> >>> Precision:double (64-bit)
> >> >>> 
> >> >>> Thanks very much in advance.
> >> >>> 
> >> >>> 1. These two have the same error:
> >> >>> - McCurdy
> >
> >Collection->RealtimeScoreGeneration->DrumSequencerVariableLength.csd
> >
> >> >>> - McCurdy
> >
> >Collection->RealtimeScoreGeneration->SimpleDrumSequencer.csd
> >
> >> >>> defining argument `ROW``COUNT as...#1#
> >> >>> Undefined macro: '$`ROW``COUNT_01'cannot compile orchestra
> >> >>> 
> >> >>> 2. Music->Riley-In_C.csd
> >> >>> defining argument `PLAYER``N as...#1#
> >> >>> Undefined macro: '$`PLAYER``N_L'cannot compile orchestra
> >> >>> 
> >> >>> 
> >> >>> 
> >> >>> 
> >> >>> --
> >> >>> Sent from:
> >> >>> http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
> >> >>> 
> >> >>> Csound mailing list
> >> >>> Csound@listserv.heanet.ie
> >> >>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> >> >>> Send bugs reports to
> >> >>> 
> >> >>>        https://github.com/csound/csound/issues
> >> >>> 
> >> >>> Discussions of bugs and features can be posted here
> >> >> 
> >> >> Csound mailing list
> >> >> Csound@listserv.heanet.ie
> >> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> >> >> Send bugs reports to
> >> >> 
> >> >>        https://github.com/csound/csound/issues
> >> >> 
> >> >> Discussions of bugs and features can be posted here
> >> > 
> >> > Csound mailing list
> >> > Csound@listserv.heanet.ie
> >> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> >> > Send bugs reports to
> >> > 
> >> >        https://github.com/csound/csound/issues
> >> > 
> >> > Discussions of bugs and features can be posted here
> >> 
> >> Csound mailing list
> >> Csound@listserv.heanet.ie
> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> >> Send bugs reports to
> >> 
> >>         https://github.com/csound/csound/issues
> >> 
> >> Discussions of bugs and features can be posted here
> >
> >Csound mailing list
> >Csound@listserv.heanet.ie
> >https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> >Send bugs reports to
> >
> >        https://github.com/csound/csound/issues
> >
> >Discussions of bugs and features can be posted here
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2017-10-11 18:14
FromCharles Berman
SubjectRe: [Csnd] CsoundQt orchestra compilation errors in Examples, macro syntax?
Attachmentsceb-Riley-In_C.csd  ceb-DrumSequencerVariableLength.csd  ceb-SimpleDrumSequencer.csd  
Hi, and thanks for the quick responses and instructions from John and Tarmo.  In case it’s helpful, i have enclosed updated, working versions (at least on my Mac / CsoundQT) of the 3 files:

- Riley-In_C.csd
- McCurdy Collection->RealtimeScoreGeneration->DrumSequencerVariableLength.csd
- McCurdy Collection->RealtimeScoreGeneration->SimpleDrumSequencer.csd

Thanks again, and please let me know if you would like me to submit them elsewhere


Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here



> On Oct 9, 2017, at 12:35 PM, Tarmo Johannes  wrote:
> 
> Hi, John,
> 
> the file is up on:
> 
> https://github.com/CsoundQt/CsoundQt/blob/develop/examples/Music/Riley-In_C.csd
> 
> Thank you!
> 
> tarmo
> 
> On Monday, October 9, 2017 7:18:04 PM EEST you wrote:
>> Tarmo,
>> I tried to post corrected drum examples but could not find the Riley piece
>> to check/correct.  Could you point me at the csd file please?
>> 
>> ⁣Sent from TypeApp ​
>> 
>> On Oct 9, 2017, 12:29, at 12:29, Tarmo Johannes  wrote:
>>> Would you care to send  the csd, I will test and update in CsoundQt
>>> build -
>>> perhaps just noone tested this for years... Thank you!
>>> 
>>> Thanks, @ceberman for brining it out!
>>> 
>>> tarmo
>>> 
>>> On Monday, October 9, 2017 2:16:00 PM EEST you wrote:
>>>> I think this program (DrumSequencerVariableLength.csd) is in error.
>>> 
>>> In a
>>> 
>>>> macro
>>>> #define ROW(COUNT) ....
>>>> there are instances o $COUNT_1 and similar which is clearly not
>>> 
>>> defined.
>>> 
>>>> If I change these to $COUNT._1 it does what is expected (but barfs on
>>>> $COUNTGain wich should be $COUNT.Gain)
>>>> 
>>>> No idea how this worked previously!
>>>> 
>>>> Ay thougts Ian and othes?
>>>> 
>>>> ==John ff
>>>> 
>>>> On Mon, 9 Oct 2017, John ff wrote:
>>>>> I can reproduce in 6.10 on Linux.  Rather a complex example though.
>>>>> 
>>>>> Investigating.
>>>>> 
>>>>> ⁣Sent from TypeApp ​
>>>>> 
>>>>> On Oct 9, 2017, 00:34, at 00:34, John ff 
>>> 
>>> wrote:
>>>>>> Does it fail from the command line?  So we can distinguish Csound
>>> 
>>> from
>>> 
>>>>>> CsoundQT
>>>>>> 
>>>>>> ⁣Sent from Blue ​
>>>>>> 
>>>>>> On 8 Oct 2017, 22:23, at 22:23, ceberman  wrote:
>>>>>>> Greetings from a newbie, and please forgive me if this has
>>> 
>>> already
>>> 
>>>>>> been
>>>>>> 
>>>>>>> discussed, but i was not able to find this discussion through
>>>>>> 
>>>>>> searches.
>>>>>> 
>>>>>>> While the system overall and many of the examples work well, I've
>>> 
>>> run
>>> 
>>>>>>> into
>>>>>>> some example .csd files that have Orchestra compilation errors
>>> 
>>> that
>>> 
>>>>>>> appear
>>>>>>> to have macro-related syntax issues.   I get identical results on
>>>>>>> MacOSX and
>>>>>>> Windows 10, and I'm using CsoundQt Version 0.9.4.1, Csound
>>>>>> 
>>>>>> version:6091
>>>>>> 
>>>>>>> Precision:double (64-bit)
>>>>>>> 
>>>>>>> Thanks very much in advance.
>>>>>>> 
>>>>>>> 1. These two have the same error:
>>>>>>> - McCurdy
>>> 
>>> Collection->RealtimeScoreGeneration->DrumSequencerVariableLength.csd
>>> 
>>>>>>> - McCurdy
>>> 
>>> Collection->RealtimeScoreGeneration->SimpleDrumSequencer.csd
>>> 
>>>>>>> defining argument `ROW``COUNT as...#1#
>>>>>>> Undefined macro: '$`ROW``COUNT_01'cannot compile orchestra
>>>>>>> 
>>>>>>> 2. Music->Riley-In_C.csd
>>>>>>> defining argument `PLAYER``N as...#1#
>>>>>>> Undefined macro: '$`PLAYER``N_L'cannot compile orchestra
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> --
>>>>>>> Sent from:
>>>>>>> http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
>>>>>>> 
>>>>>>> Csound mailing list
>>>>>>> Csound@listserv.heanet.ie
>>>>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>>>> Send bugs reports to
>>>>>>> 
>>>>>>>       https://github.com/csound/csound/issues
>>>>>>> 
>>>>>>> Discussions of bugs and features can be posted here
>>>>>> 
>>>>>> Csound mailing list
>>>>>> Csound@listserv.heanet.ie
>>>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>>> Send bugs reports to
>>>>>> 
>>>>>>       https://github.com/csound/csound/issues
>>>>>> 
>>>>>> Discussions of bugs and features can be posted here
>>>>> 
>>>>> Csound mailing list
>>>>> Csound@listserv.heanet.ie
>>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>> Send bugs reports to
>>>>> 
>>>>>       https://github.com/csound/csound/issues
>>>>> 
>>>>> Discussions of bugs and features can be posted here
>>>> 
>>>> Csound mailing list
>>>> Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> Send bugs reports to
>>>> 
>>>>        https://github.com/csound/csound/issues
>>>> 
>>>> Discussions of bugs and features can be posted here
>>> 
>>> Csound mailing list
>>> Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> Send bugs reports to
>>> 
>>>       https://github.com/csound/csound/issues
>>> 
>>> Discussions of bugs and features can be posted here
>> 
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>        https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here


Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here