New arpeggio direction - Down, up

This commit is contained in:
Oskar Wallgren
2014-03-31 00:50:05 +02:00
parent bbe6ee226e
commit df6fa14bf3
2 changed files with 15 additions and 0 deletions

View File

@@ -165,6 +165,7 @@ public:
ArpDirUp,
ArpDirDown,
ArpDirUpAndDown,
ArpDirDownAndUp,
ArpDirRandom,
NumArpDirections
} ;