mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 14:17:21 +01:00
add explanatory comment
This commit is contained in:
parent
5d4e1b3231
commit
0318d3cd64
1 changed files with 2 additions and 0 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue