Comparing version 0.0.4 to 0.0.5
@@ -285,3 +285,3 @@ var Levenshtein = require('levenshtein'); | ||
} else if(percussion[name]) { | ||
this.id(percussion[name]-1); | ||
this.id(percussion[name]); | ||
this.isPercussion(true); | ||
@@ -307,3 +307,3 @@ } else { | ||
} else { | ||
this.id(percussion[smallest.percussion]-1); | ||
this.id(percussion[smallest.percussion]); | ||
this.isPercussion(true); | ||
@@ -310,0 +310,0 @@ } |
@@ -6,3 +6,3 @@ { | ||
"keywords": ["midi", "audio"], | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"repository": { | ||
@@ -9,0 +9,0 @@ "type": "git", |
12457