Ingresar:     


Forum: Old versions

Tópico: Sending MIDI commands to MidiYoke and TouchOSC

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

Hi,

I'm testing out VirtualDJ and trying to see if I can create device/mapper files so that I can control "LED"s on TouchOSC on my iPad (i.e. VU meters, etc. through its display).

Currently I've got this (all very basic so far...don't want to jump in without making a few buttons/LEDs work first):

<?xml version="1.0" encoding="UTF-8"?>
<device name="IPAD" author="Schuyler" type="MIDI" decks="2">
<button note="1" name="PLAY" deck="2" />
<button note="2" name="STOP" deck="2" />
<button note="4" name="SYNC" deck="2" />
<button note="3" name="CUE" deck="2" />
<slider cc="0" name="PITCH" deck="2" />

<led cc="1" name="LED_VUOUT" channel="1" />
</device>

<?xml version="1.0" encoding="UTF-8"?>
<mapper device="IPAD" author="Schuyler" description="iPad" version="700" date="21/12/2010" priority="10">
<map value="PLAY" action="play_button">
<map value="STOP" action="stop_button">
<map value="SYNC" action="sync_button">
<map value="CUE" action="cue_button">
<map value="PITCH" action="pitch">

<map value="LED_VUOUT" action="get vu_meter">
</mapper>

I'm sure there's issues in the implementation but I can't even test it yet...the device doesn't show up in VDJ 7! There is intentionally no sysex since an iPad doesn't use it...

All files are placed in the proper directories with *.xml extensions.

Any suggestions?
 

Mensajes Tue 21 Dec 10 @ 9:42 pm


(Los tópicos y foros antiguos son automáticamente cerrados)