This website requires JavaScript.
Explore
Help
Sign In
skyler
0 Followers
·
0 Following
Joined on
2025-05-18
Repositories
2
Projects
Packages
Public Activity
Starred Repositories
skyler
pushed to
release
at
skyler/Lightningbeam
2026-07-14 18:15:13 +00:00
91543202ed
Release 1.0.10-alpha (rebuild: egui fork patch fix)
73104e5803
CI: fail fast when the egui fork's patch doesn't apply
Compare 2 commits »
skyler
pushed to
main
at
skyler/Lightningbeam
2026-07-14 18:15:12 +00:00
73104e5803
CI: fail fast when the egui fork's patch doesn't apply
skyler
pushed to
ibus-wayland-fix
at
skyler/egui
2026-07-14 18:11:02 +00:00
7858158e9a
Bump workspace version to 0.33.3
skyler
pushed to
main
at
skyler/Lightningbeam
2026-07-14 17:42:17 +00:00
421f8fdcc6
Bump version to 1.0.10-alpha
skyler
pushed to
release
at
skyler/Lightningbeam
2026-07-14 17:42:06 +00:00
a09b0c1a93
Release 1.0.10-alpha
421f8fdcc6
Bump version to 1.0.10-alpha
07b2478a0e
Merge take management into painting UX branch
5e73f7f75d
Painting UX: unified color/brush tools, tablet buttons, layer opacity
8cde113797
Cycle recording phase 1: transport loop region
Compare 13 commits »
skyler
pushed to
main
at
skyler/Lightningbeam
2026-07-14 17:27:12 +00:00
07b2478a0e
Merge take management into painting UX branch
5e73f7f75d
Painting UX: unified color/brush tools, tablet buttons, layer opacity
8cde113797
Cycle recording phase 1: transport loop region
Compare 3 commits »
skyler
pushed to
ibus-wayland-fix
at
skyler/egui
2026-07-14 17:22:55 +00:00
4bb7970234
Keep menus alive for submenu interaction
f5477e30e5
Add custom cursor images (OS-composited, no frame lag)
Compare 2 commits »
skyler
pushed to
main
at
skyler/Lightningbeam
2026-07-14 17:00:23 +00:00
6924fc0ffe
Take management: move takes onto the clip instance
c62164c365
Cycle recording: MIDI separate-takes mode, and append to existing folders
6629adc7d2
Cycle recording: monitor the MIDI overdub on later passes
a5cdbfd0fd
Type the time domains: no raw f64 in any time-carrying API
16e3d676d6
Cycle recording: multi-take capture, take folders, comping
Compare 6 commits »
skyler
pushed to
main
at
skyler/Lightningbeam
2026-07-12 13:47:31 +00:00
9f67a82e3e
README: update status + add prebuilt-release run instructions
ddd6e0cdbc
Stop tracking TODO.md; remove completed plan docs
a3706dd2c4
Bump version to 1.0.9-alpha
ba4395602d
Make recording an undoable action; fixes MIDI recording not marking doc modified
8ed2320dca
Type AudioClip duration by clip kind; fix MIDI clips growing too fast
Compare 10 commits »
skyler
pushed to
release
at
skyler/Lightningbeam
2026-07-12 13:09:22 +00:00
a94f6004e5
Release 1.0.9-alpha
a3706dd2c4
Bump version to 1.0.9-alpha
ba4395602d
Make recording an undoable action; fixes MIDI recording not marking doc modified
8ed2320dca
Type AudioClip duration by clip kind; fix MIDI clips growing too fast
c747126759
Timeline: display audio/MIDI clips from the doc, not a backend snapshot
Compare 9 commits »
skyler
pushed to
main
at
skyler/Lightningbeam
2026-07-09 22:27:06 +00:00
b6f43d2e72
Bump version to 1.0.8-alpha
skyler
pushed to
release
at
skyler/Lightningbeam
2026-07-09 22:26:41 +00:00
0eff5f7f33
Release 1.0.8-alpha
b6f43d2e72
Bump version to 1.0.8-alpha
8fbb6d65c0
Prompt to save on quit too; unify with the switch prompt
6aece26a8b
Prompt to save unsaved changes before switching files
ef2b0822bd
Autosave: keep recovery files out of Recent Files
Compare 44 commits »
skyler
pushed to
main
at
skyler/Lightningbeam
2026-07-09 22:18:59 +00:00
8fbb6d65c0
Prompt to save on quit too; unify with the switch prompt
6aece26a8b
Prompt to save unsaved changes before switching files
ef2b0822bd
Autosave: keep recovery files out of Recent Files
5f09222f3f
Autosave: configurable interval + startup logging for testing
b0e965b1c2
Crash recovery: restore prompt for leftover recovery files
Compare 7 commits »
skyler
pushed to
main
at
skyler/Lightningbeam
2026-07-09 17:26:22 +00:00
a2839f80b1
Clean up build warnings
6e6feaddf5
Fix FLAC export end-to-end (real backend path) + smart tag defaults
15bdf80ec1
Audio export: real FLAC + tag metadata for all formats
6b8a1f1386
SVG export: emit text layers as real glyph outlines
53ffb7d528
Export honesty: real lossy WebP, working ProRes, VP8+audio container
Compare 7 commits »
skyler
pushed to
main
at
skyler/Lightningbeam
2026-07-03 06:03:50 +00:00
bb6b6fa9e3
Mobile: address code-review findings
9646eef487
Mobile: hide the desktop menu bar
6f67ddb709
Mobile P7: landscape / orientation support
2cbc35f181
Mobile context-menu coverage + z-order
4f66ddb515
P6b: mobile node editor — Focus & Patch views
Compare 77 commits »
skyler
created branch
feat/mobile-ui
in
skyler/Lightningbeam
2026-07-03 06:00:09 +00:00
skyler
pushed to
feat/mobile-ui
at
skyler/Lightningbeam
2026-07-03 06:00:09 +00:00
bb6b6fa9e3
Mobile: address code-review findings
9646eef487
Mobile: hide the desktop menu bar
6f67ddb709
Mobile P7: landscape / orientation support
2cbc35f181
Mobile context-menu coverage + z-order
4f66ddb515
P6b: mobile node editor — Focus & Patch views
Compare 10 commits »
skyler
pushed to
release
at
skyler/Lightningbeam
2026-06-27 01:55:14 +00:00
609b80336b
Release 1.0.7-alpha
58a3c829d7
Bump version to 1.0.7-alpha
9717289271
Implement layer visibility toggle; log export color range
b301c63387
Address code-review findings across export, decode, and data model
1fa4d744be
Add SVG vector import and export
Compare 32 commits »
skyler
pushed to
release
at
skyler/Lightningbeam
2026-06-26 01:28:01 +00:00
a933fc3ca8
Release 1.0.6-alpha
e7c239f203
ci: enable VAAPI in the from-source ffmpeg build
7ebd64391c
editor: gate zero-copy VAAPI export to Linux (fix macOS/Windows build)
05b5bf5f85
editor: zero-copy H.264 for video-only export too
Compare 4 commits »
skyler
created branch
release
in
skyler/Lightningbeam
2026-06-25 22:38:18 +00:00
First
Previous
1
2
3
4
5
Next
Last