Device Details


Overview

Name | Version: atk.scsync 1.0
Author: ATK
Device Type: Audio Effect
Description: Utility to sync SuperCollider to Ableton Live over OpenObject. For more information check the OpenObject example files, which contain this code:

/*
Syncing SuperCollider to Ableton Live.
The atk.scsync max4live device has to be installed correctly, no way to do it without max4live.
Network setup is handled automatically by OpenObject.
Basically we're just sending incremental timing messages from the Live transport, it's just a bit of glue between OpenObject and AudioMulchClock
*/

// You need these Quarks
// OpenObject for easy OSC communication
Quarks.install("OpenObject");

// This will provide us with the network clock over OSC
Quarks.install("AudioMulchClock");

c = AudioMulchClock.new; // this is your clock
c.shift = -3; //latency compensation, adjust;
OpenObject.start;

Pbind.play(c);

Details

Live Version Used: 8.4.1
Max Version Used: 5.1.9
Date Added: Jun 10 2013 08:23:43
Date Last Updated: Jun 10 2013 08:29:53
Downloads: 259
License: AttributionNonCommercialShareAlike
Average Rating

Log in to rate this device

-n/a-

Files

Device File: atk.scsync.amxd
 


Login to comment on this device.

Browse the full library