Skip to content

Commit

Permalink
American Audio VMS2 & VMS4/4.1: unmap volume faders
Browse files Browse the repository at this point in the history
These devices combine a MIDI controller and hardware mixer.
Unfortunately there is no way to decouple these different functions
except for bypassing the VMS' equalizers. In Mixxx 2.1, the
umixed Deck 1-4 outputs were changed so they are now affected by the
deck volume faders. This was done because effects are now processed
after the volume faders. Sending the output signals to the Deck 1-4
outputs before the volume fader would make effects unusable with
external mixers. (Alternatively, it would be possible to do duplicate
effects processing before the volume faders for the Deck 1-4 outputs
like what is done for the Headphones output, but that would
complicate the mixing engine code and of course the software
volume fader could not be used to cut input to effects.)
  • Loading branch information
Be-ing committed Mar 6, 2018
1 parent f9b64e1 commit 7ce9a6f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 73 deletions.
27 changes: 0 additions & 27 deletions res/controllers/American Audio VMS2.midi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1267,15 +1267,6 @@
</options>
</control>
<!-- Mixer main-->
<control>
<group>[Master]</group>
<key>crossfader</key>
<status>0xB0</status>
<midino>0x1F</midino>
<options>
<invert/>
</options>
</control>
<control>
<group>[Master]</group>
<key>headMix</key>
Expand Down Expand Up @@ -1349,15 +1340,6 @@
<!-- soft-takeover /-->
</options>
</control>
<control>
<group>[Channel1]</group>
<key>volume</key>
<status>0xB0</status>
<midino>0x04</midino>
<options>
<!-- soft-takeover /-->
</options>
</control>
<control>
<!-- on -->
<group>[Channel1]</group>
Expand Down Expand Up @@ -1415,15 +1397,6 @@
<!-- soft-takeover /-->
</options>
</control>
<control>
<group>[Channel2]</group>
<key>volume</key>
<status>0xB0</status>
<midino>0x09</midino>
<options>
<!-- soft-takeover /-->
</options>
</control>
<control>
<!-- on -->
<group>[Channel2]</group>
Expand Down
46 changes: 0 additions & 46 deletions res/controllers/American Audio VMS4.midi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1352,16 +1352,6 @@
</control>

<!-- Mixer main-->
<control>
<group>[Master]</group>
<key>crossfader</key>
<status>0xB0</status>
<midino>0x1F</midino>
<options>
<invert/>
<soft-takeover/>
</options>
</control>
<control>
<group>[Master]</group>
<key>headMix</key>
Expand Down Expand Up @@ -1436,15 +1426,6 @@
<soft-takeover />
</options>
</control>
<control>
<group>[Channel1]</group>
<key>volume</key>
<status>0xB0</status>
<midino>0x09</midino>
<options>
<soft-takeover />
</options>
</control>
<control><!-- on -->
<group>[Channel1]</group>
<key>pfl</key>
Expand Down Expand Up @@ -1501,15 +1482,6 @@
<soft-takeover />
</options>
</control>
<control>
<group>[Channel2]</group>
<key>volume</key>
<status>0xB0</status>
<midino>0x0E</midino>
<options>
<soft-takeover />
</options>
</control>
<control><!-- on -->
<group>[Channel2]</group>
<key>pfl</key>
Expand Down Expand Up @@ -1566,15 +1538,6 @@
<soft-takeover />
</options>
</control>
<control>
<group>[Channel3]</group>
<key>volume</key>
<status>0xB0</status>
<midino>0x04</midino>
<options>
<soft-takeover />
</options>
</control>
<control><!-- on -->
<group>[Channel3]</group>
<key>pfl</key>
Expand Down Expand Up @@ -1631,15 +1594,6 @@
<soft-takeover />
</options>
</control>
<control>
<group>[Channel4]</group>
<key>volume</key>
<status>0xB0</status>
<midino>0x13</midino>
<options>
<soft-takeover />
</options>
</control>
<control><!-- on -->
<group>[Channel4]</group>
<key>pfl</key>
Expand Down

0 comments on commit 7ce9a6f

Please sign in to comment.