登录:     


Forum: Wishes and new features

Topic: Remote control VirtualDJ from Chrome browser

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

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

 

发表时间 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?
 



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