-
Notifications
You must be signed in to change notification settings - Fork 243
Closed
Labels
area-playerRelated to the audio playback engine.Related to the audio playback engine.platform-javascriptRelated to the JavaScript version of alphaTabRelated to the JavaScript version of alphaTabplatform-netRelated to the .net version of alphaTabRelated to the .net version of alphaTabstate-acceptedThis is a valid topic to work on.This is a valid topic to work on.
Milestone
Description
Your environment
- Version used: (master branch)
- Platform used: JavaScript
- Rendering engine used: SVG
- Browser Name and Version: all
- Operating System and version (desktop or mobile): all
Expected Results
When setting the playback range via API call, the visual selection indicators should update automatically.
Observed Results
Only the player is affected by the change, but the selection indicators do not update.
Steps to Reproduce (for bugs)
- Call
api.playbackRange = {startTick: 300, endTick: 800 } - Notice the range not updating.
Possible Solution
We would need to lookup first the start&end beat using the given ticks from the tick cache. Then we can just update the selections internally.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-playerRelated to the audio playback engine.Related to the audio playback engine.platform-javascriptRelated to the JavaScript version of alphaTabRelated to the JavaScript version of alphaTabplatform-netRelated to the .net version of alphaTabRelated to the .net version of alphaTabstate-acceptedThis is a valid topic to work on.This is a valid topic to work on.