Is there a way to record clip patterns?

Learn about building and using Max for Live devices.
Post Reply
mauro526
Posts: 34
Joined: Tue Jan 04, 2011 5:25 pm

Is there a way to record clip patterns?

Post by mauro526 » Sun Oct 16, 2011 7:13 pm

Hi all.

I'd like to be able to play a series of clips on a track (or several) and play back the pattern automatically.
Is there a way to do this?

Thanks

pepezabala
Posts: 3503
Joined: Mon Jun 07, 2004 4:29 pm
Location: In Berlin, finally

Re: Is there a way to record clip patterns?

Post by pepezabala » Sun Oct 16, 2011 8:35 pm

record your pattern of clips into arrangement. Select all clips in arrangement, consolidate (ctrl-j), this makes them into a new long clip. Copy that one back to session view.

mauro526
Posts: 34
Joined: Tue Jan 04, 2011 5:25 pm

Re: Is there a way to record clip patterns?

Post by mauro526 » Sun Oct 16, 2011 9:10 pm

Thanks pepez, but thats not what i need.
Im looking for a way to jam in sessions view. I want to play with some clips and then repeat the pattern i played.

Thanks for the answer

broc
Posts: 1151
Joined: Mon Jul 26, 2004 8:37 am

Re: Is there a way to record clip patterns?

Post by broc » Sun Oct 16, 2011 10:13 pm

I don't know if such device exists but it can certainly be done.
While jamming observe playing_status of your clips and store the start times in a table. For playback use the table to trigger the clips at corresponding time points, resp. a bit earlier. Since the timing of M4L is not accurate, it would be necessary that clip launch is quantized.

hoffman2k
Posts: 14718
Joined: Tue Jun 15, 2004 6:40 pm
Location: Belgium
Contact:

Re: Is there a way to record clip patterns?

Post by hoffman2k » Mon Oct 17, 2011 8:43 am

If the clips are triggered from MIDI, I'd go with the lazy solution using Max Runtime or Leigh Hunt's objects.
Sync (with rewire), feed the MIDI Trigger signals to some virtual port connected to Live. Record time and actions into a coll... Play back later...

Anything that records MIDI events and can play them back would do in this case. If the first action starts the set, you don't even need to bother with syncing anything up.

broc
Posts: 1151
Joined: Mon Jul 26, 2004 8:37 am

Re: Is there a way to record clip patterns?

Post by broc » Mon Oct 17, 2011 10:40 am

Yes, recording MIDI trigger signals would allow easy and perfect playback of the jam sequence.
You could record the MIDI data in a clip and sent them back into Live for playback as (virtual) remote input.

mauro526
Posts: 34
Joined: Tue Jan 04, 2011 5:25 pm

Re: Is there a way to record clip patterns?

Post by mauro526 » Mon Oct 17, 2011 2:32 pm

Thanks. Max tutorials here i go.

Post Reply