You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the Preview delegate does either cue_gotoandplay or play (pause)
the preview Play button is mapped to play and start (right-click) (and the tooltip says cue_gotoandplay (LateNight only))
P is mapped to LoadSelectedTrackAndPlay = jumps to selected load point + starts playing
Shift+P is mapped to start_stop (stop + jump to start)
Possible fixes:
map the Play button right-click and Shift+P to cue_gotoandstop
If the user wants to go back to the the start this can be done by dragging the playhead on the overview, while otoh jumping to Cue requires to click the C icon (which is rather small in the preview deck).
For unprepared tracks Cue = start, and for prepared tracks we may assume Cue has been set to a different position on purpose.
add control player control load_point_gotoandstop (might be the Cue point or some other point selected in Preferences -> Decks) and use for P the Preview delegate
The text was updated successfully, but these errors were encountered:
hello, i want to work on this issue and have read and understood the issue really well.
But since i am a beginner i don't exactly know from where to start. Please help me in solving this issue and give some steps to start from.
I noticed an incosistency:
cue_gotoandplay
orplay
(pause)play
andstart
(right-click) (and the tooltip sayscue_gotoandplay
(LateNight only))P
is mapped toLoadSelectedTrackAndPlay
= jumps to selected load point + starts playingShift
+P
is mapped tostart_stop
(stop + jump to start)Possible fixes:
Shift
+P
tocue_gotoandstop
If the user wants to go back to the the start this can be done by dragging the playhead on the overview, while otoh jumping to Cue requires to click the C icon (which is rather small in the preview deck).
For unprepared tracks Cue = start, and for prepared tracks we may assume Cue has been set to a different position on purpose.
load_point_gotoandstop
(might be the Cue point or some other point selected in Preferences -> Decks) and use forP
the Preview delegateThe text was updated successfully, but these errors were encountered: