modular-scale
Advanced tools
Comparing version 5.1.1 to 5.1.2
@@ -23,4 +23,3 @@ const defaultBase = 16 | ||
function ModularScale (options) { | ||
options = options || {} | ||
function ModularScale (options={}) { | ||
let base = options.base || defaultBase | ||
@@ -73,4 +72,3 @@ let ratio = options.ratio || defaultRatio | ||
function steps (v, r) { | ||
v = v || 8 | ||
function steps (v=8, r) { | ||
const s = [] | ||
@@ -77,0 +75,0 @@ const half = Math.floor(v * 0.5) |
{ | ||
"name": "modular-scale", | ||
"version": "5.1.1", | ||
"version": "5.1.2", | ||
"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
7047
185