-
-
Notifications
You must be signed in to change notification settings - Fork 285
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
Sound and cursor position is not Sync #950
Comments
It looks like there might be a bug but I'm not sure where. Can you make the smallest reproduceable example in https://editor.drawthedots.com? I suspect it is either related to the "y" spacers (but that seems to work for me in other pieces) or something to do with the triplets. Or perhaps when you have a "y" spacer inside a triplet? |
Hello paulrosen/Abcjs,
I am using below abc string in your given editor. But that also have have
issues, cursor position why music sound is coming both are not synchronised.
Here is abc string
M: 4/4
L: 1/8
Q:1/4=60
K:clef=perc stafflines = 1
%%barnumbers 1
%%stretchlast 0.6
%%partsbox 1
V:1
z2 A2 (3z2A2A2 z2|
A2 z2 (3A2A2A2 A2|
z2 A2 z2 (3z2z2A2|
A2 z2 (3z2A2A2 A2|
z2 A2 z2 (3z2yA4|
A2 (3A4yA2 z2 A2|
z2 (3A2A2A2 A2 z2|
z2 A2 z2 (3z2z2A2|
A2 (3A4yA2 z2 A2|
z2 (3z2A2A2 A2 z2|
A2 (3A2A2A2 z2 A2|
z2 A2 z2 (3z2yA4|
(3A2yA4 A2 z2 A2|
z2 A2 z2 (3z2z2A2|
A2 (3A4yA2 z2 A2|
z2 A2 z2 (3A2yA4|
A2 z2 (3A2A2A2 A2|
(3z2A2A2 A2 z2 A2|
z2 A2 z2 (3z2z2A2|
A2 (3A2A2A2 z2 A2|
(3z2A2A2 z2 A2 z2|
(3z2yA4 A2 z2 A2|
z2 (3A2yA4 A2 z2|
A2 z2 (3A4yA2 A2|
(3z2z2A2 z2 A2 z2|
(3A2yA4 A2 z2 A2|
(3z2A2A2 z2 A2 z2|
A2 (3A4yA2 z2 A2|
(3z2yA4 z2 A2 z2|
A2 (3A2A2A2 z2 A2|
z2 (3z2z2A2 A2 z2|
A2 z2 A2 (3A2yA4|
z2 A2 z2 (3A2A2A2|
A2 z2 (3z2yA4 A2|
z2 A2 (3A4yA2 z2|
A2 z2 (3z2A2A2 A2|
z2 A2 (3z2z2A2 z2|
A2 (3A2A2A2 z2 A2|
z2 A2 z2 (3A4yA2|
(3z2A2A2 A2 z2 A2|
(3A2yA4 z2 A2 z2|
…On Mon, 2 Oct 2023, 7:04 am Paul Rosen, ***@***.***> wrote:
It looks like there might be a bug but I'm not sure where. Can you make
the smallest reproduceable example in https://editor.drawthedots.com?
I suspect it is either related to the "y" spacers (but that seems to work
for me in other pieces) or something to do with the triplets. Or perhaps
when you have a "y" spacer inside a triplet?
—
Reply to this email directly, view it on GitHub
<#950 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABQVBZLJG76KOJG45GYTUDX5IK3NANCNFSM6AAAAAA5K4HS6E>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @paulrosen ,
can you please helps me ?
I am attaching
full-synth.txt
Please save file into .html and run in Browser.
Note: using abcjs-basic.js file of version 6.2.2 library
Till 15 bars, sound and cursor is properly synchronise, after 15 bars finished, rhythm sound is come before the cursor reach particular symbol
Please help me to resolve this issue.
also attaching source code
` <title>abcjs: Synth Demo</title>
`
The text was updated successfully, but these errors were encountered: