Sign In:     


Forum: Wishes and new features

Topic: Remote control VirtualDJ from Chrome browser

This topic is old and might contain outdated or incorrect information.

Hi, Im trying create remote API via Chrome web midi API.
I have installed LoopBe Internal Midi. I created xml like this

<mapper device="SIMPLE_MIDI_0_0" version="802" date="2017-04-12">
<button note="0x34" name="PLAY_PAUSE" deck="1" channel="1" />
</mapper>

Now via this url
https://factotumo.com/web-midi-console/

I send in console
device("LoopBe Internal MIDI").ch(0).cc(34,1)

Not work. How can I achive play / pause and more control options via remote MIDI.
Thanks

 

Posted Wed 12 Apr 17 @ 3:17 pm
Try using MIDI learn instead of creating the XML manually - it looks like you've got a channel mismatch there and using learn would make things easier.
 

Where is "Midi learn" function?
 

Haa thanks..I see now!
 

Is there some documentation for all channels with all notes?

Where is path for simple button? If I send channel(0).cc(1,1), there are only sliders and jog wheels. Thx
 

How is the work on this coming along?
 



(Old topics and forums are automatically closed)