Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
clem committed Sep 1, 2023
1 parent 8de59c0 commit efb3cc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion emerveillementnaif.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Émerveillement Naïf",
"tempo": 120,
"tempo": 100,
"ambiance": "Joyeux",
"style": "16beat",
"prenom": "Tatttt",
Expand Down
2 changes: 1 addition & 1 deletion machineatubes/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def parseJSON2Score(payload, verbose=False):

for note in notes:

b = int(note["beat"])
b = int(note["beat"]) - 4

if b > max_length:
max_length = b
Expand Down

0 comments on commit efb3cc1

Please sign in to comment.