-
-
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: insert silence with adjustable start point #9540
Comments
Commented by: ninomp Is 'Jump to main cue point on track load' option enabled in your Preferences, under Decks, in 'Deck options' section? |
Commented by: idcmp Yup. The first song that starts playing when AutoDJ is enabled starts at the cue point, the rest do not. |
Commented by: daschuer Do the tracks always "load" at the cue point? In your step by step description you did not reload the track. Is this correct? If the song is already loaded, it is on your responds to seek the track to the desired cue point. How can we improve the situation? What is your expectations when Mixxx should seek to cue? |
Commented by: idcmp
However, right as the "other" song ends, the play point (a green bar in Deere) jumps to the beginning of the song and that's where it plays from. When you mentioned that you can't reproduce it I did some more testing. I think I've found the missing key: In Auto DJ set your 'transition time' to -1 seconds. Once I set to 0 seconds the cue point works properly.
|
Commented by: daschuer OK this is by design. When designing the gap mode (negative transition) we did not consider your use case. Normally the people want to have the "into" and not an abrupt start on a beat in that mode. I am not sure how to improve the situation for you? |
Commented by: daschuer The gap is generated by cuing the track into the lead in. I think the track should be loaded at this point in gap mode to avoid surprises. I will file a separate bug. |
Commented by: daschuer |
Commented by: idcmp Oddly, this is exactly what I need. I want to start once the beat kicks in and not have the intro as sometimes the intro to songs are tedious and floating and the beat only kicks in 10-15 seconds into the song. |
Commented by: daschuer So we need to play silence instead of the tracks intro in you cade, right? |
Commented by: idcmp I think so. If the second song has a Cue point at 0:05, and I have a Transition Time of -3, then:
|
Commented by: Be-ing The Full Intro + Outro and Fade At Outro Start modes added in #2103 kinda do that if you don't set the intro end or outro start cues. The difference is that they would start the new song at 0:02 (3 seconds before 0:05). In the case where the intro start point is left at its autodetected point, this works fine because the automatic placement is where the first sound is. However, if you move the intro start point later in the track, it would not work as desired. Implementing that would require substantial changes to how AutoDJ works. Currently AutoDJProcessor tracks updates in the play position of the decks to move the crossfader. The crossfader is treated as the definitive indicator for how far the transition has progressed. The way negative transition times are currently implemented by seeking before the start point is an ugly hack on top of this logic. Actually implementing reliable silence insertion would require AutoDJProcessor to track the progress of the transition on a timer independent of the crossfader and deck positions. That could lay the groundwork for more complicated transitions than the simple crossfades AutoDJ does now, for example fading out a track then immediately starting the next track at full volume (Bug #1766164). It could also be useful for switching AutoDJ to use the deck faders instead of the crossfader (Bug #1334279). |
Reported by: idcmp
Date: 2018-12-10T06:19:10Z
Status: Confirmed
Importance: Wishlist
Launchpad Issue: lp1807647
Tags: autodj
Mixxx 2.2 (local build, Linux, ref 5752e91 )
Expected Result:
Actual Result:
NOTE: This happens if you eject and reload the track or if the song gets automatically scheduled into a track by AutoDJ.
The text was updated successfully, but these errors were encountered: