StealThis .dev

Backlog - MIDI Audio Reactive Lab

MIDI plus microphone-reactive visual bars experiment.

Open in Lab
midiaudioreactive
Targets: JS HTML

Code

body { margin: 0; font-family: "Trebuchet MS", "Segoe UI", sans-serif; background: #080712; color: #f2f6ff; }
.topbar { padding: 0.75rem 1rem; display: flex; justify-content: space-between; align-items: center; }
.topbar a { color: #8ee7ff; text-decoration: none; }
button { border: 1px solid rgba(255,255,255,0.25); background: rgba(255,255,255,0.08); color: #f2f6ff; border-radius: 999px; padding: 0.35rem 0.7rem; }
main { width: min(980px, 92%); margin: 0 auto; }
.kicker { color: #8ee7ff; text-transform: uppercase; letter-spacing: 0.1em; }
.bars { margin-top: 1rem; border: 1px solid #2f2e4e; border-radius: 12px; min-height: 220px; display: grid; grid-template-columns: repeat(24, minmax(0, 1fr)); gap: 0.35rem; align-items: end; padding: 0.8rem; }
.bar { border-radius: 6px; background: linear-gradient(180deg, #ffa36d, #8070ff); }

Backlog - MIDI Audio Reactive Lab

MIDI plus microphone-reactive visual bars experiment.

Source

  • Repository: libs-gen
  • Original demo id: 28-midi-audio-reactive-lab

Notes

MIDI plus microphone-reactive visual bars experiment.