[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-users] Buffer control in TGrains



Hello,

I'm trying to loop the buffer in TGrains. 

How can I send a trigger when a line like this one has ended? (is this the better way?)
centerPos = Line.kr(0, BufDur.kr(bufnum), BufDur.kr(bufnum), 1, 0, 2);

But, then, how can I interrupt the line (pause it) and the restart from the point I left?

The goal is to have a Start, Stop, Pause and Resume, in order to control the buffer's reading.

Any Tips? I would be very thankfull.

RG