TIP: Creating a TV Sync effect in R3

Post your questions here and we'll all try to help.
Post Reply
craftycurate
Is seriously in love with Resolume. Met the parents and everything
Posts: 322
Joined: Sat Jul 26, 2008 20:26

TIP: Creating a TV Sync effect in R3

Post by craftycurate »

Hi Folks ...

I reported a few bugs yesterday but that was because I was hard at work creating visuals for a live gig tomorrow. I thought - it's summer - share the love ... so I would share a nice discovery as well.

I've been missing the kind of Rebelle\Pixellate TV effects so decided I would try to create one using built in effects. I'm pleased with the results, and they work well for live use.

1. On the master channel, put the following effects in the following order (starting at the top)

Distortion (horizontal sync effect)
Stripper (scanline effect)
Flip (random vertical sync effect)
Vignette


I've created new presets for each of these - how do I share presets?

2. Now link some keystrokes\controller buttons to the Bypass of the first 3 effects, in Toggle\Piano mode.

3. I've also added a TV snow effect on the top layer. created with Particle Illusion - this gives a nice bit of visual interest even to static images - use a hard light or soft light blend mode for this layer.

Will post a video sample later and some presets if someone knows where there are stored.

Thanks
Richard
Win7 x64 Pro | 8GB | Nvidia Go 650M/2GB

User avatar
bart
Team Resolume
Posts: 2223
Joined: Wed Sep 29, 2004 10:01
Location: Resolume HQ

Re: TIP: Creating a TV Sync effect in R3

Post by bart »

Just tried this combo and it looks nice indeed! And so much more tweakable than any TV Sync effect could ever be.

Presets are stored here:
Mac: /Users/[username]/Library/Application Support/Resolume Avenue 3/presets/
PC:/Documents and Settings/[username]/Application Data/Resolume Avenue 3/presets/

But they are stored per plugin and not per preset so it's not easy to exchange them. Perhaps we,ll change this in the future.

craftycurate
Is seriously in love with Resolume. Met the parents and everything
Posts: 322
Joined: Sat Jul 26, 2008 20:26

Re: TIP: Creating a TV Sync effect in R3

Post by craftycurate »

Would it work just to share the <preset> ... </preset> code from the XML file? If so, here are the key presets I used:

i.e. for Flip - here's "1 badTVSync" insert into AVFFGLFlipA104.xml

Code: Select all

<preset uniqueId="A104" name="1 BadTVSync" uniquePresetId="2814296">
      <mixer value="1984083"/>
      <bypassed value="1">
        <keyboardShortcut isContextual="0" path="" description="3" optionIndex="-1" pianoMode="1"
                          invertValue="1" relativeStepValue="0.00499999989" startValue="0"
                          stopValue="0"/>
      </bypassed>
      <folded value="0"/>
      <parameter paramType="10" paramSubType="2" paramControlType="1" playcontrol="1"
                 orgDuration="5000" duration="5000" linkedParamPath="" linkedToPositionOnly="0">
        <name value="Opacity"/>
        <nameGiven value="Opacity"/>
        <textValue value=""/>
        <extended value="0"/>
        <values curValue="0.529100895" defaultValue="1" startValue="0" stopValue="1"/>
        <pointsOfInterest value="0"/>
        <jumpToPointsOfInterest value="-1"/>
        <speedFactor curValue="1.33906063" defaultValue="1" startValue="0.0001" stopValue="10"/>
        <direction value="2"/>
        <playmode value="1"/>
        <playmodeAway value="0"/>
        <linkMultiplier curValue="1" defaultValue="1" startValue="1" stopValue="4096"/>
        <linkModifier curValue="0" defaultValue="0" startValue="0" stopValue="1"/>
      </parameter>
      <parameter paramType="0" paramSubType="1" paramControlType="1" playcontrol="1"
                 orgDuration="5000" duration="5000" linkedParamPath="" linkedToPositionOnly="0">
        <name value="Horizontal"/>
        <nameGiven value="Horizontal"/>
        <textValue value=""/>
        <extended value="0"/>
        <values curValue="0" defaultValue="1" startValue="0" stopValue="1"/>
        <pointsOfInterest value="0"/>
        <jumpToPointsOfInterest value="-1"/>
        <speedFactor curValue="1" defaultValue="1" startValue="0.0001" stopValue="10"/>
        <direction value="3"/>
        <playmode value="1"/>
        <playmodeAway value="0"/>
        <linkMultiplier curValue="1" defaultValue="1" startValue="1" stopValue="4096"/>
        <linkModifier curValue="0" defaultValue="0" startValue="0" stopValue="1"/>
      </parameter>
      <parameter paramType="0" paramSubType="1" paramControlType="1" playcontrol="1"
                 orgDuration="5000" duration="5000" linkedParamPath="" linkedToPositionOnly="0">
        <name value="Vertical"/>
        <nameGiven value="Vertical"/>
        <textValue value=""/>
        <extended value="0"/>
        <values curValue="0" defaultValue="0" startValue="0" stopValue="1"/>
        <pointsOfInterest value="0"/>
        <jumpToPointsOfInterest value="-1"/>
        <speedFactor curValue="1" defaultValue="1" startValue="0.0001" stopValue="10"/>
        <direction value="3"/>
        <playmode value="1"/>
        <playmodeAway value="0"/>
        <linkMultiplier curValue="1" defaultValue="1" startValue="1" stopValue="4096"/>
        <linkModifier curValue="0" defaultValue="0" startValue="0" stopValue="1"/>
      </parameter>
    </preset>
Here's the Distortion one (insert into FFGLDistortionA129.xml)

Code: Select all

 <preset uniqueId="A129" name="1 BadHorizTVSync" uniquePresetId="2986046">
      <mixer value="1984085"/>
      <bypassed value="1">
        <keyboardShortcut isContextual="0" path="" description="1" optionIndex="-1" pianoMode="1"
                          invertValue="1" relativeStepValue="0.00499999989" startValue="0"
                          stopValue="0"/>
      </bypassed>
      <folded value="1"/>
      <parameter paramType="10" paramSubType="1" paramControlType="1" playcontrol="1"
                 orgDuration="5000" duration="5000" linkedParamPath="" linkedToPositionOnly="0">
        <name value="Opacity"/>
        <nameGiven value="Opacity"/>
        <textValue value=""/>
        <extended value="0"/>
        <values curValue="1" defaultValue="1" startValue="0" stopValue="1"/>
        <pointsOfInterest value="0"/>
        <jumpToPointsOfInterest value="-1"/>
        <speedFactor curValue="1" defaultValue="1" startValue="0.0001" stopValue="10"/>
        <direction value="3"/>
        <playmode value="1"/>
        <playmodeAway value="0"/>
        <linkMultiplier curValue="1" defaultValue="1" startValue="1" stopValue="4096"/>
        <linkModifier curValue="0" defaultValue="0" startValue="0" stopValue="1"/>
      </parameter>
      <parameter paramType="10" paramSubType="1" paramControlType="1" playcontrol="1"
                 orgDuration="5000" duration="5000" linkedParamPath="" linkedToPositionOnly="0">
        <name value="Distort"/>
        <nameGiven value="Distort"/>
        <textValue value=""/>
        <extended value="0"/>
        <values curValue="0.363333333" defaultValue="0" startValue="0" stopValue="1"/>
        <pointsOfInterest value="0"/>
        <jumpToPointsOfInterest value="-1"/>
        <speedFactor curValue="1" defaultValue="1" startValue="0.0001" stopValue="10"/>
        <direction value="3"/>
        <playmode value="2"/>
        <playmodeAway value="0"/>
        <linkMultiplier curValue="1" defaultValue="1" startValue="1" stopValue="4096"/>
        <linkModifier curValue="0" defaultValue="0" startValue="0" stopValue="1"/>
      </parameter>
      <parameter paramType="10" paramSubType="2" paramControlType="1" playcontrol="1"
                 orgDuration="5000" duration="5000" linkedParamPath="" linkedToPositionOnly="0">
        <name value="Radius"/>
        <nameGiven value="Radius"/>
        <textValue value=""/>
        <extended value="0"/>
        <values curValue="0.676746786" defaultValue="0.550000012" startValue="0"
                stopValue="1"/>
        <pointsOfInterest value="0"/>
        <jumpToPointsOfInterest value="-1"/>
        <speedFactor curValue="0.58717654" defaultValue="1" startValue="0.0001" stopValue="10"/>
        <direction value="2"/>
        <playmode value="1"/>
        <playmodeAway value="0"/>
        <linkMultiplier curValue="1" defaultValue="1" startValue="1" stopValue="4096"/>
        <linkModifier curValue="0" defaultValue="0" startValue="0" stopValue="1"/>
      </parameter>
    </preset>
Here's the Stripper one (insert into SyzGL_Strippersy69.xml )

Code: Select all

<preset uniqueId="sy69" name="1 Scanlines4" uniquePresetId="2797750">
      <mixer value="1984085"/>
      <bypassed value="1">
        <keyboardShortcut isContextual="0" path="" description="2" optionIndex="-1" pianoMode="1"
                          invertValue="1" relativeStepValue="0.00499999989" startValue="0"
                          stopValue="0"/>
        <keyboardShortcut isContextual="0" path="" description="2" optionIndex="-1" pianoMode="1"
                          invertValue="1" relativeStepValue="0.00499999989" startValue="0"
                          stopValue="0"/>
      </bypassed>
      <folded value="1"/>
      <parameter paramType="10" paramSubType="1" paramControlType="1" playcontrol="1"
                 orgDuration="5000" duration="5000" linkedParamPath="" linkedToPositionOnly="0">
        <name value="Opacity"/>
        <nameGiven value="Opacity"/>
        <textValue value=""/>
        <extended value="0"/>
        <values curValue="0.5" defaultValue="1" startValue="0" stopValue="1"/>
        <pointsOfInterest value="0"/>
        <jumpToPointsOfInterest value="-1"/>
        <speedFactor curValue="1" defaultValue="1" startValue="0.0001" stopValue="10"/>
        <direction value="3"/>
        <playmode value="1"/>
        <playmodeAway value="0"/>
        <linkMultiplier curValue="1" defaultValue="1" startValue="1" stopValue="4096"/>
        <linkModifier curValue="0" defaultValue="0" startValue="0" stopValue="1"/>
      </parameter>
      <parameter paramType="10" paramSubType="1" paramControlType="1" playcontrol="1"
                 orgDuration="5000" duration="5000" linkedParamPath="" linkedToPositionOnly="0">
        <name value="param1"/>
        <nameGiven value="Number"/>
        <textValue value=""/>
        <extended value="0"/>
        <values curValue="1" defaultValue="0.100000001" startValue="0" stopValue="1"/>
        <pointsOfInterest value="0"/>
        <jumpToPointsOfInterest value="-1"/>
        <speedFactor curValue="1" defaultValue="1" startValue="0.0001" stopValue="10"/>
        <direction value="3"/>
        <playmode value="1"/>
        <playmodeAway value="0"/>
        <linkMultiplier curValue="1" defaultValue="1" startValue="1" stopValue="4096"/>
        <linkModifier curValue="0" defaultValue="0" startValue="0" stopValue="1"/>
      </parameter>
      <parameter paramType="10" paramSubType="1" paramControlType="1" playcontrol="1"
                 orgDuration="5000" duration="5000" linkedParamPath="" linkedToPositionOnly="0">
        <name value="param2"/>
        <nameGiven value="Mode"/>
        <textValue value=""/>
        <extended value="0"/>
        <values curValue="0.879310345" defaultValue="0" startValue="0" stopValue="1"/>
        <pointsOfInterest value="0"/>
        <jumpToPointsOfInterest value="-1"/>
        <speedFactor curValue="1" defaultValue="1" startValue="0.0001" stopValue="10"/>
        <direction value="3"/>
        <playmode value="1"/>
        <playmodeAway value="0"/>
        <linkMultiplier curValue="1" defaultValue="1" startValue="1" stopValue="4096"/>
        <linkModifier curValue="0" defaultValue="0" startValue="0" stopValue="1"/>
      </parameter>
      <parameter paramType="10" paramSubType="2" paramControlType="1" playcontrol="1"
                 orgDuration="5000" duration="5000" linkedParamPath="" linkedToPositionOnly="0">
        <name value="param3"/>
        <nameGiven value="Direction"/>
        <textValue value=""/>
        <extended value="0"/>
        <values curValue="0.242236025" defaultValue="0" startValue="0" stopValue="1"/>
        <pointsOfInterest value="0"/>
        <jumpToPointsOfInterest value="-1"/>
        <speedFactor curValue="1" defaultValue="1" startValue="0.0001" stopValue="10"/>
        <direction value="3"/>
        <playmode value="1"/>
        <playmodeAway value="0"/>
        <linkMultiplier curValue="1" defaultValue="1" startValue="1" stopValue="4096"/>
        <linkModifier curValue="0" defaultValue="0" startValue="0" stopValue="1"/>
      </parameter>
      <parameter paramType="10" paramSubType="1" paramControlType="1" playcontrol="1"
                 orgDuration="5000" duration="5000" linkedParamPath="" linkedToPositionOnly="0">
        <name value="param4"/>
        <nameGiven value="Direction Spread"/>
        <textValue value=""/>
        <extended value="0"/>
        <values curValue="0" defaultValue="0" startValue="0" stopValue="1"/>
        <pointsOfInterest value="0"/>
        <jumpToPointsOfInterest value="-1"/>
        <speedFactor curValue="1" defaultValue="1" startValue="0.0001" stopValue="10"/>
        <direction value="3"/>
        <playmode value="1"/>
        <playmodeAway value="0"/>
        <linkMultiplier curValue="1" defaultValue="1" startValue="1" stopValue="4096"/>
        <linkModifier curValue="0" defaultValue="0" startValue="0" stopValue="1"/>
      </parameter>
      <parameter paramType="10" paramSubType="1" paramControlType="1" playcontrol="1"
                 orgDuration="5000" duration="5000" linkedParamPath="" linkedToPositionOnly="0">
        <name value="param5"/>
        <nameGiven value="MovementType"/>
        <textValue value=""/>
        <extended value="0"/>
        <values curValue="0.624137931" defaultValue="0" startValue="0" stopValue="1"/>
        <pointsOfInterest value="0"/>
        <jumpToPointsOfInterest value="-1"/>
        <speedFactor curValue="1" defaultValue="1" startValue="0.0001" stopValue="10"/>
        <direction value="3"/>
        <playmode value="1"/>
        <playmodeAway value="0"/>
        <linkMultiplier curValue="1" defaultValue="1" startValue="1" stopValue="4096"/>
        <linkModifier curValue="0" defaultValue="0" startValue="0" stopValue="1"/>
      </parameter>
      <parameter paramType="10" paramSubType="1" paramControlType="1" playcontrol="1"
                 orgDuration="5000" duration="5000" linkedParamPath="" linkedToPositionOnly="0">
        <name value="param6"/>
        <nameGiven value="Speed"/>
        <textValue value=""/>
        <extended value="0"/>
        <values curValue="0.475862069" defaultValue="0" startValue="0" stopValue="1"/>
        <pointsOfInterest value="0"/>
        <jumpToPointsOfInterest value="-1"/>
        <speedFactor curValue="1" defaultValue="1" startValue="0.0001" stopValue="10"/>
        <direction value="3"/>
        <playmode value="1"/>
        <playmodeAway value="0"/>
        <linkMultiplier curValue="1" defaultValue="1" startValue="1" stopValue="4096"/>
        <linkModifier curValue="0" defaultValue="0" startValue="0" stopValue="1"/>
      </parameter>
      <parameter paramType="10" paramSubType="1" paramControlType="1" playcontrol="1"
                 orgDuration="5000" duration="5000" linkedParamPath="" linkedToPositionOnly="0">
        <name value="param7"/>
        <nameGiven value="SpeedSpread"/>
        <textValue value=""/>
        <extended value="0"/>
        <values curValue="0.720689655" defaultValue="0" startValue="0" stopValue="1"/>
        <pointsOfInterest value="0"/>
        <jumpToPointsOfInterest value="-1"/>
        <speedFactor curValue="1" defaultValue="1" startValue="0.0001" stopValue="10"/>
        <direction value="3"/>
        <playmode value="1"/>
        <playmodeAway value="0"/>
        <linkMultiplier curValue="1" defaultValue="1" startValue="1" stopValue="4096"/>
        <linkModifier curValue="0" defaultValue="0" startValue="0" stopValue="1"/>
      </parameter>
      <parameter paramType="10" paramSubType="1" paramControlType="1" playcontrol="1"
                 orgDuration="5000" duration="5000" linkedParamPath="" linkedToPositionOnly="0">
        <name value="param8"/>
        <nameGiven value="GlobalWidth"/>
        <textValue value=""/>
        <extended value="0"/>
        <values curValue="0.0137931034" defaultValue="1" startValue="0" stopValue="1"/>
        <pointsOfInterest value="0"/>
        <jumpToPointsOfInterest value="-1"/>
        <speedFactor curValue="1" defaultValue="1" startValue="0.0001" stopValue="10"/>
        <direction value="3"/>
        <playmode value="1"/>
        <playmodeAway value="0"/>
        <linkMultiplier curValue="1" defaultValue="1" startValue="1" stopValue="4096"/>
        <linkModifier curValue="0" defaultValue="0" startValue="0" stopValue="1"/>
      </parameter>
      <parameter paramType="10" paramSubType="1" paramControlType="1" playcontrol="1"
                 orgDuration="5000" duration="5000" linkedParamPath="" linkedToPositionOnly="0">
        <name value="param9"/>
        <nameGiven value="MinWidth"/>
        <textValue value=""/>
        <extended value="0"/>
        <values curValue="0.024137931" defaultValue="0.100000001" startValue="0"
                stopValue="1"/>
        <pointsOfInterest value="0"/>
        <jumpToPointsOfInterest value="-1"/>
        <speedFactor curValue="1" defaultValue="1" startValue="0.0001" stopValue="10"/>
        <direction value="3"/>
        <playmode value="1"/>
        <playmodeAway value="0"/>
        <linkMultiplier curValue="1" defaultValue="1" startValue="1" stopValue="4096"/>
        <linkModifier curValue="0" defaultValue="0" startValue="0" stopValue="1"/>
      </parameter>
      <parameter paramType="10" paramSubType="1" paramControlType="1" playcontrol="1"
                 orgDuration="5000" duration="5000" linkedParamPath="" linkedToPositionOnly="0">
        <name value="param10"/>
        <nameGiven value="MaxWidth"/>
        <textValue value=""/>
        <extended value="0"/>
        <values curValue="0.879310345" defaultValue="0.400000006" startValue="0"
                stopValue="1"/>
        <pointsOfInterest value="0"/>
        <jumpToPointsOfInterest value="-1"/>
        <speedFactor curValue="1" defaultValue="1" startValue="0.0001" stopValue="10"/>
        <direction value="3"/>
        <playmode value="1"/>
        <playmodeAway value="0"/>
        <linkMultiplier curValue="1" defaultValue="1" startValue="1" stopValue="4096"/>
        <linkModifier curValue="0" defaultValue="0" startValue="0" stopValue="1"/>
      </parameter>
      <parameter paramType="10" paramSubType="1" paramControlType="1" playcontrol="1"
                 orgDuration="5000" duration="5000" linkedParamPath="" linkedToPositionOnly="0">
        <name value="param11"/>
        <nameGiven value="Feather"/>
        <textValue value=""/>
        <extended value="0"/>
        <values curValue="0.555172414" defaultValue="0" startValue="0" stopValue="1"/>
        <pointsOfInterest value="0"/>
        <jumpToPointsOfInterest value="-1"/>
        <speedFactor curValue="1" defaultValue="1" startValue="0.0001" stopValue="10"/>
        <direction value="3"/>
        <playmode value="1"/>
        <playmodeAway value="0"/>
        <linkMultiplier curValue="1" defaultValue="1" startValue="1" stopValue="4096"/>
        <linkModifier curValue="0" defaultValue="0" startValue="0" stopValue="1"/>
      </parameter>
      <parameter paramType="10" paramSubType="2" paramControlType="1" playcontrol="1"
                 orgDuration="5000" duration="31.0559005" linkedParamPath="" linkedToPositionOnly="0">
        <name value="param12"/>
        <nameGiven value="Red"/>
        <textValue value=""/>
        <extended value="0"/>
        <values curValue="0.0281590209" defaultValue="0" startValue="0.0279503106"
                stopValue="0.0341614907"/>
        <pointsOfInterest value="0"/>
        <jumpToPointsOfInterest value="-1"/>
        <speedFactor curValue="1" defaultValue="1" startValue="0.0001" stopValue="10"/>
        <direction value="2"/>
        <playmode value="1"/>
        <playmodeAway value="0"/>
        <linkMultiplier curValue="1" defaultValue="1" startValue="1" stopValue="4096"/>
        <linkModifier curValue="0" defaultValue="0" startValue="0" stopValue="1"/>
      </parameter>
      <parameter paramType="10" paramSubType="2" paramControlType="1" playcontrol="1"
                 orgDuration="5000" duration="201.863354" linkedParamPath="" linkedToPositionOnly="0">
        <name value="param13"/>
        <nameGiven value="Green"/>
        <textValue value=""/>
        <extended value="0"/>
        <values curValue="0.00625338859" defaultValue="0" startValue="0" stopValue="0.0403726708"/>
        <pointsOfInterest value="0"/>
        <jumpToPointsOfInterest value="-1"/>
        <speedFactor curValue="0.579798952" defaultValue="1" startValue="0.0001" stopValue="10"/>
        <direction value="2"/>
        <playmode value="1"/>
        <playmodeAway value="0"/>
        <linkMultiplier curValue="1" defaultValue="1" startValue="1" stopValue="4096"/>
        <linkModifier curValue="0" defaultValue="0" startValue="0" stopValue="1"/>
      </parameter>
      <parameter paramType="10" paramSubType="2" paramControlType="1" playcontrol="1"
                 orgDuration="5000" duration="295.031056" linkedParamPath="" linkedToPositionOnly="0">
        <name value="param14"/>
        <nameGiven value="Blue"/>
        <textValue value=""/>
        <extended value="0"/>
        <values curValue="0.00920877634" defaultValue="0" startValue="0" stopValue="0.0590062112"/>
        <pointsOfInterest value="0"/>
        <jumpToPointsOfInterest value="-1"/>
        <speedFactor curValue="1" defaultValue="1" startValue="0.0001" stopValue="10"/>
        <direction value="2"/>
        <playmode value="1"/>
        <playmodeAway value="0"/>
        <linkMultiplier curValue="1" defaultValue="1" startValue="1" stopValue="4096"/>
        <linkModifier curValue="0" defaultValue="0" startValue="0" stopValue="1"/>
      </parameter>
    </preset>
Here is a sample of video created using this technique:



What have you discovered? Share the love :)

Cheers
Richard
Win7 x64 Pro | 8GB | Nvidia Go 650M/2GB

User avatar
bart
Team Resolume
Posts: 2223
Joined: Wed Sep 29, 2004 10:01
Location: Resolume HQ

Re: TIP: Creating a TV Sync effect in R3

Post by bart »

Hmm love that video! Much better than my attempt ;-)

GeeEs
Is seriously in love with Resolume. Met the parents and everything
Posts: 256
Joined: Fri Sep 26, 2008 13:26
Location: Netherlands

Re: TIP: Creating a TV Sync effect in R3

Post by GeeEs »

:!: Awesome! Looks really good!

Giving it a shot this weekend.
desktop: Windows 7 home premium 64 bit, MSI 870A-G54, AMD Phenom II X4 955 Black Edition, 4Gb RAM (GVP34GB1600C9DC), NVidia GTX 560
laptop: Windows 7 home premium 32 bit, Core2duo 2Ghz, 4Gb Ram, NVidia 9600m GT

User avatar
gradek
Hasn't felt like this about software in a long time
Posts: 238
Joined: Thu Oct 05, 2006 20:14

Re: TIP: Creating a TV Sync effect in R3

Post by gradek »

yeah, nice effect indeed. I didn't think it would look that good from reading your description. great job. I might test it myself. Thanks for sharing. does it work to just copy the <preset> code as you suggested?
Want to map LED rings with Resolume? Then look no further: https://goo.gl/f2dPGu

craftycurate
Is seriously in love with Resolume. Met the parents and everything
Posts: 322
Joined: Sat Jul 26, 2008 20:26

Re: TIP: Creating a TV Sync effect in R3

Post by craftycurate »

gradek wrote:yeah, nice effect indeed. I didn't think it would look that good from reading your description. great job. I might test it myself. Thanks for sharing. does it work to just copy the <preset> code as you suggested?
Thanks ... not sure about the preset copying - haven't tried it I must confess. Just copied the code sections and pasted them in here. Let us know if it works!
Win7 x64 Pro | 8GB | Nvidia Go 650M/2GB

ROTOR
Is taking Resolume on a second date
Posts: 31
Joined: Thu Jul 23, 2009 13:46

Re: TIP: Creating a TV Sync effect in R3

Post by ROTOR »

it works - thanks a lot! more appreciated :P

willcopps
Hasn't felt like this about software in a long time
Posts: 67
Joined: Thu Jun 11, 2009 03:01

Re: TIP: Creating a TV Sync effect in R3

Post by willcopps »

tried copying the code in and it didn't work. I wish it did! Anyone have better luck?

User avatar
gegenlicht
Is taking Resolume on a second date
Posts: 16
Joined: Mon Oct 13, 2008 19:31
Location: Cologne, Germany

Re: TIP: Creating a TV Sync effect in R3

Post by gegenlicht »

wow this looks really cool. Im trying to work more & more with still images so i will def. check this one out!

Thx for sharing
blinded by lights

Post Reply