bitwig-multisamplegen
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -205,3 +205,3 @@ #!/usr/bin/env node | ||
return ` | ||
<sample file="${sample.name}" gain="0.00" parameter-1="0.0000" parameter-2="0.0000" parameter-3="0.0000" reverse="false" sample-start="0.000" zone-logic="always-play"> | ||
<sample file="${sample.name}" gain="0.00" parameter-1="0.0000" parameter-2="0.0000" parameter-3="0.0000" reverse="false" sample-start="0.000" sample-stop="-1" zone-logic="always-play"> | ||
<key low="${sample.key}" high="${sample.key}" root="${sample.key}" track="1.0000" tune="0.00"/> | ||
@@ -208,0 +208,0 @@ <velocity low="${sample.velocityMin}" high="${sample.velocityMax}" /> |
{ | ||
"name": "bitwig-multisamplegen", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Generate multisample xml file from samples ", | ||
@@ -5,0 +5,0 @@ "author": "guillaumearm", |
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
48830