Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:3343] Re: csound.c in csound5 cvs

Date2003-11-16 22:28
From"Michael Gogins"
Subject[CSOUND-DEV:3343] Re: csound.c in csound5 cvs
I think the csoundMessage call is correct.

About inbuf, I'm not sure as I don't use this call. 

Matt?

============================================
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: "stevenyi" 
To: "Csound Developers Discussion List" 
Sent: Sunday, November 16, 2003 4:06 PM
Subject: [CSOUND-DEV:3341] csound.c in csound5 cvs


> Hi all,
> 
> I'm working on getting csound.c working with csound5 cvs and have a
> couple of questions.  The latest version I just checked in has
> references to runincomponents changed to frsturnon, as that seemed liked
> the correct change looking at code from musmon.c and widgets.cpp.  
> 
> One change I needed to make was this:
> 
> /* warning("Exceeded maximum number of environment paths"); */
>         csoundMessage(csound, "Exceeded maximum number of environment
> paths");
> 
> Is this the correct way to do it?  (this is lines 973-974 in the latest
> csound.c in csound5 cvs).  
> 
> Now in compiling this latest version, all I have left is an undefined
> reference to inbuf, line 305.  This is in the function:
> 
>  void *csoundGetInputBuffer(void *csound)
>   {
>     return inbuf;
>   }
> 
> which I'm having a hard time finding.  Any ideas here?
> 
> Thanks,
> steven
>