vMix Forums
»
General
»
Hardware Compatibility
»
Possible to implement own Activator for MIDI Controller?
Rank: Advanced Member
Groups: Registered
Joined: 12/10/2016(UTC) Posts: 126 Location: Frankfurt, Germany Thanks: 93 times Was thanked: 19 time(s) in 14 post(s)
|
Hi,
I'm using a "MIDI Fighter 3D" as a MIDI Controller for vMix. I tried some Activator settings and could find some color changing with settings for different controllers. But I would really like to make full use of colors and blink effects of the controller. Is it possible to implement my own "MIDI Controller Map"?
Regards Sebastian
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 7/18/2014(UTC) Posts: 84
Was thanked: 10 time(s) in 8 post(s)
|
If you put it in the feature requests section Martin may add full support for that device.
|
1 user thanked curtismacd31 for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 5/20/2015(UTC) Posts: 493 Location: Copenhagen, Denmark Thanks: 389 times Was thanked: 100 time(s) in 79 post(s)
|
For now, you can add the settings of your type of MIDI controller by adding a file in the folder C:\Program Files (x86)\vMix\activators. An example is the a-generic.xml file, which is already in the folder, looking like this: Code:<?xml version="1.0" encoding="utf-8" ?>
<activators>
<activatorType displayName="Off">
<activatorValue displayName="Off" minimum="0" maximum="0" range="false" />
</activatorType>
<activatorType displayName="Button LED">
<activatorValue displayName="Default" minimum="0" maximum="127" range="false" />
</activatorType>
<activatorType displayName="Fader">
<activatorValue displayName="Volume" minimum="0" maximum="127" range="true" />
</activatorType>
</activators>
Thereby your MIDI controller shows up in the activators windows when selecting which signals to map.
|
|
|
|
vMix Forums
»
General
»
Hardware Compatibility
»
Possible to implement own Activator for MIDI Controller?
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