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

How to use this plugin in Musescore 4 #41

Open
kyeon-go opened this issue Nov 25, 2022 · 10 comments
Open

How to use this plugin in Musescore 4 #41

kyeon-go opened this issue Nov 25, 2022 · 10 comments

Comments

@kyeon-go
Copy link

kyeon-go commented Nov 25, 2022

  1. Install Plug-in
  2. Open all qml files with any text editor (ex : notepad++)
  3. For all files, replace Ms.CHORD to Element.CHORD and Qt.quit() to quit()
  4. Save all files

In MS 4, Ms namespace dropped and Qt.quit() now also terminates the program!!
Thanks to @cbjeukendrup
(musescore/MuseScore#14754 (comment))

Note: Muse Sound doesn't support microtone currently. If your playback is Muse Sound, change it to Basic sound.

@kyeon-go kyeon-go changed the title Does this compatiable with Musescore 4? How to use this plugin in Musescore 4 Nov 26, 2022
@zhenlige
Copy link

zhenlige commented Dec 15, 2022

It still does not work, and it seems that Musescore 4 does not support microtonal music at all.

@Trebor-Huang
Copy link

No, Musescore 4 still supports tuning in cents. I can probably investigate why it doesn't work though, after my exams.

@Trebor-Huang
Copy link

Also the pitch up/down keys work, but only after you press N (toggle note input) does the effect show. Otherwise everything seems to work fine.

@Trebor-Huang
Copy link

Ah and also, although the playback when you click on specific notes are correct, the main playback doesn't seem to update unless some other change is made.

@zhenlige
Copy link

The pitches are rounded to 12edo ones when playing in either way.

@kyeon-go
Copy link
Author

kyeon-go commented Dec 15, 2022

@zhenlige @Trebor-Huang Currently Muse Sound doesn't support microtone.
Basic sound still supports microtone,
but I have to restart musescore after running tune to n-edo.

Since MU4 RC, Muse Sound seems to become default playback

@Trebor-Huang
Copy link

Trebor-Huang commented Dec 15, 2022

Ah I see, I have been trying out VST, so I'm using Pianoteq to test all these. So I guess everything makes sense now?

My current workflow is to tune everything, select everything and give them some articulations, and immediately delete the articulations. This seems to set everything right.

@kyeon-go
Copy link
Author

So, does this plug-in works well now?
I'll try your workflow!

By the way, does Pianoteq support n-edo tuning?

P.S : I wish microtonal support for Muse Sound

@Trebor-Huang
Copy link

Trebor-Huang commented Dec 16, 2022

You can enable MIDI tuning in the MIDI settings for Pianoteq, this way it is directly compatible with this plugin. Alternatively you can go to the tuning tab in Pianoteq, and generate say a 19-TET tuning. But this way the MIDI input should be renumbered (B becomes Bb, C becomes B, C# becomes B#, D becomes C etc), this is not compatible with this plugin, but it is possible with some code changes. I wonder if it is worth having.

@Trebor-Huang
Copy link

Trebor-Huang commented Dec 16, 2022

Okay I think I figured it out, PR on the way PR #42. See here, but also here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants