Skip to content

Commit

Permalink
adding fractions of speed values for more fine-tuned control
Browse files Browse the repository at this point in the history
  • Loading branch information
neontomo committed Feb 23, 2025
1 parent 9ca955f commit ca9fa50
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions extensions/slowed-reverb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,21 +61,41 @@
"title": "0.5",
"value": "0.5"
},
{
"title": "0.55",
"value": "0.55"
},
{
"title": "0.6",
"value": "0.6"
},
{
"title": "0.65",
"value": "0.65"
},
{
"title": "0.7",
"value": "0.7"
},
{
"title": "0.75",
"value": "0.75"
},
{
"title": "0.8",
"value": "0.8"
},
{
"title": "0.85",
"value": "0.85"
},
{
"title": "0.9",
"value": "0.9"
},
{
"title": "0.95",
"value": "0.95"
}
]
},
Expand All @@ -87,22 +107,42 @@
"default": "1.2",
"required": true,
"data": [
{
"title": "0.5",
"value": "0.5"
},
{
"title": "1.1",
"value": "1.1"
},
{
"title": "1.15",
"value": "1.15"
},
{
"title": "1.2",
"value": "1.2"
},
{
"title": "1.25",
"value": "1.25"
},
{
"title": "1.3",
"value": "1.3"
},
{
"title": "1.35",
"value": "1.35"
},
{
"title": "1.4",
"value": "1.4"
},
{
"title": "1.45",
"value": "1.45"
},
{
"title": "1.5",
"value": "1.5"
Expand Down

0 comments on commit ca9fa50

Please sign in to comment.