Sorry, I don't believe there is any manual entries for these yet. Istvan and I discussed the implementation quite a bit here on the list so it might be in the archives. I have his emails all tagged for putting into the manual but haven't quite gotten around to it. http://sourceforge.net/mailarchive/message.php?msg_id=13055929 Has info. I don't think this was the last email on it as some of those opcodes were taken out. steven On 10/8/05, Iain Duncan wrote: > > For creating a temporary table that is deleted at end of note, you can > > use the ftgentmp opcode with an automatically assigned table number. > > If the table should only be created once and not deleted, then this > > example from Steven Yi may be worth looking at: > > > > itableNum chnget "instr1_sineTable" > > if (itableNum == 0) then > > itableNum ftgen 0, 0, 65537, 10, 1 > > chnset itableNum, "instr1_sineTable" > > prints "Created Sine Table %d for instrument 1\n", itableNum > > endif > > Which version of the manual ( if any! ) include chnget and chnset? I can > not find these opcodes in the manuals at csounds.com. Is there a more > recent manual on sourceforge? Or Stevens site? > > Thanks > Iain > -- > Send bugs reports to this list. > To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk >