| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add watchdog that restarts Folk service if heartbeat takes too long | Omar Rizwan | 2023-02-09 | 1 | -0/+24 | |
| | | ||||||
| * | Camera: Direct decompress to grayscale from the camera JPEG. | Omar Rizwan | 2023-02-07 | 2 | -0/+4 | |
| | | | | | | | | | | | | | | | | | This produces a sort of terrifying performance improvement for the Camera subsystem (~30% faster on Pi 4 720p). Also (for now) heap-allocate a fresh image buffer for each camera frame -- a little gross but seems to work ok. It will probablycause new reactions on each camera frame, though, since pointers will now churn. (This is probably actually the right behavior.) Also temporarily disable camera-slice and images virtual programs, which I haven't tested yet. Calibration and Camera.tcl demo are tested and working here, though, at least on the Pi 4. | |||||
| * | Disable keyboard by default so we don't get all those outlines | Omar Rizwan | 2023-02-03 | 1 | -0/+1 | |
| | | ||||||
| * | Fix with-all to support claim shorthand. Fixes test | Omar Rizwan | 2023-02-03 | 1 | -1/+2 | |
| | | ||||||
| * | Add kiss fft reference, remove im from virtual programs | Andrés Cuervo | 2023-02-02 | 1 | -44/+0 | |
| | | ||||||
| * | Silence im & camera virtual programs, add keyboard prototype | Andrés Cuervo | 2023-01-30 | 4 | -12/+36 | |
| | | ||||||
| * | with-all: give up and just do a trie scan for now | Omar Rizwan | 2023-01-30 | 1 | -21/+3 | |
| | | ||||||
| * | Guard destructor bc outer/inner execution order is not defined | Omar Rizwan | 2023-01-29 | 1 | -1/+5 | |
| | | ||||||
| * | Clean up Do matchId handling (does this fix a bug?) | Omar Rizwan | 2023-01-29 | 1 | -5/+2 | |
| | | ||||||
| * | Use `When when` to collect matches | Omar Rizwan | 2023-01-29 | 2 | -2/+1 | |
| | | ||||||
| * | Add /page/ & /page/.pdf endpoints | Andrés Cuervo | 2023-01-28 | 1 | -1/+1 | |
| | | ||||||
| * | Fix with-all with new global ::matchId | Omar Rizwan | 2023-01-26 | 1 | -9/+7 | |
| | | | | | | | | | | Fixes https://discord.com/channels/956758212152025098/1055633077323436103/1067636369263956028, I think Rename `On convergence` to `Before convergence`. Support fake lexical scope in `Before convergence`. | |||||
| * | Add (kludgy) outline thickness | Andrés Cuervo | 2023-01-26 | 2 | -6/+18 | |
| | | ||||||
| * | Add folk-cwervo, update fillRect, testbed -> test | Andrés Cuervo | 2023-01-25 | 3 | -7/+16 | |
| | | ||||||
| * | More thread work. Make matchId a global -- hopefully improves perf. | Omar Rizwan | 2023-01-24 | 1 | -1/+1 | |
| | | ||||||
| * | Finish colors play, add colors to Display.tcl | Andrés Cuervo | 2023-01-21 | 1 | -1/+1 | |
| | | ||||||
| * | Add niceties to README, update colors play | Andrés Cuervo | 2023-01-21 | 1 | -0/+5 | |
| | | ||||||
| * | Minor changes for Hex table -- wifi, music note, print colors | Omar Rizwan | 2023-01-17 | 2 | -5/+4 | |
| | | ||||||
| * | Guard music virtual program if no sclang | Omar Rizwan | 2023-01-17 | 1 | -0/+1 | |
| | | ||||||
| * | Fix line printing | Omar Rizwan | 2023-01-17 | 1 | -3/+4 | |
| | | ||||||
| * | Do not overwrite programs | Omar Rizwan | 2023-01-17 | 1 | -0/+3 | |
| | | ||||||
| * | Initialize folk-printed-programs | Omar Rizwan | 2023-01-17 | 1 | -9/+14 | |
| | | ||||||
| * | Line numbers including for linewrapping | Omar Rizwan | 2023-01-17 | 1 | -14/+19 | |
| | | ||||||
| * | Basic line wrapping | Omar Rizwan | 2023-01-17 | 1 | -2/+15 | |
| | | ||||||
| * | Fix up music startup program | Ian Clester | 2023-01-16 | 1 | -4/+3 | |
| | | ||||||
| * | Start on index card support (WIP, back doesn't work yet(?)) | Omar Rizwan | 2023-01-16 | 1 | -19/+70 | |
| | | ||||||
| * | Clean up back code | Omar Rizwan | 2023-01-16 | 1 | -43/+11 | |
| | | ||||||
| * | Print back | Omar Rizwan | 2023-01-16 | 1 | -1/+48 | |
| | | ||||||
| * | temp disable music, make some name fixes | Omar Rizwan | 2023-01-16 | 1 | -12/+15 | |
| | | ||||||
| * | Setup JACK/SuperCollider/Tidal on startup (wip) | Ian Clester | 2023-01-15 | 1 | -0/+128 | |
| | | ||||||
| * | fix code lookiup | Omar Rizwan | 2023-01-15 | 1 | -1/+1 | |
| | | ||||||
| * | remove printed-programs from repo, use ~/folk-printed-programs | Omar Rizwan | 2023-01-15 | 2 | -7/+7 | |
| | | ||||||
| * | Some stuff -- cleanup unix commands, no default green outline | Omar Rizwan | 2023-01-14 | 2 | -1/+3 | |
| | | ||||||
| * | Table/program fixes(?) for new scope stuff | Omar Rizwan | 2022-12-28 | 1 | -0/+1 | |
| | | ||||||
| * | Fixup tags-and-calibration in hacky way for stricter scoping | Omar Rizwan | 2022-12-23 | 1 | -4/+4 | |
| | | ||||||
| * | Hacks to fix obvious errors in im.folk w new scoping | Omar Rizwan | 2022-12-23 | 1 | -1/+2 | |
| | | ||||||
| * | Clean up laptop/my-laptop-detection conditions | Omar Rizwan | 2022-12-23 | 3 | -3/+5 | |
| | | ||||||
| * | pi/critclUtils.tcl -> pi/cUtils.tcl | Omar Rizwan | 2022-12-22 | 1 | -1/+1 | |
| | | ||||||
| * | Add 96 - 98 & update im.folk | Andrés Cuervo | 2022-12-19 | 1 | -16/+10 | |
| | | ||||||
| * | add im | Andrés Cuervo | 2022-12-19 | 2 | -2/+55 | |
| | | ||||||
| * | Add camera-slice | Andrés Cuervo | 2022-12-18 | 1 | -0/+9 | |
| | | ||||||
| * | some of the earlier messing w images | Omar Rizwan | 2022-12-17 | 1 | -4/+3 | |
| | | ||||||
| * | images.folk | Omar Rizwan | 2022-12-16 | 1 | -0/+36 | |
| | | ||||||
| * | Update label to append downward, add keylog dict | Andrés Cuervo | 2022-12-16 | 2 | -2/+5 | |
| | | ||||||
| * | Delete useless WIP stuff. Disable neighbor viz for now | Omar Rizwan | 2022-12-16 | 1 | -6/+5 | |
| | | ||||||
| * | Add keypressing program | Andrés Cuervo | 2022-12-15 | 1 | -0/+5 | |
| | | ||||||
| * | Actually fix collected matches (incl disposal of old labels) | Omar Rizwan | 2022-12-15 | 1 | -8/+11 | |
| | | | | | Use step count + end-of-convergence hook technique | |||||
| * | Fix finalization of collected matches | Omar Rizwan | 2022-12-15 | 1 | -1/+1 | |
| | | ||||||
| * | Multilabel???? | Omar Rizwan | 2022-12-15 | 2 | -12/+42 | |
| | | ||||||
| * | Add one-line intersect inspector | Andrés Cuervo | 2022-12-13 | 1 | -0/+35 | |
| | | ||||||
