modular-scale
Advanced tools
Comparing version 3.0.0 to 4.0.0
@@ -43,3 +43,10 @@ var msBases = [1]; | ||
if (typeof value === 'string') { | ||
value = 1; | ||
} | ||
if (value == undefined) { | ||
value = msValue; | ||
} | ||
for (ratio = 0; ratio < ratios.length; ratio++) { | ||
@@ -46,0 +53,0 @@ for (base = 0; base < bases.length; base++) { |
{ | ||
"name": "modular-scale", | ||
"version": "3.0.0", | ||
"version": "4.0.0", | ||
"description": "Module for generating a modular scale.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6968
144