How to Make Quneo Horizontal Slider act like Volume Control

  
Forum rules
Click here to join MIxvibes on DISCORD https://discord.gg/gMdQJ2cJqa

How to Make Quneo Horizontal Slider act like Volume Control

Postby ddjj on 14 Jul 2013, 01:38

Good Afternoon:

I need some help! I am using the horizontal slider to increase/decrease volume to the cue mix...how do I make LEDs output from left to right in reaction to the control? (unlike the VU meters)

Thx
DDJJ
Dell Inspiron with I7 processor
Windows 8.1
8 GB Ram, 1 TB Hard Drive
Audio 2 DJ Soundcard
Allen and Heath 62 Mixer 1
Quneo Controller
Internal Intel graphics card
GT 630m Nvidia Graphics Card
ddjj
 
Posts: 175
Joined: 23 Sep 2003, 08:44
Location: phoenix, arizona USA


Re: How to Make Quneo Horizontal Slider act like Volume Control

Postby FigDJ on 14 Jul 2013, 01:55

ddjj wrote:Good Afternoon:

I need some help! I am using the horizontal slider to increase/decrease volume to the cue mix...how do I make LEDs output from left to right in reaction to the control? (unlike the VU meters)

Thx
DDJJ


In the example below the top horizontal slider is controlling Volume A (this is an input mapping)

Code: Select all
<mapping>
  <events>
    <MIDI type="CC" parameter="0xb" channel="0x1"/>
  </events>
  <controls>
    <control alias="fam(Mixer).VolumeA"/>
  </controls>
  <preset name="Direct Fader/Knob">
    <parameters>
      <parameter object="action-0" key="action" value="SetNormalTakeOver"/>
      <parameter object="dispatch" key="centerCCandPWvalueRange" value="64 64"/>
      <parameter object="dispatch" key="useCenteredCCandPW" value="off"/>
      <parameter object="invert" key="on" value="off"/>
    </parameters>
  </preset>
</mapping>



In the example below Volume A is displayed by the top horizontal slider in Quneo. This is an output mapping.

Code: Select all
        <mapping>
          <control alias="fam(Mixer).VolumeA" value="%"/>
          <MIDI type="CC" parameter="0xb" channel="0x4" value="%"/>
        </mapping>


Make sure that your horizontal slider are set for remote LED control in the Quneo preset.
Image
FigDJ
 
Posts: 1355
Joined: 22 Apr 2012, 17:03
Location: Odenton, MD


Re: How to Make Quneo Horizontal Slider act like Volume Control

Postby ddjj on 16 Jul 2013, 03:58

Got it to work!

Thanks FigDJ

DDJJ
Dell Inspiron with I7 processor
Windows 8.1
8 GB Ram, 1 TB Hard Drive
Audio 2 DJ Soundcard
Allen and Heath 62 Mixer 1
Quneo Controller
Internal Intel graphics card
GT 630m Nvidia Graphics Card
ddjj
 
Posts: 175
Joined: 23 Sep 2003, 08:44
Location: phoenix, arizona USA



Return to Mapping Midi




Who is online

Users browsing this forum: No registered users and 76 guests

Board index

 
 
   
 
© 2014 Mixvibes
 
cron