Lower the pulse width default and slider range
1 changed file+4−4
src/mgpu/registry.tsmodified+4−4View file
@@ -63,10 +63,10 @@ const sourceParams: ParamSpec[] = [
6363 {
6464 key: 'tw',
6565 label: 'pulse width (s)',
66- value: 0.01,
67- min: 0.001,
68- max: 0.05,
69- step: 0.001,
66+ value: 0.001,
67+ min: 0.0002,
68+ max: 0.01,
69+ step: 0.0002,
7070 hint: 'Duration of the Gaussian envelope, in seconds. Wide means many cycles and a narrow band; narrow means a click.',
7171 },
7272 {