Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deepio committed Jul 16, 2020
1 parent 0e15fec commit 1476811
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Expand Up @@ -7,7 +7,8 @@
// "editor.formatOnSave": true,
"editor.tabSize": 2,
"editor.insertSpaces": false,
"editor.detectIndentation": false,
"editor.detectIndentation": false,
"todo.file.name": "TODO",
"spellright.language": [
"en"
],
Expand Down
6 changes: 2 additions & 4 deletions TODO
@@ -1,8 +1,6 @@
✔ Write basic diff @started(19-06-27 08:50) @done(19-07-05 08:31) @lasted(1w23h41m8s)
✔ Compare note objects @done(19-06-27 08:51)
✔ Expand to all other objects @done(19-07-24 17:15)
TODO:
☐ Write skip-diff algorithm with Sylvain
☐ Test music21 import filetype differences
☐ Workout measures from time signatures in midi files
☐ Move from RE to lxml library

Archive:

0 comments on commit 1476811

Please sign in to comment.