Set default behaviour of playhead to << instead of |<< (#5591)

* Set default behaviour, correct spelling

* Set default behaviour, correct spelling

* Store stop behaviour in project

* Change how state is saved & loaded

* Change to use enum
This commit is contained in:
Kumar
2020-07-24 12:33:25 +05:30
committed by GitHub
parent dc3e8cab45
commit 86306042f5
2 changed files with 11 additions and 1 deletions

View File

@@ -243,6 +243,7 @@ signals:
void positionChanged( const MidiTime & _t );
void loopPointStateLoaded( int _n );
void positionMarkerMoved();
void loadBehaviourAtStop( int _n );
} ;