berteh / musescore-chordsToNotes

The harmony playback feature is now available in MuseScore 3 (https://github.com/musescore/MuseScore/pull/5129#issuecomment-601717806) , development of this plugin is thus stopped, thanks for you feedback and positive comments in the past. This plugin for MuseScore 2.0 will expand chords annotations into a few notes in voice 4, directly playable by MuseScore.
https://github.com/musescore/MuseScore/pull/5129
17 stars 7 forks source link

Does not generate 4 tones #7

Closed junglerhino37 closed 4 years ago

junglerhino37 commented 7 years ago

I am running MuseScore 2.0.3 on Windows 7. (Edit: Solved below, sort of)

2017-02-11 18_47_50-musescore 2_ chords-to-notes_generator_simple-test

junglerhino37 commented 7 years ago

I decided to follow instructions and transpose up and back down. I had to reset the map key because F2 is volume on windows. Here is the result. 2017-02-11 18_58_20-musescore 2_ chords-to-notes_generator_simple-test

junglerhino37 commented 7 years ago

On the other hand, this does not fix every chord. When I applied the process to the chord_chart.mscz file in the test folder, here was the result: 2017-02-11 19_00_11-musescore 2_ chord_chart

berteh commented 7 years ago

Thanks for the report and tests. I had similar results on the same chord chart (see https://github.com/berteh/musescore-chordsToNotes/blob/master/test/Chord_Chart_afterGeneration.mscz).

Since the internal mechanism to parse chords notation was being updated into musescore when I wrote this plugin I didn't improve much on this, as the new parsing mechanism would allow to handle virtually any notation.

Unfortunately accessing this parsing mechanism from the script (i.e. in the QML) part of musescore is above my software development time (need to create the whole API in musescore), so I won't be doing it anytime soon. Contributions / Alternatives are welcome, and I'll gladly review / commit any push related request.

Berteh.

junglerhino37 commented 7 years ago

Thanks for your work!

On Feb 25, 2017 3:55 AM, "Berteh" notifications@github.com wrote:

Thanks for the report and tests. I had similar results on the same chord chart (see https://github.com/berteh/musescore-chordsToNotes/blob/ master/test/Chord_Chart_afterGeneration.mscz).

Since the internal mechanism to parse chords notation was being changed into musescore was being dupdated when I wrote this plugin I didn't improve much on this, as the new parsing mechanism would allow to handle virtually any notation. Unfortunately accessing this parsing mechanism from the script (i.e. in the QML) part of musescore is above my software development time (need to create the whole API in musescore), so I won't be doing it anytime soon. Contributions / Alternatives are welcome, and I'll gladly review / commit any push related request.

Berteh.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/berteh/musescore-chordsToNotes/issues/7#issuecomment-282473648, or mute the thread https://github.com/notifications/unsubscribe-auth/AXP_RAcIQ47C7IablmqA-jenqcgrKAFiks5rf_qogaJpZM4L-Wdd .

berteh commented 4 years ago

Thanks for your feedback.

As a similar feature is being integrated in the main release of MuseScore (finally, great!), I personnaly don't plan on supporting this script further. You are of course free to take over from me if you want to. Kindly let me know: https://github.com/musescore/MuseScore/pull/5129#issuecomment-601717806