[RTcmix-discuss] quick question about table()

Brad Garton brad at music.columbia.edu
Tue Jan 4 10:14:20 EST 2005


Yep, just logged in and found it...  I hadn't grepped up beyone the src/ 
hierarchy.

Memory is being clobbered somewhere, trying to find out where.  Odd that 
the wavetables work fine.

brad


On Tue, 4 Jan 2005, John Gibson wrote:

> No, table() is in genlib (table.c).  Are you sure something
> else isn't clobbering memory?  That's what it sounds like
> to me.
> 
> JG
> 
> 
> > From: Brad Garton <brad at music.columbia.edu>
> >
> > gang --
> >
> > getting sound to happen ok with 3.9/rtcmix~, but I'm having a problem with 
> > the table-updating code.  For some reason it exits abruptly after a 
> > certain number of calls to table() (like 20-50).  I suspect I'm not 
> > updating an index properly, and it shouldn't be too difficult to track it 
> > down.  However, in doupdate() is:
> >
> > 	 if (amptable)
> > 		amp *= table(currentFrame(), amptable, amptabs);
> >
> > where the heck *is* the table() function def?
> >
> > I realize it's probably an assigned function pointer somewhere, but if 
> > anyone is on in the next 30-40 mins it will save me a lot of grepping.
> >
> _______________________________________________
> RTcmix-discuss mailing list
> RTcmix-discuss at music.columbia.edu
> http://music.columbia.edu/mailman/listinfo/rtcmix-discuss
> 



More information about the RTcmix-discuss mailing list