From 5f49444cf7a681569823e0633551a56683636dd5 Mon Sep 17 00:00:00 2001 From: julian laplace Date: Tue, 9 May 2023 23:22:32 +0200 Subject: improving chaos --- src/ui/App.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/ui/App.jsx') 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: [ { -- cgit v1.2.3-70-g09d2