Page 1 of 1

MIDI mapping....HELP

PostPosted: 21 Dec 2011, 06:08
by djreff
http://blog.lococobra.com/stanton-scs-1 ... ter-preset

Hi guys, how would i map the led's of my scs1m MIDI controller

your help would be greatly appreciated.

i've included a link of maps of the unit

thanks in advance
:biggrin:

Re: MIDI mapping....HELP

PostPosted: 21 Dec 2011, 09:39
by christiankoopmann
Hey,

What function do you want to map to the LEDs? Please look at this post of the support there's a list of every command. You have to look to the command you want to map and then if there is also a out at the first section (in/out).

Then you have to do it like the second code example with an editor.

Here is the link to the post:
viewtopic.php?f=359&t=19330

If you need help you can post your code which is not working here and we will look over it. For me I can't help you with the complete mapping only how it workes and what you have to do. The rest like coding and testing is your job because I'm not an owner of this product and without having these product the creation of the mapping is not very easy ( don't know then if it workes or not :cool: ).

So if you need help please give detailed Question where you have problems we will help you then with the problem.

Regards
Christian

Re: MIDI mapping....HELP

PostPosted: 21 Dec 2011, 17:55
by kelt
this is just an example how to use MIDI output; you have to export your MIDI file from Cross and edit your mappping:

<output-mappings>
<mapping>
<control alias="fam(Fx)[0x2].OnOff" value="true"/>
<MIDI type="CC" parameter="0x4c" channel="0x1" value="0x6F"/>
</mapping>
<mapping>
<control alias="fam(Fx)[0x2].OnOff" value="false"/>
<MIDI type="CC" parameter="0x4a" channel="0x1" value="0x6F"/>
</mapping>
</output-mappings>


you have to edit this with every function and button u did map ur controller and need to know the command for the lightning; its all shown at the picture u posted, good luck! :-)

Re: MIDI mapping....HELP

PostPosted: 11 Jul 2012, 04:24
by djreff
kelt wrote:this is just an example how to use MIDI output; you have to export your MIDI file from Cross and edit your mappping:

<output-mappings>
<mapping>
<control alias="fam(Fx)[0x2].OnOff" value="true"/>
<MIDI type="CC" parameter="0x4c" channel="0x1" value="0x6F"/>
</mapping>
<mapping>
<control alias="fam(Fx)[0x2].OnOff" value="false"/>
<MIDI type="CC" parameter="0x4a" channel="0x1" value="0x6F"/>
</mapping>
</output-mappings>


you have to edit this with every function and button u did map ur controller and need to know the command for the lightning; its all shown at the picture u posted, good luck! :-)

When you say that i have to export my MIDI map :?: :?:
Where do i find it.............

If i want to have the light of my channel 1 cue buttom light up, what do i have to do.

If i can get 1 to go i imagine the rest will be a breeze

Thanks all