User Tools

Site Tools


macros:identifier:handle

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:handle [2018/06/19 15:47] – ↷ Links adapted because of a move operation icke_siegenmacros:identifier:handle [2024/08/24 08:50] (current) icke_siegen
Line 36: Line 36:
 </code> </code>
  
-This calls the function [[macros:function:cuelists.goback]] and refers it to the handle identified by the [[macros:identifier:location]] string ''"Location=Playbacks,2,1"'': Playbacks, Page 2, Number 1. You may also want to have a look at [[http://www.avolites.de/downloads/miditoweb/gettitanids.htm|getTitanIds]] in order to find the correct locations.+This calls the function [[macros:function:cuelists.goback]] and refers it to the handle identified by the [[macros:identifier:location]] string ''"Location=Playbacks,2,1"'': Playbacks, Page 2, Number 1. You may also want to have a look at [[http://www.avosupport.de/downloads/miditoweb/gettitanids.htm|getTitanIds]] in order to find the correct locations.
  
 In general, location is passed as string, with strict formating: In general, location is passed as string, with strict formating:
Line 73: Line 73:
  
 Technically, this syntax looks like https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/named-and-optional-arguments: you have to name the argument 'userNumber', and after a colon give the value. Technically, this syntax looks like https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/named-and-optional-arguments: you have to name the argument 'userNumber', and after a colon give the value.
 +
 +Another hint http://forum.avolites.com/viewtopic.php?f=20&t=5997:
 +
 +>You cannot use the userNumber cast for the IsClaimed function as Handles is used for all types of handles and therefore it doesn’t know to what type of handle the user number pertains.
 +
 +  Handles.IsClaimed(userNumber:83)
 +
 +does not work but
 +
 +  Handles.IsClaimed("cueHandleUN=1")
 +  
 +does.
  
 == Also used in == == Also used in ==
macros/identifier/handle.1529423240.txt.gz · Last modified: 2018/06/19 15:47 by icke_siegen

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki