| Message written at 31 Dec 1997 16:33:54 +0000
--- Copy of mail to rw@firstpr.com.au ---
In-reply-to: <199712270638.RAA11099@gair.firstpr.com.au> (message from Robin
Whittle on Sat, 27 Dec 1997 18:43:33 +1000)
References: <199712270638.RAA11099@gair.firstpr.com.au>
Just a few comments.
The code with which I was supplied did not define the opcodes tablekt
and tableikt. Although there were lines in teh entry table for them,
they called for the existence of the functions tblsetkt, ktablekt,
tablekt, tblsetkt, ktablikt, and tablikt which are not in any of the C
files. In this circumstance I removed the erroneous opcodes.
{ "tablekt", S(TABLE), 7, "s", "xkooo",tblsetkt, ktablekt, tablekt },
{ "tableikt", S(TABLE), 7, "s", "xkooo",tblsetkt, ktablikt, tablikt },
Secondly, the function ftfindp has been in Csound since last March.
Thu Mar 20 22:17:00 1997 John Fitch
* entry.c: Put Whittle opcodes back
* fgens.c (ftfindp): New function (Whittle)
Thirdly, the number of tables available has been arbitrary (not limit
to just 300 or 1000) since May, and version 3.46
Sun May 4 08:58:44 1997 John Fitch
* version.h: NEW VERSION 3.46
* fgens.c (fgens): Expand the number of tables available
dynamically.
Lastly, I am not yet convinced that there are bugs in tables.
==John |