Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:3461] Re: Csound API Split, design

Date2003-11-22 12:50
From"Michael Gogins"
Subject[CSOUND-DEV:3461] Re: Csound API Split, design
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
>

Date2003-11-25 09:14
Fromjpff@codemist.co.uk
Subject[CSOUND-DEV:3502] Re: Csound API Split, design
I have made the first step in this change (pcglob =>
p->h.insdshead->csound).  Naturally there are errors now in teh
plugins but not too many and a significant number just worked.  I will
fix up the problems before committing back
==John ffitch