Csound Csound-dev Csound-tekno Search About

[Csnd] table opcodes

Date2018-12-23 20:13
FromJohn
Subject[Csnd] table opcodes
Ignore this part of the message -- dsylexia strikes again




> I notice that
>      giTable ftgen 0, 0, 13, -2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13

>     instr Test
>       indx = 0
>       while indx < 26 do
>        iVal table indx, giTable, 0, 0, 1
>        print iVal
>        indx += 1
>       od
>     endin
>     schedule "Test", 0, 0

> produces unexpected results, at least to me.

==John ffitch

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here