|
Hi all,
On Csound5.16.1 release, Ubuntu 10.04. When using the new parser, I have the following error: ;INIT ERROR in instr 2: invalid channel name, iGrAmp chnget.i "$parm"
instr 1 iGrAmp = 11.23 chnset iGrAmp, "GrAmp" endin #define ReadPreset(parm) #
i$parm chnget "$parm" # instr 2 $ReadPreset(GrAmp) print iGrAmp endin (Above csd is an abstract of Partikkel from Oeyvind Brandtsegg using a lot of macro). Hope to use the new parser also with this good instrument. Cheers, René
|
|
> ;INIT ERROR in instr 2: invalid channel name, iGrAmp chnget.i "$parm"
I had ignored the expansion of a macro inside a string; I'm preparing a fix. tito Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email [hidden email] with body "unsubscribe csound" |
|
Tito, you're a legend!
On Saturday, 11 February 2012, Tito Latini <[hidden email]> wrote: >> ;INIT ERROR in instr 2: invalid channel name, iGrAmp chnget.i "$parm" > > I had ignored the expansion of a macro inside a string; > I'm preparing a fix. > > tito > > > Send bugs reports to the Sourceforge bug tracker > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > Discussions of bugs and features can be posted here > To unsubscribe, send email [hidden email] with body "unsubscribe csound" > > |
|
Fixed in git (extensive tests); now the string parsing is better
in comparison to the old parser. For example #define foo #123# prints "\$foo = $foo" result with the new parser: "$foo = 123" result with the old parser: " = 1" Rory, we have the same "diet" (discovered in your uncensured post :))) tito Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email [hidden email] with body "unsubscribe csound" |
|
Hahahahhaha, only February, and I am certain that will go down as the
Csounder quote of 2012. :D On Sun, Feb 12, 2012 at 12:02 AM, Tito Latini <[hidden email]> wrote: > Fixed in git (extensive tests); now the string parsing is better > in comparison to the old parser. For example > > #define foo #123# > prints "\$foo = $foo" > > result with the new parser: "$foo = 123" > result with the old parser: " = 1" > > Rory, we have the same "diet" (discovered in your uncensured post :))) > > tito > > > Send bugs reports to the Sourceforge bug tracker > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > Discussions of bugs and features can be posted here > To unsubscribe, send email [hidden email] with body "unsubscribe csound" > Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email [hidden email] with body "unsubscribe csound" |
|
Thanks a lot, Partikkel is sounding again :)
René
Le 12 février 2012 01:07, Steven Yi <[hidden email]> a écrit : Hahahahhaha, only February, and I am certain that will go down as the |
| Powered by Nabble | See how NAML generates this page |
