User Tools

Site Tools


macros:example:setchasespeed

Differences

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

Link to this comparison view

Next revision
Previous revision
macros:example:setchasespeed [2018/09/08 14:26] – created icke_siegenmacros:example:setchasespeed [2019/04/27 15:04] (current) – external edit 127.0.0.1
Line 1: Line 1:
 Example Example
  
-====== Set chase speed ======+====== Chase - Set chase speed ======
  
 ^ by: | Kim Wida, February 2018 | ^ by: | Kim Wida, February 2018 |
Line 24: Line 24:
 ===== Code ===== ===== Code =====
 <code xml 0.6sec.xml> <code xml 0.6sec.xml>
 +<?xml version="1.0" encoding="utf-8"?>
 <avolites.macros> <avolites.macros>
   <macro id="Change_06_Speed">   <macro id="Change_06_Speed">
Line 50: Line 50:
  
   * ''ActionScript.SetProperty("Playbacks.Editor.SelectedPlayback", handle:"chaseHandleUN=17589")'' selects distinct chase playbacks identified by their user number   * ''ActionScript.SetProperty("Playbacks.Editor.SelectedPlayback", handle:"chaseHandleUN=17589")'' selects distinct chase playbacks identified by their user number
-  * ''ActionScript.SetProperty("Playbacks.Editor.Times.PlaybackSpeed", 100.0)'' sets a certain speed for the selected chase. Seems that the actual speed is calculated on a basis of 3,600 BPM, or 1 == 1/60 second+  * ''ActionScript.SetProperty("Playbacks.Editor.Times.PlaybackSpeed", 100.0)'' sets a certain speed for the selected chase. It seems that the actual speed is calculated on a basis of 3,600 BPM: setting the chase speed property to 100 effectively sets it to 100 BPM 0.6s, setting a chase speed to 50 sets it to 50 BPM = 1.2s.
   * ''Handles.SetSourceHandleFromHandle("chaseHandleUN=1049")'' selects another playback to set its legend   * ''Handles.SetSourceHandleFromHandle("chaseHandleUN=1049")'' selects another playback to set its legend
   * ''ActionScript.SetProperty("Handles.PendingLegend", "Speed 200%")'' sets this handle's legend as indicator for the current setting   * ''ActionScript.SetProperty("Handles.PendingLegend", "Speed 200%")'' sets this handle's legend as indicator for the current setting
 +
 +Remarks by Gregory in the forum:
 +>You may wish to consider using the Playbacks.Editor.Times.ChaseSpeedMultiplier property as this allows you to double (2) or half (0.5) the speed of whatever the BPM is set to. This means that if you had some chases that you wanted by default to run faster or slower you could set the BPM accordingly and then set the multiplier to double or half the speed.
  
 ===== How to use it ===== ===== How to use it =====
macros/example/setchasespeed.1536416782.txt.gz · Last modified: 2018/09/08 14:26 by icke_siegen

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki