Search found 182 matches

by sideshowbond
13 Jun 2018, 15:08
Forum: Titan Macro Library
Topic: Window Properties Macro
Replies: 17
Views: 13343

Re: Window Properties Macro

brilliant, thanks Greg.

Just to be sure: you haven't specified a data type in your first and you have in your last example. Do I or do I not need to?
by sideshowbond
12 Jun 2018, 15:38
Forum: Titan Macro Library
Topic: SetSourceHandleFromHandle
Replies: 1
Views: 3193

Re: SetSourceHandleFromHandle

found out I was missing something else.

Code: Select all

<step>Handles.SetSourceHandleFromHandle("workspaceHandleUN=5")</step>
does the trick
by sideshowbond
12 Jun 2018, 15:02
Forum: Titan Macro Library
Topic: SetSourceHandleFromHandle
Replies: 1
Views: 3193

SetSourceHandleFromHandle

does

Code: Select all

SetSourceHandleFromHandle
work with workspaces as well?

Found this in one of Gregs Macros

Code: Select all

<step>Handles.SetSourceHandleFromHandle("chaseHandleUN=22")</step>
and managed to make it work for cuelists as well but not for workspaces
by sideshowbond
12 Jun 2018, 10:39
Forum: Titan Macro Library
Topic: Window Properties Macro
Replies: 17
Views: 13343

Window Properties Macro

I am trying to set window properties for the playbacks workspace in a macro. More specifically I am trying to set rows & columns. I tried ActionScript.SetProperty.Int32("Windows.Playbacks.FixedColumns", 5) as I have similar macros controlling Display Options in Channel Grid. Didn't do ...
by sideshowbond
12 Jun 2018, 08:36
Forum: General Discussion
Topic: Ideas and Features
Replies: 3
Views: 6049

Re: Ideas and Features

Everything Nic says apart from - The voting system is open to abuse with unlimited votes. For example you could vote for everything. Or you might order by most popular and then end up voting for the top ones. I think there is a good point for being able to like/unlike every entry. I wouldn't want to...
by sideshowbond
12 Jun 2018, 08:27
Forum: Titan Web API
Topic: delete workspaces via API
Replies: 1
Views: 20280

delete workspaces via API

is it possible to delete workspaces via API?
by sideshowbond
10 Jun 2018, 10:04
Forum: General Discussion
Topic: Ideas and Features
Replies: 3
Views: 6049

Ideas and Features

I was wondering how and when posts are being moderated in the Ideas and Features section of the website. I am trying to push this a little and keep on realising that it needs weeks for posts to be admitted. I know someone needs to dedicate their time but the way it works right now you might as well ...
by sideshowbond
31 May 2018, 18:34
Forum: Titan Web API
Topic: Macros/Run: what does macroId refer to?
Replies: 2
Views: 17911

Re: Macros/Run: what does macroId refer to?

aahh, could have actually thought of that - feeling ever so slightly stoopid now. Thanks.

However
titan/script/2/Macros/Run?macroId=Avolites.Macros.Go
is giving me 'true' as a result but doesn't run the macro. Am I missing a step here?
by sideshowbond
30 May 2018, 22:47
Forum: Titan Web API
Topic: Macros/Run: what does macroId refer to?
Replies: 2
Views: 17911

Macros/Run: what does macroId refer to?

I'm trying to get macros to run via API however I am kinda unsure what macroId refers to. I tried user number, legend and titan ID, all to no avail. Ideally I'd like to go with user numbers.

"A macro with the id '2' could not be found."
This is the error I'm getting
by sideshowbond
30 May 2018, 22:40
Forum: Titan Web API
Topic: SetGroupFaderLevel using user numbers
Replies: 1
Views: 16709

SetGroupFaderLevel using user numbers

Evening folks,

is it possible to use SetGroupFaderLevel with user number instead of location or Titan ID? I got location specific macros that work fine but I'm trying to create a html fader that controls a group master using user numbers.

Cheers
by sideshowbond
28 May 2018, 22:21
Forum: Titan Web API
Topic: SetGrandMasterFaderLevel
Replies: 3
Views: 18836

Re: SetGrandMasterFaderLevel

couldn't cast oldValue

titan/script/2/Masters/SetGrandMasterFaderLevel?oldValue=null&value=$$$
running via an html fader (on Sebs API Demo sheet)
by sideshowbond
28 May 2018, 22:11
Forum: Avolites Consoles
Topic: shape.xml in TT V11
Replies: 4
Views: 3302

Re: shape.xml in TT V11

as Greg pointed out be aware that everytime you update the library it'll install the default shape.xml. Make sure you have a backup if you do fancy stuff.

Also there is a part in Sebastians Wiki
http://www.avolites.de/wiki/shapes:introduction
by sideshowbond
28 May 2018, 21:42
Forum: Titan Web API
Topic: SetGrandMasterFaderLevel
Replies: 3
Views: 18836

SetGrandMasterFaderLevel

Evening, I'm trying to get SetGrandMasterFaderLevel to work. a) the error I'm getting is "Error: Couldn't cast oldValue". Any hint on what I am doing wrong? I've been using the value it's been set to and random vlaues as oldValue. b) is that function working without the oldValue argument? ...
by sideshowbond
27 May 2018, 21:22
Forum: Titan Web API
Topic: Freeze Masters
Replies: 1
Views: 16795

Freeze Masters

Evening,

is there a way to use the new freeze masters key profile as a function via API?

Cheers
by sideshowbond
27 May 2018, 21:11
Forum: Titan Macro Library
Topic: Set BPM?
Replies: 6
Views: 6304

Re: Set BPM?

thought so. Thanks Greg.