cleaned up all the arpeggio-direction-hacks - now the values are UP (0) to RANDOM (3) at *all* places

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@514 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2007-08-05 23:56:11 +00:00
parent 51c21ac627
commit 5e4a3c4b71
4 changed files with 32 additions and 11 deletions

View File

@@ -69,7 +69,6 @@ class arpAndChordsTabWidget : public QWidget, public journallingObject
public:
enum arpDirections
{
OFF,
UP,
DOWN,
UP_AND_DOWN,