Make note octave highlight in piano roll obey microtonality (#6663)

This commit is contained in:
Lost Robot
2023-03-26 12:30:12 -07:00
committed by GitHub
parent 2baa23ee1a
commit fb529a19c5
2 changed files with 13 additions and 2 deletions

View File

@@ -149,6 +149,8 @@ public:
{
return m_midiClip != nullptr;
}
int trackOctaveSize() const;
Song::PlayModes desiredPlayModeForAccompany() const;