TableDataFile#

class csoundengine.csoundlib.TableDataFile(tabnum, data, fmt, start=0, size=0, chan=0)[source]#

Bases: object

A table holding either the data or a file to the data

tabnum#

the f-table number

data#

the data itself or a path to a file

fmt#

the format of the file

start#

start time to define the table

size#

the size of the table

Attributes Summary

chan

Which channel to read, if applicable.

size

Size of the data

start

Allocation time of the table (p2)

Methods Summary

orchestraLine(outfile)

rtype:

str

scoreLine(outfile)

rtype:

str

write(outfile)

rtype:

None

Attributes Documentation

chan: int = 0#

Which channel to read, if applicable. 0=all

size: int = 0#

Size of the data

start: float = 0#

Allocation time of the table (p2)

Methods Documentation

orchestraLine(outfile)[source]#
Return type:

str

scoreLine(outfile)[source]#
Return type:

str

write(outfile)[source]#
Return type:

None