macros:identifier:usernumber
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
macros:identifier:usernumber [2018/08/17 15:26] – [userNumber] icke_siegen | macros:identifier:usernumber [2021/06/13 14:51] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 18: | Line 18: | ||
>The text string should match the type of the handle you are wanting to access. So in theory you should use cueHandle, chaseHandle and cuelistHandle dependent on the type of playback you are using. In this case the user numbers are shared by all three types so will probably work however may have side effects in other cases. There is also a generic playbackHandle that can be used for all three types. | >The text string should match the type of the handle you are wanting to access. So in theory you should use cueHandle, chaseHandle and cuelistHandle dependent on the type of playback you are using. In this case the user numbers are shared by all three types so will probably work however may have side effects in other cases. There is also a generic playbackHandle that can be used for all three types. | ||
+ | > | ||
+ | >Also note that for functions that explicitly require a parameter of type handle such as SetSourceHandleFromHandle you do not need to prefix the string with handle: as it will be automatically converted. | ||
+ | See another example for the use of ''" | ||
+ | |||
+ | And another hint: casting doesn' | ||
+ | >It appears that you cannot use the cast operator within a statement block. It tries to get the function being called but cannot find it inside the statement block. | ||
+ | |||
+ | See [[macros: | ||
+ | |||
+ | As an IEnumarable cannot be set in a macro it is not (as of Titan 11) possible to select multiple playbacks by their usernumber, see http:// | ||
Technically, | Technically, | ||
+ | |||
+ | In **Titan v15** this has slightly changed so that there are a few ways to set an IEnumerable, | ||
+ | |||
+ | Another important thing there is when the string notation (" | ||
[[: | [[: |
macros/identifier/usernumber.1534519569.txt.gz · Last modified: 2018/08/17 15:26 (external edit)