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
seb666  
#1 Posted : Wednesday, March 22, 2017 8:03:41 AM(UTC)
seb666

Rank: Advanced Member

Groups: Registered
Joined: 12/10/2016(UTC)
Posts: 124
Man
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
curtismacd31  
#2 Posted : Wednesday, March 22, 2017 10:52:25 AM(UTC)
curtismacd31

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.
thanks 1 user thanked curtismacd31 for this useful post.
seb666 on 3/22/2017(UTC)
stigaard  
#3 Posted : Wednesday, March 22, 2017 2:49:44 PM(UTC)
stigaard

Rank: Advanced Member

Groups: Registered
Joined: 5/20/2015(UTC)
Posts: 493
Man
Denmark
Location: Copenhagen, Denmark

Thanks: 382 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.
Users browsing this topic
Guest
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.