summaryrefslogtreecommitdiff
path: root/src/ui/App.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/App.jsx')
-rw-r--r--src/ui/App.jsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/App.jsx b/src/ui/App.jsx
index db3d762..a8edc0f 100644
--- a/src/ui/App.jsx
+++ b/src/ui/App.jsx
@@ -20,13 +20,13 @@ export default function App() {
const relabiGenerator = new Relabi({
settings: {
speed: 1.0,
- feedback: 0.2,
+ chaos: 0.2,
},
waves: [
- { shape: "sine", frequency: 0.75, weight: 1 },
+ { shape: "sine", frequency: 0.5, weight: 1 },
{ shape: "sine", frequency: 1.0, weight: 1 },
- { shape: "sine", frequency: 1.617, weight: 1 },
- { shape: "sine", frequency: 3.141, weight: 1 },
+ { shape: "sine", frequency: 1.5, weight: 1 },
+ { shape: "sine", frequency: 2.0, weight: 1 },
],
bounds: [
{