caseywitt
  • Joined on 2026-05-02
caseywitt pushed to main at VARASYS/metronome 2026-05-30 14:59:21 +00:00
47fa6d7ce7 PM_K-1 0.0.21: live-sync protocol (HELLO/FULL/DELTA/BYE) - device side
eae9057baf PM_E-1 beta: live-sync editor (editor-beta.html) mirroring a connected PM_K-1
Compare 2 commits »
caseywitt pushed to main at VARASYS/metronome 2026-05-30 13:58:15 +00:00
09144c9892 PM_K-1 0.0.20: per-pad chunking + step grids + smarter refresh
caseywitt pushed to main at VARASYS/metronome 2026-05-30 13:38:21 +00:00
672f892ea1 PM_K-1 0.0.19: chunked build_grid, predictive refresh, zero-alloc hot path
caseywitt pushed to main at VARASYS/metronome 2026-05-30 13:25:22 +00:00
93c1fb62e9 PM_K-1 0.0.18: split post-seam redraw -- fast bits now, heavy build_grid deferred
caseywitt pushed to main at VARASYS/metronome 2026-05-30 13:13:50 +00:00
da71604c0d PM_K-1 0.0.17: fix gapless-seam off-by-one + GC hygiene around modals / parse
caseywitt pushed to main at VARASYS/metronome 2026-05-30 12:53:03 +00:00
c9f2288bdd 0.0.16 fix: strip the two stray ☰ characters from app.py comments
caseywitt pushed to main at VARASYS/metronome 2026-05-30 12:50:58 +00:00
5153e35a52 PM_K-1 0.0.16: BPM floor 30 -> 5; hamburger ☰ menu + Settings / Help / About
caseywitt pushed to main at VARASYS/metronome 2026-05-30 12:38:56 +00:00
12a31b87a8 PM_K-1 0.0.15: MIDI Clock In (slave) - follow an external 24 PPQN master
caseywitt pushed to main at VARASYS/metronome 2026-05-30 12:28:15 +00:00
f637a65abd Push reliability: 10s ACK timeout + per-chunk flush + periodic GC
caseywitt pushed to main at VARASYS/metronome 2026-05-30 12:12:03 +00:00
99174d1bf8 PM_K-1 0.0.14 (fix): late-toggled Continue arms the seam too
caseywitt pushed to main at VARASYS/metronome 2026-05-30 12:11:20 +00:00
fd8446658d PM_K-1 0.0.14: gapless seam + continuous ramp + MIDI Clock Out (master); speaker rename
caseywitt pushed to main at VARASYS/metronome 2026-05-30 11:21:18 +00:00
b1bb792df6 info-kit.html: drop the MicroPython firmware section; CircuitPython is THE firmware
caseywitt pushed to main at VARASYS/metronome 2026-05-29 20:15:00 +00:00
30f02305e5 Editor: pause the Device-audio heartbeat during a firmware push
caseywitt pushed to main at VARASYS/metronome 2026-05-29 20:09:06 +00:00
937e7c332d Editor: fix firmware push stall - small chunks + send only to the Pico
caseywitt pushed to feat/md-history at VARASYS/ZDDC 2026-05-29 20:06:19 +00:00
5b8bcaed89 chore(embedded): cut v0.0.25-beta
c489a78f34 feat(server): enable edit-history on the project-level personal workspace
Compare 2 commits »
caseywitt pushed to main at VARASYS/metronome 2026-05-29 20:00:58 +00:00
c5cc329185 Editor: add console breadcrumbs to updateFirmware to diagnose a silent no-op
caseywitt pushed to main at VARASYS/metronome 2026-05-29 19:55:39 +00:00
73d18ab1f3 PM_K-1: keep firmware versioning in the 0.0.x series (0.1.0 -> 0.0.13)
caseywitt pushed to main at VARASYS/metronome 2026-05-29 19:44:05 +00:00
dbc9fa7fdc PM_K-1 0.1.0: on-device lane editor - edit/add/remove lanes
caseywitt pushed to main at VARASYS/metronome 2026-05-29 19:36:04 +00:00
ecd1d2a189 PM_K-1 0.0.12: Song = 4-bar sections, timer resets with the bar, smoother MIDI
caseywitt pushed to main at VARASYS/metronome 2026-05-29 19:17:15 +00:00
13318daf5b PM_K-1 0.0.11: fix boot crash - CircuitPython str has no .isalnum()