diff options
| author | julian laplace <julescarbon@gmail.com> | 2023-05-09 23:22:32 +0200 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2023-05-09 23:22:32 +0200 |
| commit | 5f49444cf7a681569823e0633551a56683636dd5 (patch) | |
| tree | f88bc21d3a2db192ef851fa3d6d2e3a7a6a3382d /src/ui/App.jsx | |
| parent | db7917f9f10b442b98d6cfc8e9231e1f66f1dd75 (diff) | |
improving chaos
Diffstat (limited to 'src/ui/App.jsx')
| -rw-r--r-- | src/ui/App.jsx | 8 |
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: [ { |
