Added scales

This commit is contained in:
Oskar Wallgren
2014-02-04 20:12:46 +01:00
parent 4a7a922e9a
commit c7e7748bc3
2 changed files with 3 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ class InstrumentFunctionNoteStacking : public Model, public JournallingObject
Q_OBJECT
public:
static const int MAX_CHORD_POLYPHONY = 10;
static const int MAX_CHORD_POLYPHONY = 13;
private:
typedef int8_t ChordSemiTones [MAX_CHORD_POLYPHONY];