Skip to content

Commit

Permalink
corrected LaissezVibrer definition for strings (use defaults)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPudashkin committed Dec 18, 2024
1 parent 7d06df3 commit 2b50f32
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2792,7 +2792,7 @@
"LaissezVibrer": [
{
"arrangementPattern": {
"durationFactor": 19900,
"durationFactor": 9900,
"timestampOffset": 0
},
"expressionPattern": {
Expand All @@ -2803,39 +2803,39 @@
},
{
"offsetPosition": 1000,
"offsetValue": 3000
"offsetValue": 1500
},
{
"offsetPosition": 2000,
"offsetValue": 5000
"offsetValue": 2500
},
{
"offsetPosition": 3000,
"offsetValue": 4100
"offsetValue": 3500
},
{
"offsetPosition": 4000,
"offsetValue": 3300
"offsetValue": 4500
},
{
"offsetPosition": 5000,
"offsetValue": 2500
"offsetValue": 5000
},
{
"offsetPosition": 6000,
"offsetValue": 1900
"offsetValue": 4500
},
{
"offsetPosition": 7000,
"offsetValue": 1400
"offsetValue": 3500
},
{
"offsetPosition": 8000,
"offsetValue": 900
"offsetValue": 2500
},
{
"offsetPosition": 9000,
"offsetValue": 500
"offsetValue": 1500
},
{
"offsetPosition": 10000,
Expand Down

0 comments on commit 2b50f32

Please sign in to comment.