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
As a developer integrating Pillabox I want to be able to implement custom trackers by listening to property changes only. The playback speed is currently not part of properties (introduced in #559), leading to friction when implementing a custom tracker.
Acceptance criteria
The playback speed is merged into the player properties.
Built-in and custom trackers do not observe playback speed changes with a deferred objectWillChange.
Tasks
Consolidate properties by adding playback speed as well.
Update tracker implementations.
The text was updated successfully, but these errors were encountered:
We could remove the objectWillChange trick in #580. Effective rate observation is not really interesting since we can observe the rate property anyway (and ignore zero values if needed).
As a developer integrating Pillabox I want to be able to implement custom trackers by listening to property changes only. The playback speed is currently not part of properties (introduced in #559), leading to friction when implementing a custom tracker.
Acceptance criteria
objectWillChange
.Tasks
Consolidate properties by adding playback speed as well.The text was updated successfully, but these errors were encountered: