User Tools

Site Tools


macros:identifier:location

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
macros:identifier:location [2018/06/19 15:50] – ↷ Links adapted because of a move operation icke_siegenmacros:identifier:location [2020/04/19 18:03] (current) – ↷ Links adapted because of a move operation icke_siegen
Line 14: Line 14:
 <step>CueLists.GoBack("Location=Playbacks,2,1")</step> <step>CueLists.GoBack("Location=Playbacks,2,1")</step>
 </code> </code>
 +
 +Regarding pages see http://forum.avolites.com/viewtopic.php?f=20&t=5786 - there are funtions which only accept a handle group and index, always refering to the current page:
 +>These functions are for use in places like the Record menu where the user is selecting a physical button and as such are hard coded to use the current page.
 +
 +>Pages have the following properties:
 +>  * Index: The internal page index, starts from zero.
 +>  * DisplayIndex: The page number that is displayed to the user, normally starts from one except for the preset pages on the Pearl Expert.
 +>  * Name: The legend of the page.
 +>  * DisplayName: The legend of the page if it has been set otherwise the display index.
 +
 +For an example of how to read the page index and put it in another property see [[macros:property:handles.playbackwindow.page.index|]]
 +
 +You can retrieve some locations from you show using web API, see [[webapi:examples:titanids]].
  
 ==== Known Handle Group Ids ==== ==== Known Handle Group Ids ====
  
-  * [[macros:types:object:handle:location:workspaces|Workspaces]] -- the Workspaces area +  * [[macros:identifier:location:workspaces|Workspaces]] -- the Workspaces area 
-  * [[macros:types:object:handle:location:fixtures|Fixtures]]  -- the Fixtures workspace window +  * [[macros:identifier:location:fixtures|Fixtures]]  -- the Fixtures workspace window 
-  * [[macros:types:object:handle:location:groups|Groups]]  -- the Groups workspace window+  * [[macros:identifier:location:groups|Groups]]  -- the Groups workspace window
  
-  * [[macros:types:object:handle:location:playbacks]] -- the main fader handles. +  * [[macros:identifier:location:playbacks]] -- the main fader handles. 
-  * [[macros:types:object:handle:location:rollera|RollerA]]  -- the lefthand roller on a Pearl Expert, and the odd pages of the roller on a Tiger Touch etc. However it is way easier to use 'playbacks' (see above). Also this is more transparent across the console types. +  * [[macros:identifier:location:rollera|RollerA]]  -- the lefthand roller on a Pearl Expert, and the odd pages of the roller on a Tiger Touch etc. However it is way easier to use 'playbacks' (see above). Also this is more transparent across the console types. 
-  * [[macros:types:object:handle:location:rollerb|RollerB]]  -- the righthand roller on a Pearl Expert, and the even pages of the roller on a Tiger Touch etc. However it is way easier to use 'playbacks' (see above). Also this is more transparent across the console types. +  * [[macros:identifier:location:rollerb|RollerB]]  -- the righthand roller on a Pearl Expert, and the even pages of the roller on a Tiger Touch etc. However it is way easier to use 'playbacks' (see above). Also this is more transparent across the console types. 
-  * [[macros:types:object:handle:location:staticplaybacks|StaticPlaybacks]]  -- the top-right fader handles on a Tiger Touch and button handles on a Titan Mobile/Quartz, also shown in the 'Static Playbacks' workspace window. Note that the second row in this window refers to Static Playback handles 11~20. +  * [[macros:identifier:location:staticplaybacks|StaticPlaybacks]]  -- the top-right fader handles on a Tiger Touch and button handles on a Titan Mobile/Quartz, also shown in the 'Static Playbacks' workspace window. Note that the second row in this window refers to Static Playback handles 11~20. 
-  * [[macros:types:object:handle:location:mobilewingaplaybacks|MobileWingAPlaybacks]]  -- the fader handles on a Titan Mobile Faderwing, also mapped to the corresponding workspace window +  * [[macros:identifier:location:mobilewingaplaybacks|MobileWingAPlaybacks]]  -- the fader handles on a Titan Mobile Faderwing, also mapped to the corresponding workspace window 
-  * [[macros:types:object:handle:location:mobilewingaexecutor|MobileWingAExecutor]]  -- the button handles on a Titan Mobile Faderwing, also mapped to the corresponding workspace window +  * [[macros:identifier:location:mobilewingaexecutor|MobileWingAExecutor]]  -- the button handles on a Titan Mobile Faderwing, also mapped to the corresponding workspace window 
-  * [[macros:types:object:handle:location:presets|Presets]]  -- the upper fader handles on a Pearl Expert and Sapphire Touch which can be used for fixtures and for playbacks. The blue Swop buttons function as select buttons. Note that the Sapphire Touch supports 60 pages while the Pearl Expert knows only of 4 pages. This is also mapped to the 'Fixtures and Playbacks' workspace window. +  * [[macros:identifier:location:presets|Presets]]  -- the upper fader handles on a Pearl Expert and Sapphire Touch which can be used for fixtures and for playbacks. The blue Swop buttons function as select buttons. Note that the Sapphire Touch supports 60 pages while the Pearl Expert knows only of 4 pages. This is also mapped to the 'Fixtures and Playbacks' workspace window. 
-  * [[macros:types:object:handle:location:presetflashes|PresetFlashes]]  -- the flash buttons for the upper presets on a Pearl Expert. You can store palettes and groups here. This is also mapped to the 'Groups an Palettes' workspace window. +  * [[macros:identifier:location:presetflashes|PresetFlashes]]  -- the flash buttons for the upper presets on a Pearl Expert. You can store palettes and groups here. This is also mapped to the 'Groups an Palettes' workspace window. 
-  * [[macros:types:object:handle:location:playbackwindow|PlaybackWindow]]  -- the Playbacks workspace window +  * [[macros:identifier:location:playbackwindow|PlaybackWindow]]  -- the Playbacks workspace window 
-  * [[macros:types:object:handle:location:macros|Macros]]  -- the Macros workspace window and the 10 designated 'Workspaces, Macros and Executors' buttons on a Tiger Touch - note that these are hard-linked to handles 1~10 in the current page of the macros workspace window and are paged with those.+  * [[macros:identifier:location:macros|Macros]]  -- the Macros workspace window and the 10 designated 'Workspaces, Macros and Executors' buttons on a Tiger Touch - note that these are hard-linked to handles 1~10 in the current page of the macros workspace window and are paged with those.
  
-  * [[macros:types:object:handle:location:colours|Colours]]  -- the Colours workspace window +  * [[macros:identifier:location:colours|Colours]]  -- the Colours workspace window 
-  * [[macros:types:object:handle:location:positions|Positions]]  -- the Positions workspace window+  * [[macros:identifier:location:positions|Positions]]  -- the Positions workspace window
   * [[macros:identifier:location:beams|Beams]]  -- the Gobos&Beams workspace window   * [[macros:identifier:location:beams|Beams]]  -- the Gobos&Beams workspace window
-  * [[macros:types:object:handle:location:media|Media]]  -- the Media workspace window +  * [[macros:identifier:location:media|Media]]  -- the Media workspace window 
-  * [[macros:types:object:handle:location:effects|Effects]]  -- the Shapes&Effects workspace window+  * [[macros:identifier:location:effects|Effects]]  -- the Shapes&Effects workspace window
  
 == used in == == used in ==
macros/identifier/location.1529423425.txt.gz · Last modified: 2018/06/19 15:50 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki