快速登录:  

Forum: Old versions

话题: QUNEO MIDI LED

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

unable to receive led response from Quneo .. any ideas/suggestions appreciated

I created the Generic Midi device xml :

<?xml version="1.0" encoding="UTF-8"?>
<device author="Atomix Productions" name="SIMPLE_MIDI"
sysexid="F07E00060200015F1E00000003010211F7" type="MIDI" decks="2" >
<button note="2-16" name="play" channel="2" deck="1"/>
<led note="2-16" name="led_play" default="play" channel="2" deck="1"/>
</device>

and here is the default Generic Midi mapping xml :

<?xml version="1.0" encoding="UTF-8"?>
<mapper device="SIMPLE_MIDI" author="Atomix Productions"
description="Simple MIDI wrapper" version="720" date="04/11/2012"
priority="-10">
<map value="2-16" action="play" />
</mapper>

 

发表时间 Fri 09 Nov 12 @ 6:59 pm
Ok so I did however try using both Simple Midi AND Quneo named files.

"Simple MIDI Wrapper only supports very basic MIDI mapping. Mapping LED's is not possible"

Whenever I save the definition file to /device I lose the simple midi wrapper and lose the ability to use the controller at all.

So I can use the Simple Midi to use the controller, just unable to configure/create .xml files properly to receive LED.... again any help appreciated.

 

发表时间 Tue 13 Nov 12 @ 11:13 pm
anybody ... (crickets)
 

发表时间 Mon 26 Nov 12 @ 6:37 pm
Try this:
<?xml version="1.0" encoding="UTF-8"?>
<device name="QUNEO" description="QUNEO Midi" author="PhantomDj" type="MIDI" sysexid="F07E00060200015F1E00000003010211F7" decks="2" version="730">
<button note="0x64" channel="1" deck="1" name="PLAY"/>
<led note="0x64" channel="1" deck="1" name="LED_PLAY" default="PLAY"/>
<button note="0x24" channel="1" deck="2" name="PLAY"/>
<led note="0x24" channel="1" deck="2" name="LED_PLAY" default="PLAY"/>
</device>


Some notes:
1) You must convert named notes to their HEX value
2) Ch1 of your controller is CH0 for VDJ. Thus Ch2 of your controller is CH1 for VDJ
 

发表时间 Tue 27 Nov 12 @ 3:41 am


(陈旧帖子或论坛版块会自动关闭)