Lykos153 / mixxx

Mixxx is Free DJ software that gives you everything you need to perform live mixes.
http://mixxx.org
Other
4 stars 4 forks source link

Make sequencer able to sync with playing song #2

Open Lykos153 opened 6 years ago

Lykos153 commented 6 years ago

Either we can get it from sniffing the traffic or we'd have to ask Roland about it.

https://www.mixxx.org/forums/viewtopic.php?f=7&t=11664

eigengrau commented 6 years ago

So, this probably needs additional support in Mixxx. The controller responds to (and sends) MIDI beat clock signals. This means for every beat one needs to send twenty-four 0xF8 messages. Hence, for faster tempos one hits the 20ms limitation on scripted timers in Mixxx.

Also this might require measures to compensate for drift, not sure.

Lastly, since only one deck should send the clock, some GUI to select the synced deck would be needed.

Google turned up an old Mixxx issue, but it doesn’t look like anything ever came from this. Maybe @Be-ing knows if this is on somebody’s radar.

Be-ing commented 6 years ago

Does this controller use the same MIDI interface for the controls and the MIDI clock, or do they appear as separate MIDI devices?

Lykos153 commented 6 years ago

It uses the same MIDI interface.

github-actions[bot] commented 3 years ago

This issue is marked as stale because it has been open 90 days with no activity.