| Sounds good to me. It should be (because at this point h is not a pointer
but p and insdshead are):
p->h.insdshead->csound.
============================================
Michael Gogins
gogins at pipeline period com
Irreducible Productions
CsoundVST, an extended version of Csound for programming music and sound
Available at http://sourceforge.net/projects/csound/
============================================
----- Original Message -----
From: "John ffitch"
To: "Csound Developers Discussion List"
Sent: Saturday, November 22, 2003 2:15 AM
Subject: [CSOUND-DEV:3458] Re: Csound API Split, design
> That is why I sais with a better name.
>
> Thinking about it a bit more I thing that the simple route is to change
> the macros so pcglob is replaced by p->h->insdshead->csound (I think I get
> that right!) and then access to the structure of any opcode gives access
> to the current structure. There would be a few loose ends to fix after
> that, but the multiple csounds would be allowed.
> ==John ff
> |