vMix Forums
»
General
»
General Discussion
»
How to include an audio fade on a shortcut
Rank: Advanced Member
Groups: Registered
Joined: 3/9/2016(UTC) Posts: 33 Location: Cotswolds, UK
|
I have added an audio playlist and I am trying to create a keyboard shortcut that when I press it it will fade the audio in on that input and when i press it again it will fade the audio out.
Is this possible please?
If not can it be done another way?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,218 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
SetVolumeFade but will need to shortcuts unless you make a script to check the current state and act accordingly
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/9/2016(UTC) Posts: 33 Location: Cotswolds, UK
|
Sorry I don't understand your reply.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/9/2016(UTC) Posts: 33 Location: Cotswolds, UK
|
SO one to fade in and one to fade out? Do I need to set Values?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,218 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
Yes
There is a bit of explanation/instruction written in the add shortcut window when selecting this particular shortcut function
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/9/2016(UTC) Posts: 33 Location: Cotswolds, UK
|
so to fade it up what value do I give it and the same to drop it? Every time i try this I get error messages when i press the button?
It says KEY DOWN ES
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,218 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
Originally Posted by: solo16 Sorry I don't understand your reply.
SetVolumeFade is a one of function where you either fade in or out hence yes you will need 2 separate shortcuts If one is brave one shortcut can call a script that check the currents volume level by reading the XML API which then decides based on the value read to either instruct to fade in or fade out.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/9/2016(UTC) Posts: 33 Location: Cotswolds, UK
|
Yes thanks I have created two, one for fading in and one for fading out. What values do I need to assign to each? I have tried them and I get the KEY DOWN ES error message
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,218 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
Originally Posted by: solo16 so to fade it up what value do I give it and the same to drop it? Every time i try this I get error messages when i press the button?
It says KEY DOWN ES to volume level to go to comma over period of time setvolumefade.JPG (44kb) downloaded 2 time(s).
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/9/2016(UTC) Posts: 33 Location: Cotswolds, UK
|
yes done all that but it does not work.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,218 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
Have you tried with input being the active one (scroll up in the list)
and is value for one 0,200 (200 milliseconds) and other 100,200 for example ?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/9/2016(UTC) Posts: 33 Location: Cotswolds, UK
|
It is an audio list I am trying to trigger.
Function: SetVolumeFade
Input: is the name of the audio playlist
Video: the first audio track in the playlist Value: Set to 200 for the In shortcut and zero for the Out shortcut. I have vaired these figures and I still get the same error message.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,218 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
just check on a playlist and on list input
if input is set to Active and value set to 0,200 and 100,200 respectfully and plaist or list is actually in output it works
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/9/2016(UTC) Posts: 33 Location: Cotswolds, UK
|
I cant set the input to active as it will not know what source to trigger. It has to be set to the playlist.
It still does not work. Going to give up soon.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,218 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
doesnt matter , the source is the one that is active ( the whole list ) if it's a regular list with audio files (not a playlist) you can select that list input and next to video choose current
and again can confirm it works
Maybe need to be a bit clearer o what you are using (you now have even thrown Trigger into the mix) and your shortcut settings , maybe a few screenshots might help also
You have been on this forum since 2016 ?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/9/2016(UTC) Posts: 33 Location: Cotswolds, UK
|
Only just come back to the forum not been on since 2016.
So I am trying to CUE and an audio playlist from a shortcut. The playlist will not be active like a video would as it's just music.
I want to be able to play in holding music at the touch of a button. Once button fades it in and then another button fades it out.
I need to be able to do this irrespective of what video is playing.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,218 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
So now we have also a CUE involved ??
and what is it now , a list or a playlist (doesn't matter if its video or just audio ) Playlist is not an input perse and only responds when active to the shortcut (no other way to specify it ) i this case you actually need to mainpulate the input itself that you have added to the playlist
List is an input so you adjust the audio on that input regardless of which item in the list is actually playing or selected or if it is even active in the output, you can check the response of your shortcut on the audio slider of the list input (again not the specific item in that list )
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/9/2016(UTC) Posts: 33 Location: Cotswolds, UK
|
Thanks. It is a list. Just audio files.
So I need a shortcut to turn on the audio first? Then a shortcut to lift the sound and one to drop the sound.
I have tried turning the audio on with the mouse and then using the shortcuts but I still get error messages.
Maybe you could write instructions on ho to set it up from scratch please?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,218 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
no need for a shortcut to turn sound on , of course if it's not playing you well never hear a sound also ;-) The name of the MP3 here itself doesnt matter (just happens to be the currently selected one ) , it's the List input that counts Be sure there is a comma between the 2 numbers , left is level between 0 and 100 , right is the time for the fade to take volfade1.JPG (45kb) downloaded 3 time(s). volfade2.JPG (44kb) downloaded 6 time(s).
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/9/2016(UTC) Posts: 33 Location: Cotswolds, UK
|
legend thank you. All working now.
|
|
|
|
vMix Forums
»
General
»
General Discussion
»
How to include an audio fade on a shortcut
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.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close