Enjoy!

daxx wrote:Hi,
how do I instal this? Do I have to buy MAX? Or is there a free solution somewhere?
grtz
Yep, I spotted that. Most things with a parameter list have changed. Fortunately, the change makes it more logical. Should have this fixed in a bit.gradek wrote:gpvillamil,
perhaps your already aware, but this patch does not work with Resolume version 3.1.3 due to the OSC changes in the update. things like global beat snap, still work, but don't correspond to the correct setting. Changing to BPM/Timeline mode does not work anymore. There is probably much more, but have not tested everything.
I've posted the update to the first message in this thread, v0.95 now works correctly with Resolume 3.1.3. The changes to the OSC command actually greatly simplify the construction of the patch. Let me know how it goes.gradek wrote:gpvillamil,
perhaps your already aware, but this patch does not work with Resolume version 3.1.3 due to the OSC changes in the update. things like global beat snap, still work, but don't correspond to the correct setting. Changing to BPM/Timeline mode does not work anymore. There is probably much more, but have not tested everything.
Hi guys,edwin wrote:Gian,
Hers is a list of some feautures tucked away in the menu's.
Let me know if you miss some.
///OSC
Beat snap can be set on clip level and on composition level.
Beatsnap is internally called quantization
To change the clip quantization
/clip/quantization (known as beatsnap)
QUANTIZATION_NONE 1
QUANTIZATION_GLOBAL 2
QUANTIZATION_8_BARS 3
QUANTIZATION_4_BARS 4
QUANTIZATION_2_BARS 5
QUANTIZATION_1_BAR 6
QUANTIZATION_HALF_BAR 7
QUANTIZATION_QUARTER_BAR 8
QUANTIZATION_EIGHT_BAR 9
QUANTIZATION_SIXTEENTH_BAR 10
Composition quantization is defined in the playbackcontroller
/playbackController/quantization
QUANTIZATION_NONE 1
QUANTIZATION_GLOBAL 2 (global is not relevant here)
QUANTIZATION_8_BARS 3
QUANTIZATION_4_BARS 4
QUANTIZATION_2_BARS 5
QUANTIZATION_1_BAR 6
QUANTIZATION_HALF_BAR 7
QUANTIZATION_QUARTER_BAR 8
QUANTIZATION_EIGHT_BAR 9
QUANTIZATION_SIXTEENTH_BAR 10
/clip/target
CLIP_TARGET_GLOBAL 1
CLIP_TARGET_SAME_LAYER 2
CLIP_TARGET_ACTIVE_LAYER 3
CLIP_TARGET_FIRST_FREE_LAYER 4
/composition/target
CLIP_TARGET_GLOBAL 1 (global is not relevant here)
CLIP_TARGET_SAME_LAYER 2
CLIP_TARGET_ACTIVE_LAYER 3
CLIP_TARGET_FIRST_FREE_LAYER 4
/clip/triggerstyle/
CLIP_TRIGGERSTYLE_GLOBAL 1
CLIP_TRIGGERSTYLE_NORMAL 2
CLIP_TRIGGERSTYLE_PIANO 3
/composition/triggerStle (made a typo here, triggerStle instead of triggerStyle, but this will be fixed in 3.0.2)
CLIP_TRIGGERSTYLE_GLOBAL 1 (global is not relevant here)
CLIP_TRIGGERSTYLE_NORMAL 2
CLIP_TRIGGERSTYLE_PIANO 3
Thanx for info... I would try to make this work some other way.goto10 wrote:Unfortunately, these were turned off in Resolume 4.
This was done to make the way that OSC works more consistent with other mapping modes, and to ease the load of OSC output a little.
So I'm afraid you will have to find another way to make this work with your installation.