Skip to content

Commit

Permalink
gsuiNoise: change steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mr21 committed Feb 16, 2025
1 parent be768c8 commit 97da1a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gsuiNoise/gsuiNoise.html.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ GSUsetTemplate( "gsui-noise", txt => [
GSUcreateOption( { value: "brown" } ),
),
),
GSUcreateElement( "gsui-slider", { "data-prop": "gain", type: "linear-x", min: 0, max: 1, step: .001, "mousemove-size": 400 } ),
GSUcreateElement( "gsui-slider", { "data-prop": "gain", type: "linear-x", min: 0, max: 1, step: .005, "mousemove-size": 400 } ),
GSUcreateSpan( { class: "gsuiNoise-value", "data-prop": "gain" } ),
GSUcreateSpan( null, "pan" ),
GSUcreateElement( "gsui-slider", { "data-prop": "pan", type: "linear-x", min: -1, max: 1, step: .001, "mousemove-size": 400 } ),
GSUcreateElement( "gsui-slider", { "data-prop": "pan", type: "linear-x", min: -1, max: 1, step: .01, "mousemove-size": 400 } ),
GSUcreateSpan( { class: "gsuiNoise-value", "data-prop": "pan" } ),
] );

0 comments on commit 97da1a0

Please sign in to comment.