Issues with the in-built cursor starting and when adding new bars during MIDI recording #2558
Closed
roscopeeco
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm encountering issues when using the in-built cursor while MIDI recording in my app.
The cursor is working fine elsewhere in the app playing html5 audio or web api drum beat samples.
There 2 issues:
includeNoteBounds = true in the settings
the render update code is:
this.alphaTabApi.score.finish(this.alphaTabApi.settings);
this.alphaTabApi.updateSyncPoints();
this.alphaTabApi.render();
to update the cursor i am using:
this.alphaTabApi.timePosition = elapsedMs;
I have checked in logs and elapsedMs is increasing as expected when hew bars are added.
Is there a setting I am missing or a function call I need to make to let the cursor move to the new bars?
Beta Was this translation helpful? Give feedback.
All reactions