![]() |
MuseScore Plugins
3.2.3
Plugins API for MuseScore
|
Fraction object available to QML plugins. More...


Properties | |
| int | numerator |
| Fraction numerator. | |
| int | denominator |
| Fraction denominator. | |
| int | ticks |
| MIDI ticks number equal to the number of the whole notes represented by this fraction. | |
| QString | str |
| String representation of this fraction. | |
Fraction object available to QML plugins.
Use PluginAPI::PluginAPI::fraction to create a fraction for usage within your plugin:
1.8.17