First time here? Check out the FAQ!
x

Stop Memory Writer manually from Recording

0 votes
45 views
Hi, I am new to Kyma and Capy Talk, I was a Lisp and SuperCollider coder, so things are a little weird for me. I created a patch to record and play a loop. The issue is that Memory Writer should be initiated by pressing the toggle of Trigger: !Record and Playback should start at Gate: '!Record not', but Memory Writer records the whole 30s of CaptureTime. Is there a way to stop the recording manually so that I can play along to several loops of different lengths?

All the best, Daniel
asked May 27 in Capytalk & Smalltalk by okk (120 points)

1 Answer

0 votes

Hello Daniel,

Are you using this example (from the Kyma Sound Library)? The idea is to record the full CaptureTime but to play back subsets of that full time (based on when you start or stop each loop).

Kyma/Kyma Sound Library/Live capture & loopers

 

answered 2 days ago by ssc (Savant) (129,280 points)
...