forked from xLightsSequencer/xLights
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix xLightsSequencer#3260 - rotozoom order not being saved
- Loading branch information
1 parent
670e667
commit f902af7
Showing
7 changed files
with
95 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<!--xlights> | ||
<tip url="00018.html" title="Shift effects" category="Sequencing" level="Intermediate" exclude=""/> | ||
</xlights--> | ||
</head> | ||
<body> | ||
<h1>Shift effects</h1> | ||
<p>Ever needed to just shift everything in a sequence slightly left or right … maybe because the audio file you have is slightly different to the sequence you imported.</p> | ||
<p>The Edit Menu Shift Effects function is for you. It will allow you to shift everything in your sequence by a specified number of milliseconds. Use negative numbers to shift left and positive numbers to shift right.</p> | ||
<p>To shift a subset of effects use the Shift Selected Effects option.</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<!--xlights> | ||
<tip url="00019.html" title="Sequence statistics" category="Sequencing" level="Advanced" exclude=""/> | ||
</xlights--> | ||
</head> | ||
<body> | ||
<h1>Sequence statistics</h1> | ||
<p>Sometimes you just need to see the stats … and the Tools menu Export Effects has a bunch of stats about your sequence including:</p> | ||
<ul> | ||
<li>A full effect by effect listing in table form including: | ||
<ul> | ||
<li>Start time</li> | ||
<li>End time</li> | ||
<li>Duration</li> | ||
<li>Effect description – if you entered one</li> | ||
<li>The model it is on</li> | ||
<li>Files used by the effect</li> | ||
</ul> | ||
</li> | ||
<li>At the end a summary of your sequence including: | ||
<ul> | ||
<li>How often you used each effect type</li> | ||
<li>The total time each effect type is used</li> | ||
<li>The full list of files your sequence depends upon … images, videos etc</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<!--xlights> | ||
<tip url="00020.html" title="Sequencer navigation shortcuts" category="Sequencing" level="Advanced" exclude=""/> | ||
</xlights--> | ||
</head> | ||
<body> | ||
<h1>Sequencer navigation shortcuts</h1> | ||
<p>Navigating quickly in the sequencer can save a lot of time:</p> | ||
<ul> | ||
<li>Scroll Wheel – scrolls models up and down</li> | ||
<li>Shift + Scroll Wheel – scrolls time left and right</li> | ||
<li>Ctrl + Scroll Wheel – zooms in and out</li> | ||
<li>Page up/down – scrolls models up and down</li> | ||
<li>Up/Down arrows – moves selected effects between layers/models</li> | ||
<li>Home – jumps to start of sequence</li> | ||
<li>End – jumps to end of sequence</li> | ||
<li>Ctrl + . – remembers where you current at</li> | ||
<li>Ctrl + / - jumps back to the location you just saved with Ctrl + .</li> | ||
</ul> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters