mirror of
https://github.com/hex248/tsos.git
synced 2026-02-08 02:33:03 +00:00
wobbleRandomness
interpolates between noise and sine wave
This commit is contained in:
@@ -8,6 +8,7 @@ export interface ShapeState {
|
||||
size: number; // 0-100, controls volume
|
||||
wobble: number; // 0-100, visual wobble amount
|
||||
wobbleSpeed: number; // 0-100, wobble animation speed
|
||||
wobbleRandomness: number; // 0-100, noise vs sine blend
|
||||
grain: number; // 0-100, noise mix
|
||||
color: string; // hex color from clavier keyboard
|
||||
octave: number; // 1-8, frequency multiplier
|
||||
|
||||
Reference in New Issue
Block a user