-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(re-do of #254) screen refresh event (with WSOD), beekeep_juce, block process tweaks #255
Commits on Oct 28, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 79b6e24 - Browse repository at this point
Copy the full SHA 79b6e24View commit details
Commits on Jul 9, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d2af65c - Browse repository at this point
Copy the full SHA d2af65cView commit details
Commits on Jul 21, 2015
-
Configuration menu - View commit details
-
Copy full SHA for c5a8ad9 - Browse repository at this point
Copy the full SHA c5a8ad9View commit details
Commits on Nov 3, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d366d7e - Browse repository at this point
Copy the full SHA d366d7eView commit details
Commits on Nov 5, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 656636c - Browse repository at this point
Copy the full SHA 656636cView commit details
Commits on Feb 4, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 6d5c075 - Browse repository at this point
Copy the full SHA 6d5c075View commit details
Commits on Feb 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9e884ac - Browse repository at this point
Copy the full SHA 9e884acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6047d7c - Browse repository at this point
Copy the full SHA 6047d7cView commit details -
add cpu-usage-requests to SPI state machine. not really tested. clean…
… some dead code along the way.
Configuration menu - View commit details
-
Copy full SHA for 01dbba4 - Browse repository at this point
Copy the full SHA 01dbba4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 411dffb - Browse repository at this point
Copy the full SHA 411dffbView commit details
Commits on Feb 7, 2016
-
add cycle counter to report CPU usage from bfin. unfortunately causin…
…g some issues. remove tons of dead code. start adding human-readable module doc generation in descriptor step. show baudrate on screen in debug build.
Configuration menu - View commit details
-
Copy full SHA for fb7c20c - Browse repository at this point
Copy the full SHA fb7c20cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4ce531 - Browse repository at this point
Copy the full SHA a4ce531View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f154ef - Browse repository at this point
Copy the full SHA 1f154efView commit details -
fix incredibly dumb problem with rawsc init that was driving me nuts.…
… now properly reports initial param values and doesn't randomly crash when booted from a scene
Configuration menu - View commit details
-
Copy full SHA for 97db6f5 - Browse repository at this point
Copy the full SHA 97db6f5View commit details -
remove a lot of print_dbgs (there were so many that debug builds woul…
…d sometimes overrun the event queue on startup.) also lots of dead code and comments.
Configuration menu - View commit details
-
Copy full SHA for 3a1d743 - Browse repository at this point
Copy the full SHA 3a1d743View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52618c2 - Browse repository at this point
Copy the full SHA 52618c2View commit details
Commits on Feb 8, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8fbf7bf - Browse repository at this point
Copy the full SHA 8fbf7bfView commit details
Commits on Feb 9, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 047b3a4 - Browse repository at this point
Copy the full SHA 047b3a4View commit details
Commits on Feb 10, 2016
-
add beginnings of juce-based graphical beekeep frontend. add cpp comp…
…atibility checks in bees headers. fix potentiall nasty index-underflow bug on op_gfx.
Configuration menu - View commit details
-
Copy full SHA for 26c2e47 - Browse repository at this point
Copy the full SHA 26c2e47View commit details -
Merge remote-tracking branch 'origin/dev' into dev
Conflicts: apps/bees/src/op.h apps/bees/src/param.c apps/bees/src/scene.c
Configuration menu - View commit details
-
Copy full SHA for 909de49 - Browse repository at this point
Copy the full SHA 909de49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86afc7c - Browse repository at this point
Copy the full SHA 86afc7cView commit details
Commits on Feb 11, 2016
-
beekep_juce: remove osc build intermediates. fix crash bug with cance…
…led op-creation selection
Configuration menu - View commit details
-
Copy full SHA for 1af83f5 - Browse repository at this point
Copy the full SHA 1af83f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12ec05b - Browse repository at this point
Copy the full SHA 12ec05bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c18042 - Browse repository at this point
Copy the full SHA 0c18042View commit details -
Configuration menu - View commit details
-
Copy full SHA for 305b328 - Browse repository at this point
Copy the full SHA 305b328View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00c6246 - Browse repository at this point
Copy the full SHA 00c6246View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d1f845 - Browse repository at this point
Copy the full SHA 9d1f845View commit details -
beekeep: start working on connector component. also, whoops, add miss…
…ing gfx util sources
Configuration menu - View commit details
-
Copy full SHA for a395749 - Browse repository at this point
Copy the full SHA a395749View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf8b621 - Browse repository at this point
Copy the full SHA bf8b621View commit details -
Configuration menu - View commit details
-
Copy full SHA for afb044f - Browse repository at this point
Copy the full SHA afb044fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6940814 - Browse repository at this point
Copy the full SHA 6940814View commit details -
bees: move screen refresh out of tc timer interrupt, add kEventScreen…
…Refresh event type
Configuration menu - View commit details
-
Copy full SHA for b0761f7 - Browse repository at this point
Copy the full SHA b0761f7View commit details
Commits on Feb 12, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c145cf5 - Browse repository at this point
Copy the full SHA c145cf5View commit details -
allow event queue to wrap after some number of stalls, but flash the …
…screen. seems to work pretty well. possible for screen to become unrecoverably corrupted after an interrupted refresh, but timer events continue to be serviced?
Configuration menu - View commit details
-
Copy full SHA for a2c36b9 - Browse repository at this point
Copy the full SHA a2c36b9View commit details
Commits on Feb 13, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d5b19ae - Browse repository at this point
Copy the full SHA d5b19aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ec5016 - Browse repository at this point
Copy the full SHA 5ec5016View commit details