'Off beat' beat notes to MelodyPattern

This commit is contained in:
Oskar Wallgren
2017-02-16 01:17:46 +01:00
parent 01472aade7
commit e4474af091
3 changed files with 9 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ public:
{
return m_patternType;
}
void checkType();
// next/previous track based on position in the containing track
Pattern * previousPattern() const;
@@ -132,7 +132,6 @@ private:
MidiTime beatPatternLength() const;
void setType( PatternTypes _new_pattern_type );
void checkType();
void resizeToFirstTrack();