prolink-go icon indicating copy to clipboard operation
prolink-go copied to clipboard

golang library to interface with Pioneers PRO DJ Link network

Results 7 prolink-go issues
Sort by recently updated
recently updated
newest added

When trying to use status-receiver I am getting `The device is not linked on the network`: ``` Event: set_started Status of Device 3 (packet 0) Track 1369 [from device 3,...

@EvanPurkhiser this project looks great, so psyched it exists! Curious if you have any plans to implement MIDI sync? It seems like the basics for it are here (bpm, 'start'...

Currently rekordbox takes exclusive control of the UDP socket used to receive status information about the CDJs.

Opening this to track research here, likely research into kuvo and tour devices.

On a Windows 11 machine, receiving status packets is failing due to an error: `A message sent on a datagram socket was larger than the internal message buffer`. Increasing the...

Nice project. I've been playing around with this against a V10 mixer and CDJ-3000s. On my Windows box it doesn't get any CDJ status packets. It does discover devices, and...

There's no obvious way to shut down the `prolink.Network`. Ideally this would watch for cancellation via `context.Context` passed to `Connect()` or to have an explicit `Network.Close()` method. If this project...