Home
last modified time | relevance | path

Searched refs:MAXCHORD (Results 1 – 3 of 3) sorted by relevance

/dports/audio/qmidiarp/qmidiarp-qmidiarp-0.6.5/src/
H A Dmidiarp.h51 int nextNote[MAXCHORD]; /*!< Holds the note values to be output next
53 int nextVelocity[MAXCHORD]; /*!< Holds the associated velocities to be output next
68 int noteIndex[MAXCHORD], chordSemitone[MAXCHORD];
237 int returnNote[MAXCHORD]; /*!< Holds the notes of the currently active arpeggio step */
238 int returnVelocity[MAXCHORD]; /*!< Holds the velocities of the currently active arpeggio step */
H A Dmain.h40 #define MAXCHORD 33 macro
H A Dmidiarp.cpp339 int l1, tmpIndex[MAXCHORD], chordIndex, grooveTmp;
479 } while ( (l1 < MAXCHORD - 1)
616 while ((l1 < MAXCHORD - 1) && (nextNote[l1] >= 0)) {