Beatflash on Multiple Pads

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

Beatflash on Multiple Pads

Postby ddjj on 12 Jul 2013, 20:59

Good morning!

Is it possible to use beatflash on more than one pad(s)...I have Quneo and would like to use beatflash for play/ pause and another pad to use like syncmeter!

Thanks
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: Beatflash on Multiple Pads

Postby FigDJ on 12 Jul 2013, 21:13

ddjj wrote:Good morning!

Is it possible to use beatflash on more than one pad(s)...I have Quneo and would like to use beatflash for play/ pause and another pad to use like syncmeter!

Thanks
DDJJ

Yes it is possible.

Code: Select all
<mapping>
  <control alias="fam(Player)[0x1].BeatFlash" value="true"/>
  <MIDI type="Note" parameter="0x4c" channel="0x2" value="127"/>
  <MIDI type="Note" parameter="0x4e" channel="0x2" value="127"/>
</mapping>
<mapping>
  <control alias="fam(Player)[0x1].BeatFlash" value="false"/>
  <MIDI type="Note" parameter="0x4c" channel="0x2" value="0"/>
  <MIDI type="Note" parameter="0x4e" channel="0x2" value="0"/>
</mapping>
<mapping>
  <control alias="fam(Player)[0x2].BeatFlash" value="true"/>
  <MIDI type="Note" parameter="0x4d" channel="0x2" value="127"/>
  <MIDI type="Note" parameter="0x4f" channel="0x2" value="127"/>
</mapping>
<mapping>
  <control alias="fam(Player)[0x2].BeatFlash" value="false"/>
  <MIDI type="Note" parameter="0x4d" channel="0x2" value="0"/>
  <MIDI type="Note" parameter="0x4f" channel="0x2" value="0"/>
</mapping>

In the example above I am sending beatflash signal to light up more than one LED on different pads or i could send it to different multiple pads alltogether.

In this particular example one beatflash lights uo red and the other one lights up green. when the deck are in sync the effect is that the combined light color is orange. So beat for one deck is red, the other one is green and when they are in sync the pad beatflash in orange.

Fell free to PM me for more details.
Image
FigDJ
 
Posts: 1355
Joined: 22 Apr 2012, 17:03
Location: Odenton, MD



Return to Mapping Midi




Who is online

Users browsing this forum: No registered users and 79 guests

Board index

 
 
   
 
© 2014 Mixvibes
 
cron