Skip to content

Commit

Permalink
Merge pull request #9 from apmcleod/faster_dtw
Browse files Browse the repository at this point in the history
Faster dtw
  • Loading branch information
apmcleod committed Dec 20, 2020
2 parents d5e2d11 + c684e25 commit 007ca14
Show file tree
Hide file tree
Showing 196 changed files with 660 additions and 214,830 deletions.
3 changes: 1 addition & 2 deletions .gitignore
@@ -1,4 +1,3 @@
.classpath
.project
.vscode/**
bin/**
MusicXMLParser/MusicXMLToFmt1x
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -2,4 +2,3 @@ all:
mkdir -p bin
javac -d bin -cp src src/mv2h/*.java
javac -d bin -cp src src/mv2h/*/*.java
cd MusicXMLParser; ./compile.sh
381 changes: 0 additions & 381 deletions MusicXMLParser/BasicCalculation_v170122.hpp

This file was deleted.

0 comments on commit 007ca14

Please sign in to comment.