logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
ebjorno  
#1 Posted : Wednesday, June 26, 2019 9:04:14 PM(UTC)
ebjorno

Rank: Member

Groups: Registered
Joined: 7/20/2018(UTC)
Posts: 15
Location: Norway

Was thanked: 2 time(s) in 1 post(s)
Hi. This function for decreasing volume incrementally works Function=SetVolume&Input=3&Value=-=5 but the same function for increasing does not work in Scripting Function=SetVolume&Input=3&Value=+=5, although +=5 works for incrementally increasing the audio if it is done with Shortcuts. Is it a bug or am I doing something wrong?
ebjorno  
#2 Posted : Friday, September 20, 2019 6:41:09 PM(UTC)
ebjorno

Rank: Member

Groups: Registered
Joined: 7/20/2018(UTC)
Posts: 15
Location: Norway

Was thanked: 2 time(s) in 1 post(s)
Originally Posted by: ebjorno Go to Quoted Post
Hi. This function for decreasing volume incrementally works Function=SetVolume&Input=3&Value=-=5 but the same function for increasing does not work in Scripting Function=SetVolume&Input=3&Value=+=5, although +=5 works for incrementally increasing the audio if it is done with Shortcuts. Is it a bug or am I doing something wrong?


SOLUTION:

The script has to use Unicode coding for the (=, + and -)

= is 3D
+ is 2B
- is 2D

Examples:

Function=SetPanX&Value=%2B%3D0.01&Input=24
Pans input 24 to the right for 0.01 units

Function=SetPanX&Value=%2D%3D0.01&Input=24
Pans input 24 to the left for 0.01 units
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.