| Thank you to all who responded to my question. Makes perfect sense now that
I know. I will look at my .orc an find the problem. It's always a mystery
until you know the answer, then you wonder how you could have missed it.
Thanks again!!
Michael
http://www.innerlightpub.com/rhoadsmith
----- Original Message -----
From: Tobiah
To: Michael Rhoades
Cc: Csound List
Sent: Saturday, July 31, 1999 2:39 PM
Subject: Re: Warning
> You have one to many fields in your score, prolly from
> another orc. It is being ignored, and you may do the
> same if you wish.
>
> Otherwise, you could always do something like
>
> :%s/ *[^ ]* *$//
>
>
> in vim to easily hack off the extra pfields if the score
> is very long.
>
> Sometimes I just put
>
> ifoo init p8
>
> in the orc to placate it.
>
>
>
>
> Michael Rhoades wrote:
> >
> > Hi all,
> >
> > I realize this is probably a very basic question, but being fairly
new
> > to Csound I hope you will bare with me.
> > I am getting warning messages when rendering. It is Warning: instr
1
> > pmax=7, note pcnt=8 . What does this mean? I have gotten this somewhat
> > frequently and would like to clean up my code if possible.As far as I
can
> > tell it does not effect the sound, but something must be wrong with
what I
> > am doing. Any help on this would be greatly appreciated.
> >
> > Michael
> >
> > http://www.innerlightpub.com/rhoadsmith
> |