OSCGlue

OSCGlue 1.0alpha





download oscglue alpha1.0.zip (197.43 Kb)


possibilities are manyfold: Use Ableton Live or Cubase to control VVVV, MAX and PD patches, Flash, use the aforementioned languages to control realtime visuals DMX equipment, Video Switchers, Servo Motors etc. via sequencing software. Scrub videos in sync to the sequencer. Simulate MTC output from Ableton Live.

OSCGlue is a simple 24hours hack and may contain bugs. It seems to work under Ableton Live and VVVV. The Plugin will work only under Windows. Receiving messages under other platforms should be possible. Please report your findings. Please direct all questions in the VVVV-Dreams&Rocknroll forum.

Installation


Advanced Features


Example Configuration file


the syntax of the file format is a standard windows .ini file.

[Settings]

; use this port send udp data
; Note: OSCGlue will always broadcast your data.
; Be friendly to your network administrator.

UDPPort = 9999

; name of the plugin, will be used in OSC messages. Some Hosts
; might display this. in case you leave this out, it will default
; to the name of the DLL

Name = OSCGlue

; Set this to 1, if you want to send time messages with the
; current song position. Song position will be given in seconds.
;
; if SendTimeCode is activated, the vst plugin will be created
; as an audio effects processor (so it will need an audio
; track in e.g. ableton live)
; if SendTimeCode is deactivated it will work as as a synth
; plugin

SendTimeCode = 1

; time code will be received in OSC as /OSCGlue/Time

; --------------------------------------------
; now we can add parameters.
; for each variable you want to have in your plugin, create
; the following block:

[Frequency]

; this will be received in OSC as /OSCGlue/Frequency

Min=16
Max=18000
Default=440
Unit=Hz

[Lamp1]

; this will be received in OSC as /OSCGlue/Lamp1

Min=0
Max=100
Default=0
Unit=Percent

[Lamp2]

; this will be received in OSC as /OSCGlue/Lamp2

Min=0
Max=100
Default=0
Unit=Percent


Thanks

OSC Glue is (c) by Sebastian Oschatz / meso.
All rights reserved.

This plugin wouldn´t be in existence without the wonderful and well documented vst-delphi wrapper by Tobias Fleischer http://www.tobybear.de Thank You Very Much!