ScoreLine#

class csoundengine.csoundlib.ScoreLine(kind, p1, start, dur, args)[source]#

Bases: object

An event line in the score (an instrument, a table declaration, etc.)

kind#

‘i’ for instrument event, ‘f’ for table definition

p1#

the p1 of the event

start#

the start time of the event

dur#

the duration of the event

args#

any other args of the event (starting with p4)