Re: [Csnd-dev] [EXTERNAL] [Csnd-dev] about m and z variables
vlz <[email protected]> Sat, 27 Dec 2025 21:27:06 +0000
| Newsgroups | gmane.comp.audio.csound.devel |
|---|---|
| Message-ID | <[email protected]> |
Deep inside the type system and parser > On 27 Dec 2025, at 21:08, joachim heintz <[email protected]> wrote: >=20 > yes looks like this. > where are these types defined? > i looked a bit but could not find it in the sources. >=20 > On 27/12/2025 21:02, Victor Lazzarini wrote: >> Looks like it's any count > 0 for z. >> Prof. Victor Lazzarini >> Maynooth University >> Ireland >>> On 27 Dec 2025, at 19:12, joachim heintz <[email protected]> = wrote: >>>=20 >>> =EF=BB=BFin Engine/entry.c is written: >>> m begins an indef list of iargs (any count) >>> z begins indef list of kargs (any count) >>>=20 >>> i was today looking at the OENTRY of event and event_i which are: >>> { "event", S(LINEVENT),0, "", "Skz", NULL, = event_opcode, NULL } >>> { "event_i", S(LINEVENT),0, "", "Sim", event_opcode_i, = NULL, NULL, NULL, 2 } >>>=20 >>> why was event_i accepting ("e",1) as arguments, but not event? >>> both argument list look the same: Skz and Sim. >>> is "any count" different for m and z (can be zero for m, but not for = z)? >>>=20 >>> thanks - >>> joachim