登录:     


Forum: General Discussion

Topic: Triggering VirtualDJ via OSC
Hello everyone,
I ran into the issue of not beeing able to trigger Virtual DJ via OSC and wrote a software to make that possible.

Its a python script compiled into an executable, LoopMidi is sadly required as python is not able to open Midi Ports by it self.

The Project can be found on my github: [REDACTED]

Moderators note wrote :
we don't allow sharing of repos from home licence users, if we did who knows what could be shared.


Soon to be added is the functionality of converting Midi back to OSC for triggering Resolume or whatnot.

Cheers,
Felix
 

发表时间 11 hours ago
With loopmidi, [or IAC driver on mac], to get midi from vdj to another program you don't need anything other than a mapper and definition file for a virtual device.
I even made a skin that makes placing the poi repeatable.
 

This is more for cross device communication. We are triggering the sampler from a Bitfocus Companion instance, Companion sends OSC -> Conversion -> Sample.

It is more a universal application then specific for VDJ, but I have read 1 or 2 posts about people having trouble with the same thing, so I thought I might share :)