-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AutoDJ play as fast as possible with start/stop triggers for recording #12642
Comments
For 1. I recommend to just delete the tracks form the auto DH before the two you want to practice with. Will this work or did I miss something? The 2. is an aspect of #6796 |
I think this refers to essentially freewheeling mixxx, where the audio engine runs at 100% throughput instead of realtime to "render" (similar to a DAW) the mixxx out. |
Yes, I was referring to the free wheeling mode. Have you toyed with the idea of exposing an API to be able to write plug-ins? For example, the triggers can come from the core of mixxx while a plug-in (let's say written in Python) handles the needed responses specific to that plugin. In this way contributions can be faster without changing the core all the time for the new wishes. |
Ah, got it. Since this covers two issues, can you file another one and change the title of this bug to the other topic? Mixxx can already run without sound card using the network clock in hardware preferences. A first step would be to remove mixxx/src/soundio/sounddevicenetwork.cpp Line 543 in 59ca3a2
There are more timers that need to be fast forward. This avoids that Mixxx dropping frames to catch up. |
Sorry, it is not clear to me.
Yes, file another one about which issue? From my perspective, there are two feature requests:
|
Please file a new one for
Or maybe, to keep it simple: |
Do you have interest to dive into coding? This project can be done by try and error. Poking around until it is working. I see no blocker that prevents it from work, but findinding all bits that need to be adjusted might be a challenge. The first step is building Mixxx from source. |
I am already building it from the source. Have joined the Zulip chat as "nvd". I can start with the code work but where to ask for questions? I need some exposure about the architecture. |
If you need help with building Mixxx you better ask on Zulip. |
Feature Description
Mixxx 2.4.0-beta
Git Version: 2.4-beta-347-gc323d0cd54
Platform: Linux x86_64
OS: Debian 11
It is very exciting to use the synchronized cross-fading of AutoDJ to create mixes.
However, I have found two issues that may already have solutions unknown to me.
It would be nice to:
The text was updated successfully, but these errors were encountered: