Csound Csound-dev Csound-tekno Search About

[Cs-dev] query on warnings

Date2013-08-28 14:21
Fromjohn ffitch
Subject[Cs-dev] query on warnings
In Engine/csound_orc_compile.c I see lines like

          if((n = ttp->inArgCount) != tp->pmax) {
            //csound->Warning(csound, Str("i%d pset args != pmax"), (int) insno);
            csound->Warning(csound, Str("i[fixme] pset args != pmax"));

What does this mean?  fix what?

==John ffitch

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-08-28 14:40
FromSteven Yi
SubjectRe: [Cs-dev] query on warnings
I think I had done that one. If I remember correctly, the instrument
number wasn't available anymore after the changes, and I never went
back to figure out how to get the instrument number.

On Wed, Aug 28, 2013 at 9:21 AM, john ffitch  wrote:
> In Engine/csound_orc_compile.c I see lines like
>
>           if((n = ttp->inArgCount) != tp->pmax) {
>             //csound->Warning(csound, Str("i%d pset args != pmax"), (int) insno);
>             csound->Warning(csound, Str("i[fixme] pset args != pmax"));
>
> What does this mean?  fix what?
>
> ==John ffitch
>
> ------------------------------------------------------------------------------
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft technologies
> and advance your career. Get an incredible 1,500+ hours of step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net