memlnaut-nisps/manifold/src
monkey-w1n5t0n 031c7f97ff fix(manifold): keep input knob inside the circular area for mouse + gamepad
The on-screen circular input disc let both the mouse and the gamepad drive
the knob outside the visible circle.

- Gamepad: each stick axis was clamped to [0,1] independently, so a full
  diagonal push reached the square corner. Clamp the stick *vector* to the
  unit disc (radially symmetric) before mapping to [0,1]; covers both sticks.
- Mouse: the circular variant clamped in normalised [0,1]^2 but the canvas
  drew the knob across the full non-square panel against the inscribed circle,
  so the disc rendered as an ellipse that spilled past the rim. Map both the
  pointer and every drawn position (knob/pins/markers/trail/flash) through the
  inscribed-circle geometry, and disc-clamp the auto-drift.
2026-06-29 00:14:49 +02:00
..
backends feat(manifold,firmware): restore uSEQ CV/gate as an Outputs backend 2026-06-28 22:30:54 +02:00
console fix(manifold): keep input knob inside the circular area for mouse + gamepad 2026-06-29 00:14:49 +02:00
debug feat(manifold): add convertible React front-end + simplify console chrome 2026-06-28 03:28:45 +02:00
dock feat(manifold,firmware): restore uSEQ CV/gate as an Outputs backend 2026-06-28 22:30:54 +02:00
engine feat(manifold): MIDI + game controller inputs; widen ML net to N-D 2026-06-28 21:05:48 +02:00
feedback feat(manifold): dock restructure, settings, backends, shared-core feedback, particle stage 2026-06-28 04:14:30 +02:00
inputs fix(manifold): keep input knob inside the circular area for mouse + gamepad 2026-06-29 00:14:49 +02:00
midi-devices feat(manifold): MIDI device-template picker in Outputs config 2026-06-28 20:06:15 +02:00
primitives feat(manifold): add convertible React front-end + simplify console chrome 2026-06-28 03:28:45 +02:00
serial feat(manifold,firmware): restore uSEQ CV/gate as an Outputs backend 2026-06-28 22:30:54 +02:00
settings feat(manifold): add convertible React front-end + simplify console chrome 2026-06-28 03:28:45 +02:00
styles fix(manifold): slider fill tracks value; hide noise-cap rings 2026-06-28 22:09:58 +02:00
App.tsx feat(manifold): add convertible React front-end + simplify console chrome 2026-06-28 03:28:45 +02:00
main.tsx feat(manifold): add convertible React front-end + simplify console chrome 2026-06-28 03:28:45 +02:00