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

2 bars chords not created in midifile #8

Open
dompaon opened this issue Oct 27, 2021 · 3 comments
Open

2 bars chords not created in midifile #8

dompaon opened this issue Oct 27, 2021 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@dompaon
Copy link

dompaon commented Oct 27, 2021

Hi Berteh
When a chord is the same in several bars, its often not re-typed in the MSC.
The MMA file shows
1 C7
2
3 E7
4
5.....
but the midifile generated will have only 2 bars, it skips the bars with no chord in the MMA file
If its a MMA limitation, you could generate the MMA file adding the previous chord when a bar is empty.
Best regards
Dom

@berteh
Copy link
Owner

berteh commented Oct 28, 2021

hum, indeed... I'm no MMA specialist as you can see.

Is the only possible way to generate every single bar line with a number or did you see an easier solution (like adding systematically only the index of the last measure ?)

@berteh
Copy link
Owner

berteh commented Oct 28, 2021

@berteh berteh closed this as completed Oct 28, 2021
@berteh berteh reopened this Oct 28, 2021
@berteh berteh added enhancement New feature or request help wanted Extra attention is needed labels Oct 28, 2021
@dompaon
Copy link
Author

dompaon commented Oct 29, 2021

Hi Berteh. Thanks for so quick reaction to all my posts !
Sorry for not tagging them properly, Its my first time on Github. As you might see in my profile, Im not a developper, although i used to in the 90s, but the technos werer totally different, and although i work as manager of a dev team...
I will try to learn a bit of qml and JS to do some plugins for musescore as Id love to see some cool new functions, but for the time being, Im unable to code actually and push you any updates for analysing and merging.

For this precise topic, reading the mellowood doc and the mma file, i think only repeating the chord in the MMA file would lead MMA to generate proper Mifidile.
In my above example, it would mean

1 C7
2 C7
3 E7
4 E7

bars 2 and 4 being deducted from bars 1 and 3.
If you have some time, Id be glad to test it.
More generally speaking, you can count on me for Musescore plugins testing
best regards
Dom

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

No branches or pull requests

2 participants