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?
Cheers
SetGrandMasterFaderLevel
Moderator: Moderators
- sideshowbond
- Posts: 182
- Joined: 18 Nov 2016, 20:58
Re: SetGrandMasterFaderLevel
Try passing the value null for the oldValue parameter without any quotes.
- sideshowbond
- Posts: 182
- Joined: 18 Nov 2016, 20:58
Re: SetGrandMasterFaderLevel
couldn't cast oldValue
titan/script/2/Masters/SetGrandMasterFaderLevel?oldValue=null&value=$$$
running via an html fader (on Sebs API Demo sheet)
titan/script/2/Masters/SetGrandMasterFaderLevel?oldValue=null&value=$$$
running via an html fader (on Sebs API Demo sheet)
Re: SetGrandMasterFaderLevel
Unfortunately WebAPI is unable to handle that parameter type at present however you can use it in macros e.g.:Note that you need to have the Grand Master Fader user setting set to Enabled.
Code: Select all
Masters.SetGrandMasterFaderLevel(null, 0.5)
Who is online
Users browsing this forum: No registered users and 2 guests