ftprint
Print the contents of a table (for debugging)
Plugin opcode in emugens.
It works at k-time, a trigger controls when to print (use ktrig=1, which is the default, to print only at i-time)
Syntax
Initialization
ifn - The table to print
inumcols - The number of elements to print in one column (default = 10)
Performance
ktrig - The table will be printed whenever this value changes from 0 to possitive. Can be used together with metro to print at a given time interval. A value of -1 indicates to print at each k-cycle (default = 1)
kstart - The first index to print. (default = 0)
kend - The end index to print (non inclusive). (default = length of table)
kstep - How many elements to skip (default = 1)
Examples
Here is an example of the ftprint opcode. It uses the file ftprint.csd.
See also
Credits
By: Eduardo Moguillansky 2018
New plugin in version 6.12