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
Chumbaz  
#1 Posted : Sunday, October 6, 2024 6:28:59 PM(UTC)
Chumbaz

Rank: Advanced Member

Groups: Registered
Joined: 4/30/2020(UTC)
Posts: 35
Italy
Location: Monza

Was thanked: 1 time(s) in 1 post(s)
Hallo all

I would like to create a vMix "jingle machine" with bitfocus companion & an elgato streamdeck XL
In other words, i would like to assign 4x8 = 32 sound effects (as laughts, applauses, crashes, and so on) to played on the fly during live events
This can be esily be made with the original elgato software, but unfortunately it does not live very wwll in addition to Companion tool which is mandatory for other usages

I was thinking to a list, but it is not possible to select a specific row to be played so I am a little confused; loading 32 audio input and manage one-by-one seems to me something caotic and very uncomfortable

Someone has some idea/suggestion? Thank you very much
Salvatore  
#2 Posted : Sunday, October 6, 2024 7:06:16 PM(UTC)
Salvatore

Rank: Advanced Member

Groups: Registered
Joined: 11/15/2021(UTC)
Posts: 70
Italy

Thanks: 7 times
Was thanked: 9 time(s) in 7 post(s)
Originally Posted by: Chumbaz Go to Quoted Post
Hallo all

I would like to create a vMix "jingle machine" with bitfocus companion & an elgato streamdeck XL
In other words, i would like to assign 4x8 = 32 sound effects (as laughts, applauses, crashes, and so on) to played on the fly during live events
This can be esily be made with the original elgato software, but unfortunately it does not live very wwll in addition to Companion tool which is mandatory for other usages

I was thinking to a list, but it is not possible to select a specific row to be played so I am a little confused; loading 32 audio input and manage one-by-one seems to me something caotic and very uncomfortable

Someone has some idea/suggestion? Thank you very much




you can assign two functions to one button in companion
or use the ScriptStartDynamic function with this value:

Code:
API.Function("Selectindex", Input:="MyList", Value:=2)
API.Function("Play", Input:="MyList")
Chumbaz  
#3 Posted : Sunday, October 6, 2024 7:54:48 PM(UTC)
Chumbaz

Rank: Advanced Member

Groups: Registered
Joined: 4/30/2020(UTC)
Posts: 35
Italy
Location: Monza

Was thanked: 1 time(s) in 1 post(s)
Originally Posted by: Salvatore Go to Quoted Post
Originally Posted by: Chumbaz Go to Quoted Post
Hallo all

I would like to create a vMix "jingle machine" with bitfocus companion & an elgato streamdeck XL
In other words, i would like to assign 4x8 = 32 sound effects (as laughts, applauses, crashes, and so on) to played on the fly during live events
This can be esily be made with the original elgato software, but unfortunately it does not live very wwll in addition to Companion tool which is mandatory for other usages

I was thinking to a list, but it is not possible to select a specific row to be played so I am a little confused; loading 32 audio input and manage one-by-one seems to me something caotic and very uncomfortable

Someone has some idea/suggestion? Thank you very much




you can assign two functions to one button in companion
or use the ScriptStartDynamic function with this value:

Code:
API.Function("Selectindex", Input:="MyList", Value:=2)
API.Function("Play", Input:="MyList")


OH THIS SOUNDS VERY GOOD
thank you
Users browsing this topic
Guest (2)
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.