User Tools

Site Tools


create_sequence:sequence_understanding

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
create_sequence:sequence_understanding [2013/06/17 23:05] – [How can I see/edit the sequence file content] zenbasscreate_sequence:sequence_understanding [2013/06/17 23:12] – [How can I see/edit the sequence file content] zenbass
Line 201: Line 201:
   * Convert in hexadecimal, 14078 = **36FE**   * Convert in hexadecimal, 14078 = **36FE**
  
-So, with an hex editor, or a program of your own, patch one octet at your file address **36FE** to set the fading time of your 3rd step.+So, with an hex editor, or a program of your own, patch one octet at your file address **36FE** to set the fading time of your 3rd step. remember, the value you store here is in units of 500 milliseconds, so if you want a fading time of 2 seconds and half, you must store "05".
  
 Now the Step Duration Time for a given step: <note tip>8 + (("Step Number" - 1) * 7036)</note> Now the Step Duration Time for a given step: <note tip>8 + (("Step Number" - 1) * 7036)</note>
 As an exemple, the duration time for your 4th Step will be an octet, from 00 to FF, at your File Address: As an exemple, the duration time for your 4th Step will be an octet, from 00 to FF, at your File Address:
-8 + ((4 - 1) * 7036) = **21116** in decimal, giving **527C** in hexadecimal.+8 + ((4 - 1) * 7036) = **21116** in decimal, giving **527C** in hexadecimal. Here you store in units of 100 milliseconds.
  
 Now, the **value** (one octet, 00 to FF) for a given DMX Channel within a given Step: Now, the **value** (one octet, 00 to FF) for a given DMX Channel within a given Step:
Line 222: Line 222:
   * You just have to store "02" (stands for Snap) at your file address 529A.   * You just have to store "02" (stands for Snap) at your file address 529A.
  
 +To complete, be warned, **this works with FreeStyler 3.5.2**. However, the format might change in future versions, and all the above formulas would be obsolete.
  
create_sequence/sequence_understanding.txt · Last modified: 2013/06/17 23:22 by zenbass

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki