Downloads
-
March 19th, 2009
This is a Quartz Composer Clip macro, that allows for a linear translation of a variable number. Basically you can use it to translate a number within a certain range (say [0,1]) to a new range (say [-1,1]). Fill in the old and new ranges, and attach the input. The patch will take care of the math for you.
Place the .qtz file in ~yourhomefolder/Library/Application Support/Apple/Developer Tools/Quartz Composer/Clips. It should then be available from the patch creator window.
Inputs:
value – the value to be translated
oldMin – the old minimum of the value (ie 0)
oldMax – the old maximum of the value (ie 1)
newMin – the new minimum of the value (ie -1)
newMax – the new maximum of the value (ie 1) -
November 28th, 2008
A beta version of a qcplugin for VDMX that spits out sequential values, with a controllable random factor. Useful for getting a simple random playback of a clip.
Random rate controls how often the playhead will jump to a new random point.
Playback speed does what it says on the tin: controls the speed of playback of the clip. This is the part that still needs work, because ideally this should take its cue straight from VDMX.Now also with automatic or manual trigger options:
auto_trigger_switch turns automatic triggering on or off
random_trigger gives a new random value when auto_trigger is offgoto10_RandomPlayback.qtzThis patch now uses some private beta VDMX options and I don’t feel comfortable sharing that on the world wide web yet. Please contact me directly if you want to beta test.