Comparing version 0.2.22 to 0.2.23
@@ -107,5 +107,5 @@ const isRef = s => String(s).includes('~') | ||
lpf(cutoff, qvalue) { | ||
if ( (!isNaN(cutoff) || isRef(cutoff)) && (!isNaN(qvalue))) { | ||
this.code += ` >> lpf ${cutoff} ${qvalue}` | ||
} | ||
// if ( (!isNaN(cutoff) || isRef(cutoff)) && (!isNaN(qvalue))) { | ||
this.code += ` >> lpf ${cutoff} ${qvalue}` | ||
// } | ||
return this | ||
@@ -112,0 +112,0 @@ } |
{ | ||
"name": "glicol", | ||
"version": "0.2.22", | ||
"version": "0.2.23", | ||
"description": "An light-weight, garbage-collection-free, and easy-to-use audio engine for browser-based music apps.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
2131303
3