Cakewalk VS-700c drivers

The VS-700c runs as an unsupported Midi control surface in Ableton Live on Mac OS 10.9.

update for Yosemite 6/2015

In Yosemite, disable the restriction on loading unsigned kext’s: http://apple.stackexchange.com/questions/163059/how-can-i-disable-kext-signing-in-mac-os-x-10-10-yosemite

Type this command into terminal:

sudo nvram boot-args=kext-dev-mode=1


Original post…

An open source development project for the Cakewalk control surface SDK: https://github.com/Cakewalk/Cakewalk-Control-Surface-SDK

 

MIDI specification document:

https://github.com/Cakewalk/Cakewalk-Control-Surface-SDK/blob/master/Doc/Guide%20to%20the%20Cakewalk%20Control%20Surface%20Interface%20and%20Framework.doc

And here – in the code: https://github.com/Cakewalk/Cakewalk-Control-Surface-SDK/tree/master/Surfaces/VS700

 

cv.jit motion analysis

By Jean-Marc Pelletier

http://jmpelletier.com/cvjit/

Motion Analysis

cv.jit.opticalflow Estimates the optical flow using various algorithms.
cv.jit.LKflow Estimates the optical flow using the Lucas-Kanade technique.
cv.jit.HSflow Estimates the optical flow using the Horn-Schunk technique.
cv.jit.track Track the position of up to 255 individual pixels.
cv.jit.features2track Initialize cv.jit.track to easiest pixels to track.
cv.jit.framesub Difference between consecutive frames.
cv.jit.shift Region tracking using the MeanShift and CAMShift algorithms.
cv.jit.touches Track multiple regions at a time. (Optimized for multi-touch interfaces.)

 

Project examples:

http://www.yourepeat.com/g/cv.jit

 

Cycle-delic

Video feedback generator

By Adam Schabtach at cycling74.com 

in Max/MSP examples: examples/jitter-examples/3rd-party/Cycle-delic.maxpat