Cross MIDI output mapping

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

Re: Cross MIDI output mapping

Postby Hannes on 14 Jun 2013, 12:24

a crap ^^
btw is this xml stuff as nasty as python when it comes to tabs and formatting?

FO!!! xml-beautifier: this document cannot be processed... AAAHHH!!
June 2012 Mixvibes DJ of the month

https://soundcloud.com/han-nes-10/fridaybeatdown2ndedition
no support by pm

beta troll

Macbook Pro 13, late 2011, 6GB RAM, 480GB Crucial M500
Thudrumble TR-1S, Vestax VFX-1, ESI Maya USB+, Rane SL2
User avatar
Hannes
 
Posts: 4168
Joined: 07 Dec 2010, 02:57
Location: Vienna


Re: Cross MIDI output mapping

Postby Hannes on 26 Jun 2013, 11:46

Almost there, which out do I use to indicate a pad is playing, and will it conflict with padloaded?
June 2012 Mixvibes DJ of the month

https://soundcloud.com/han-nes-10/fridaybeatdown2ndedition
no support by pm

beta troll

Macbook Pro 13, late 2011, 6GB RAM, 480GB Crucial M500
Thudrumble TR-1S, Vestax VFX-1, ESI Maya USB+, Rane SL2
User avatar
Hannes
 
Posts: 4168
Joined: 07 Dec 2010, 02:57
Location: Vienna


Re: Cross MIDI output mapping

Postby discopex on 05 Jul 2013, 01:01

Is there a simple permanent NOTE ON command ? I need to revise my mapping for 2.50RC as my trickery with notes works no more. :twisted:
Thinkpad X240, 8 Gb / 512Gb SSD
running Cross 3.4.3 64-bit
Allen & Heath K2, Pioneer DJM-450
discopex
 
Posts: 506
Joined: 02 May 2007, 09:45


Re: Cross MIDI output mapping

Postby FigDJ on 05 Jul 2013, 01:59

discopex wrote:Is there a simple permanent NOTE ON command ? I need to revise my mapping for 2.50RC as my trickery with notes works no more. :twisted:


I am with you discopex.
Would it be possible to get an updated list of MIDI map commands for input and output
Also an example for the format used on the following features stated on the RC release.
- Provide MIDI-macros mappings, allowing multiple simultaneous commands behind a single control.
- Allow mapping of shifted MIDI-outs.

I know it is just RC so I am testing.
Image
FigDJ
 
Posts: 1355
Joined: 22 Apr 2012, 17:03
Location: Odenton, MD


Re: Cross MIDI output mapping

Postby sylMV on 05 Jul 2013, 10:17

discopex wrote:Is there a simple permanent NOTE ON command ? I need to revise my mapping for 2.50RC as my trickery with notes works no more. :twisted:


What do you mean? What doesn't work anymore?
SylMV

Image
User avatar
sylMV
 
Posts: 3098
Joined: 04 Jan 2007, 10:38


Re: Cross MIDI output mapping

Postby discopex on 05 Jul 2013, 10:36

sylMV wrote:
discopex wrote:Is there a simple permanent NOTE ON command ? I need to revise my mapping for 2.50RC as my trickery with notes works no more. :twisted:


What do you mean? What doesn't work anymore?


As I didn't know how to light up certain pads, I set the mapping to have note on depending on key lock state - the note was on whether the state was true or false. In 2.5RC they do not light up anymore, I'm thinking there are changes to keylock state with the new key functions. Is there a simple way to just output a note that would then stay on permanently?
Thinkpad X240, 8 Gb / 512Gb SSD
running Cross 3.4.3 64-bit
Allen & Heath K2, Pioneer DJM-450
discopex
 
Posts: 506
Joined: 02 May 2007, 09:45


Re: Cross MIDI output mapping

Postby sylMV on 05 Jul 2013, 11:28

discopex wrote:As I didn't know how to light up certain pads, I set the mapping to have note on depending on key lock state - the note was on whether the state was true or false

I don't get this...

discopex wrote: In 2.5RC they do not light up anymore, I'm thinking there are changes to keylock state with the new key functions.


It you programmed some leds depending on the key lock state, they should always go on/off depending on this state!
I doubt there might be a bug in Cross concerning this state, but we need to check it.

discopex wrote:Is there a simple way to just output a note that would then stay on permanently?

Basically, you want to light up some leds at startup and never switch them off?
SylMV

Image
User avatar
sylMV
 
Posts: 3098
Joined: 04 Jan 2007, 10:38


Re: Cross MIDI output mapping

Postby discopex on 05 Jul 2013, 12:18

sylMV wrote:
discopex wrote:As I didn't know how to light up certain pads, I set the mapping to have note on depending on key lock state - the note was on whether the state was true or false

I don't get this...

discopex wrote: In 2.5RC they do not light up anymore, I'm thinking there are changes to keylock state with the new key functions.


It you programmed some leds depending on the key lock state, they should always go on/off depending on this state!
I doubt there might be a bug in Cross concerning this state, but we need to check it.

discopex wrote:Is there a simple way to just output a note that would then stay on permanently?

Basically, you want to light up some leds at startup and never switch them off?


Exactly, to see them better in the dark ! some leds have their beatflash or some other function so it would be dull for the others to remain unlit (grey). Just need a way to output note state to them constantly. ;)
Thinkpad X240, 8 Gb / 512Gb SSD
running Cross 3.4.3 64-bit
Allen & Heath K2, Pioneer DJM-450
discopex
 
Posts: 506
Joined: 02 May 2007, 09:45


Re: Cross MIDI output mapping

Postby sylMV on 05 Jul 2013, 13:30

Then you can use the 'Startup' (turn on) and 'Shutdown' (turn off) device-events.

Code: Select all
<output-mappings>
  <device-event name="Startup">
    .... All your MIDI messages here ...
  </device-event>
  <device-event name="Shutdown">
    .... All your MIDI messages here ...
  </device-event>
...
... The rest of your out mappings. ...
...
</output-mappings>
SylMV

Image
User avatar
sylMV
 
Posts: 3098
Joined: 04 Jan 2007, 10:38


Re: Cross MIDI output mapping

Postby discopex on 05 Jul 2013, 13:37

I remember trying that but it wouldn't do the trick for some reason (might be controller dependant, Quneo in this case). But I'll revisit this function. ;)
Thinkpad X240, 8 Gb / 512Gb SSD
running Cross 3.4.3 64-bit
Allen & Heath K2, Pioneer DJM-450
discopex
 
Posts: 506
Joined: 02 May 2007, 09:45


PreviousNext

Return to Mapping Midi




Who is online

Users browsing this forum: No registered users and 61 guests

Board index

 
 
   
 
© 2014 Mixvibes