-
-
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
Metronome effect on a paused track #9144
Comments
Commented by: Be-ing I am not certain that the effect should only play when the deck is playing. Consider someone playing a live instrument along with a track. They may want to hear the metronome at the tempo of the next track for a few bars before starting the new track. Perhaps the effect should have a volume knob that is linked to the metaknob by default. |
Commented by: kshitij98 I also believe that if the metronome can also be played even when the deck is not playing gives more control to the user. As otherwise if he wants to stop the metronome, he can turn it off. |
Commented by: kshitij98 I have opened a pull request fixing this issue. The metronome effect is now working as per the group features passed and it stops as soon as the beat_fraction stops increasing. After this commit, the metronome will stop showing an arbitrary behavior when the effect rack is in MASTER mode. Since the passed master features do not have a beat fraction, it will not tick at all. Maintaining a beat_fraction for the master track seems to be a solution to this and the bug mentioned in https://bugs.launchpad.net/mixxx/+bug/1738590 Please review |
This has been fixed in 2.4.2 #13636 |
Reported by: kshitij98
Date: 2018-02-21T10:52:14Z
Status: Confirmed
Importance: Low
Launchpad Issue: lp1750783
Tags: effects
The metronome effect when applied to a playing deck, continues to tick if the track is paused just on the beat. Otherwise, it stops with the track.
A consistent behaviour must be followed.
The text was updated successfully, but these errors were encountered: