boomjacky
  • Joined on 2025-10-31
boomjacky created branch master-tmp-dev in boomjacky/looper 2026-06-29 16:00:59 -04:00
boomjacky pushed to master-tmp-dev at boomjacky/looper 2026-06-29 16:00:59 -04:00
fc32d12784 Merge branch '3-integrate-carla'
boomjacky created branch main in boomjacky/berlin 2026-06-25 07:09:40 -04:00
boomjacky pushed to main at boomjacky/berlin 2026-06-25 07:09:40 -04:00
cf60ae0ab7 docs: update README with Berlin Clock project documentation
80bb62cf50 style: remove border-inline from main container
0b8d76a057 refactor: simplify DigitalClock and TimeConverter components
3fed6dc168 feat: add Berlin Clock layout and styling with Orbitron font
abf8b13fc7 fix: update seconds lamp every second when using system time
Compare 10 commits »
boomjacky created repository boomjacky/berlin 2026-06-25 07:09:23 -04:00
boomjacky pushed to master at boomjacky/looper 2026-06-06 14:38:28 -04:00
2c30bba5fa feat: implement clip deletion via 'd' key and CMD_DELETE command
18eb27e9c8 feat: add comprehensive end-to-end test suite
af7588b832 feat: add JACK port management, VU meter, fzf integration, and e2e tests
305668748c feat: add logging system, orchestrator, and documentation
84cd8ea473 chore: clean up build artifacts and fix test dependencies
Compare 20 commits »
boomjacky pushed to integrate-fzf at boomjacky/looper 2026-06-05 15:57:04 -04:00
32fb5d3524 refactor: enable all e2e tests and fix audio port naming
boomjacky pushed to integrate-fzf at boomjacky/looper 2026-06-05 14:40:12 -04:00
20176517a4 refactor: rename looper ports to ch0in/ch0out and move connection logic to client
boomjacky closed pull request boomjacky/looper#7 2026-06-05 14:29:21 -04:00
8-add-tui
boomjacky pushed to master at boomjacky/looper 2026-06-05 14:28:29 -04:00
16a800209f fix: update looper binary and object file
f38797fe0a refactor: replace writer thread with synchronous save and fix ring buffer memory ordering
Compare 2 commits »
boomjacky created branch integrate-fzf in boomjacky/looper 2026-05-29 14:40:52 -04:00
boomjacky pushed to integrate-fzf at boomjacky/looper 2026-05-29 14:40:52 -04:00
316320c294 feat: add direct JACK port connection and VU meter support
1e62ec9310 feat: add port connection display and audio pass-through test
c9c8afc602 Merge branch 'e2e' into integrate-fzf
cd1adba9e3 refactor: move shutdown logic out of signal handler into main loop
dd67576c45 feat: add address sanitizer, persistent FIFO fds, and latency test
Compare 10 commits »
boomjacky pushed to master at boomjacky/looper 2026-05-17 15:42:19 -04:00
10e47e6c0c Merge branch '3-integrate-carla'
6c19429fba Merge branch '8-add-tui' - tests not passing
d28e1f45f5 feat: add mock JACK test target and unit tests for carla host
e6e0a47749 feat: add integration test framework and rack/grid command support
9fda1b2669 feat: add rack mode, colon commands, and client command parser
Compare 14 commits »
boomjacky closed pull request boomjacky/looper#6 2026-05-17 13:00:37 -04:00
6-recording-wav-file
boomjacky pushed to master at boomjacky/looper 2026-05-17 13:00:20 -04:00
3646f6c47e Merge branch '6-recording-wav-file'
bb648d471b fix: resolve cppcheck warnings for const pointer and static functions
fa9dbf2185 style: fix code formatting and include order in looper and ringbuffer
51493d5cab docs: add WAV load/save documentation and update evaluation table
ce2dd7be76 fix: make channel state variables atomic to eliminate data races
Compare 28 commits »
boomjacky pushed to 3-integrate-carla at boomjacky/looper 2026-05-17 06:41:14 -04:00
d28e1f45f5 feat: add mock JACK test target and unit tests for carla host
boomjacky pushed to 3-integrate-carla at boomjacky/looper 2026-05-17 06:40:01 -04:00
95a7d05ca5 feat: add mock JACK test target and unit tests for carla host
boomjacky created branch 3-integrate-carla in boomjacky/looper 2026-05-17 06:21:12 -04:00
boomjacky pushed to 3-integrate-carla at boomjacky/looper 2026-05-17 06:21:12 -04:00
0612f423d1 feat: add mock JACK test target and unit tests for carla host
e6e0a47749 feat: add integration test framework and rack/grid command support
9fda1b2669 feat: add rack mode, colon commands, and client command parser
c7df02d37c feat: integrate real Carla host with JACK support and add plugin abstraction layer
dafc7fe46b feat: add Carla plugin host stubs and integration plan
Compare 5 commits »
boomjacky created pull request boomjacky/looper#7 2026-05-14 14:31:54 -04:00
8-add-tui