Author Topic: Simulated VU effect on Arches  (Read 3795 times)

Offline JonB256

  • Hero Member
  • *****
  • Posts: 832
    • View Profile
    • My Christmas Website
Re: Simulated VU effect on Arches
« Reply #15 on: August 07, 2016, 07:47:46 PM »
I am not finding either. It involved editing a sequence XML file in Notepad++ and was very recent (within a few days). I'll keep looking.

Offline Gilrock

  • Supporting Member
  • Hero Member
  • *
  • Posts: 6946
    • View Profile
Re: Simulated VU effect on Arches
« Reply #16 on: August 07, 2016, 08:00:44 PM »
I was telling someone just search for the line with the word "fixed" but apparently that was too hard because they said they couldn't find it.  The line will look like this.  Just change the 50 to any number you like for the number of milliseconds.

    <Element type="timing" name="50ms" fixed="50">

Offline Gilrock

  • Supporting Member
  • Hero Member
  • *
  • Posts: 6946
    • View Profile
Re: Simulated VU effect on Arches
« Reply #17 on: August 07, 2016, 08:02:22 PM »
Now you have to have already created a fixed timing track to be able to alter it in the XML.  That's what I bet they didn't realize.  Now this isn't changing the minimum sequence duration.  That's in a different spot.

Offline JonB256

  • Hero Member
  • *****
  • Posts: 832
    • View Profile
    • My Christmas Website
Re: Simulated VU effect on Arches
« Reply #18 on: August 07, 2016, 09:16:55 PM »
Now you have to have already created a fixed timing track to be able to alter it in the XML.  That's what I bet they didn't realize.  Now this isn't changing the minimum sequence duration.  That's in a different spot.

I added a timing track (right click, Add Timing), gave it a name but nothing else.
Saved the sequence. Closed the sequence.
Opened the XML in Notepad+++ and searched for Element Type. Clicked next until it found my new timing track
Added fixed="50" to the end of the line but before the >

Before:
 <Element type="timing" name="fixed 50msec">
      <EffectLayer/>

After:
 <Element type="timing" name="fixed 50msec" fixed="50">
      <EffectLayer/>

Saved the file. Reopened in xLights and it now has fixed timing of 50msec (20 ticks per sec)

I will say this - having a fixed grid that matches your sequence timing makes alignment of effect starts and stops easier to see, but you really have to zoom in.
« Last Edit: August 07, 2016, 09:27:37 PM by JonB256 »

Offline Gilrock

  • Supporting Member
  • Hero Member
  • *
  • Posts: 6946
    • View Profile
Re: Simulated VU effect on Arches
« Reply #19 on: August 07, 2016, 09:32:36 PM »
Ok so that's the hard way.  If you click on the button to bring up Sequence Settings you can click on the Timing tab and click the "New" button and create a "50ms" timing track.  Its not available from the right-click menu on the row heading.

Offline JonB256

  • Hero Member
  • *****
  • Posts: 832
    • View Profile
    • My Christmas Website
Re: Simulated VU effect on Arches
« Reply #20 on: August 07, 2016, 10:00:27 PM »
Keep forgetting about adding Timing that way.  :-[   :-[