Skip to content
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

Notes sometimes don't get tab added #42

Open
Merrit opened this issue Jun 15, 2024 · 6 comments
Open

Notes sometimes don't get tab added #42

Merrit opened this issue Jun 15, 2024 · 6 comments
Assignees
Labels
enhancement New feature or request priority

Comments

@Merrit
Copy link

Merrit commented Jun 15, 2024

  1. File -> New
  2. Add Tin Whistle D
  3. Done
  4. Add notes: b e d b, b e d b
  5. Add tin whistle tabs

Can see the first note in the second bar didn't get the tab added.

Not sure what notes / scenarios this happens, but this particular bit seems always reproducible.

OS: Fedora Linux 40 (KDE Plasma)
Arch.: x86_64
MuseScore Studio version (64-bit): 4.3.2-241630832
revision: github-musescore-musescore-22b46f2

image

@jgadsden
Copy link
Owner

jgadsden commented Jun 16, 2024

Hello @Merrit , thank you for raisig this issue - it is really good to have feedback on the Tin Whistle plugin

What we have here is the design feature where if a note is repeated then the tablature is not repeated. At the time it just seemed to be the convention when I was learning tin whistle. So the tablature is for each change of note

Having said all that, this is well worth a discussion topic and so I will create one for this issue #43

@jgadsden jgadsden added discussion question Further information is requested labels Jun 16, 2024
@jgadsden
Copy link
Owner

From the discussion in #43 , we should repeat the note's tab if :

  • it is at the beginning of a bar
  • or it is at the beginning of a line

@Merrit if you want to go ahead with changes then that would be great, otherwise I think I can look at this in a couple of weeks after Lisbon OWASP AppSec conference is over

@jgadsden jgadsden added enhancement New feature or request priority and removed question Further information is requested discussion labels Jun 17, 2024
@Merrit
Copy link
Author

Merrit commented Jun 18, 2024

I am backed up on some KDE work, and other projects - but I will try to find some time shortly to look through the code. :)

@Merrit
Copy link
Author

Merrit commented Jun 26, 2024

I took a look, though from what I can gather with MuseScore 4 they disabled the ability to use console.log, so I am not sure how they expect anyone to debug plugins. Perhaps I am just missing it.

@jgadsden
Copy link
Owner

File tin_whistle_tablature.qml line 328, section of code that is removing duplicate notes:

                  if (pitch === lastPitch) {
                     // don't add tab if parent note is same pitch as previous note
                     console.log("Skipped repeated parent note, pitches : " + pitch + ", " + lastPitch)
                  }

@jgadsden
Copy link
Owner

jgadsden commented Dec 1, 2024

Hello @Merrit , working on this now, hope to have a fix this month

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority
Projects
None yet
Development

No branches or pull requests

2 participants