add explanatory comment

This commit is contained in:
Paul Davis 2016-07-08 16:13:15 -04:00
parent 5d4e1b3231
commit 0318d3cd64

View file

@ -1772,6 +1772,8 @@ Push2::set_pad_scale (int root, int octave, MusicalMode::Type mode, bool inkey)
mode_map.insert (note);
mode_vector.push_back (note);
/* build a map of all notes in the mode, from the root to 127 */
while (note < 128) {
if (interval == m.steps.end()) {