Save Piano Roll behaviour at stop state

This commit is contained in:
dev
2021-03-10 13:33:31 +05:30
committed by Kevin Zander
parent 1ddd204250
commit 192119621f
2 changed files with 9 additions and 0 deletions

View File

@@ -121,6 +121,11 @@ public:
return m_behaviourAtStop;
}
void setBehaviourAtStop (int state)
{
emit loadBehaviourAtStop (state);
}
bool loopPointsEnabled() const
{
return m_loopPoints == LoopPointsEnabled;