score icon indicating copy to clipboard operation
score copied to clipboard

FR : musical time scale is not displayed when entering a process in fullscreen

Open vincentgoudard opened this issue 4 years ago • 3 comments

... and this makes writing musical-time based automation harder. Tested in release v3.0.0-a22

vincentgoudard avatar Feb 06 '21 15:02 vincentgoudard

Hi I'd like to work on this, please assign it to me.

gusmccallum avatar Oct 05 '21 01:10 gusmccallum

hi @gusmccallum ! sorry, I hadn't seen your message yet.

jcelerier avatar Oct 09 '21 15:10 jcelerier

hmmm, I checked and actually the bug has been fixed already it seems x) although there is another related bug if you are interested - the musical scale does not show entirely: bug

the relevant code is :

  • the class MusicalGrid (src/plugins/score-plugin-scenario/Scenario/Document/ScenarioDocument/MusicalGrid.hpp) which computes the graduations to display
  • the class MusicalRuler (src/plugins/score-plugin-scenario/Scenario/Document/TimeRuler/TimeRuler.hpp) which displays it, maybe the bug is here

jcelerier avatar Oct 09 '21 15:10 jcelerier