Skip to content

Commit

Permalink
Added test data
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Nov 16, 2024
1 parent e8447f3 commit 3a9bbf4
Show file tree
Hide file tree
Showing 8 changed files with 3,409 additions and 2 deletions.
1 change: 0 additions & 1 deletion jazz-mxml.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ function copy_mxl_headers(src, dst) {
}
function copy_attributes(src, dst) { if (src[':@']) dst[':@'] = src[':@']; }
function get_attribute(x, a) { if (x[':@']) return x[':@']['@_' + a]; }
function set_attribute(x, a, v) { if (!x[':@']) x[':@'] = {}; x[':@']['@_' + a] = v; }
function flip_measures(src, dst, tag1, id1, tag2, id2) {
var a1 = [], a2 = [];
var aa1 = {}, aa2 = {}, aaa = {};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"jzz-midi-smf": "^1.9.5"
},
"devDependencies": {
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"mocha": "^10.8.2",
"nyc": "^17.1.0"
},
Expand Down
Loading

0 comments on commit 3a9bbf4

Please sign in to comment.