Device Details

Device Overview

Name/Version: atk.scsync 1.0
Author: ATK  
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);
 

Device Details

Downloads: 258
Tags utility
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
Average Rating -n/a-
Rate this device: (must be logged in to rate devices login)
Device Type: audio_device
URL (optional):
License (more info): AttributionNonCommercialShareAlike

Device Files

Device File: atk.scsync.amxd
 


Login to comment on this device.

[ browse device library ]