-
-
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
Multi Preview Fix #3382
Merged
Merged
Multi Preview Fix #3382
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
58310ee
Only allow one previewing hotcue at the time. This is required for a …
daschuer 5fd6d41
discard cued seek action after a new track has been loaded
daschuer 10f9e9d
Remove redundant handling of the Main cue
daschuer 9f1b93c
Improve locking
daschuer 8b0614d
Add function overload to createAndAddCue() to initalize the cue as well
daschuer 3e6775a
Add Cue::setStartAndEndPosition() for setting both under one locking …
daschuer 39ff078
Create and initalize Cues at once to avoid sending singlas with halve…
daschuer 7159a99
get rid of hotCueFound
daschuer 234f90b
remove now unused createAndAddCue() that creates an invalid Cue
daschuer c38fd68
Remove unused Cue() default constructor
daschuer 15e10bb
make m_iHotCue const
daschuer 2d75861
Added getStartAndEndPosition() to query both in one locking scope.
daschuer ffcb727
Use getStartAndEndPosition() to be sure the two values match.
daschuer ad7a2b2
Improve API for storing of the inital preview state.
daschuer d72f2b4
fix typos
daschuer bac1956
Merge remote-tracking branch 'upstream/main' into hotcue_focus_off_by…
daschuer 90342c4
Make a local copy of m_pCurrentSavedLoopControl to make sur it doe no…
daschuer 512573d
rename storePreviewingActivateData() to cachePreviewingStartState() a…
daschuer 58f9939
Reorder member variables
daschuer 4114b16
swap if else logic
daschuer ad9bddb
narrow locking scope
daschuer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Improve API for storing of the inital preview state.
- Loading branch information
commit ad7a2b2439ba07ab2d7ae925e712b1248944db11
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The name of the function does not tell me what it is actually doing. What is "activate data"?