Skip to content

Commit

Permalink
Move TODO comment about different groove/melody lengths and speeds to…
Browse files Browse the repository at this point in the history
… issue #9
  • Loading branch information
Ben Godfrey committed Sep 26, 2022
1 parent b4c9924 commit 8397f82
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions microgroove.ino
Original file line number Diff line number Diff line change
Expand Up @@ -495,9 +495,6 @@ namespace microgroove {
}
};

// TODO allow groove and melody to be different lengths and speeds,
// e.g. melody len 2, speed 1/1, groove len 16 speed 1/16 means 1 bar of
// rhythm playing one note, then 1 bar of the other note - a nice technique
class Track {
const uint8_t track_min_length = 1;
const uint8_t track_max_length = 32;
Expand Down

0 comments on commit 8397f82

Please sign in to comment.