We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883b0d4 commit 2e83166Copy full SHA for 2e83166
1 file changed
src/chords2midi/c2m.py
@@ -143,7 +143,6 @@ def _parse_pattern_token(tok):
143
input_progression = progression[:] # 2.7 copy
144
# Parse tokens into (instruction, length_multiplier)
145
parsed_mask = [_parse_pattern_token(tok) for tok in patterns[pattern]]
146
- print(parsed_mask, patterns[pattern])
147
pattern_mask_index = 0
148
current_chord = None
149
0 commit comments