Skip to content
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

Merged
merged 36 commits into from
Feb 14, 2016

Commits on Oct 28, 2014

  1. Configuration menu
    Copy the full SHA
    79b6e24 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2015

  1. Configuration menu
    Copy the full SHA
    d2af65c View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2015

  1. Update README.md

    catfact committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    c5a8ad9 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2015

  1. Merge branch 'dev'

    catfact committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    d366d7e View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2015

  1. Merge branch 'dev'

    catfact committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    656636c View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2016

  1. Configuration menu
    Copy the full SHA
    6d5c075 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2016

  1. Configuration menu
    Copy the full SHA
    9e884ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6047d7c View commit details
    Browse the repository at this point in the history
  3. add cpu-usage-requests to SPI state machine. not really tested. clean…

    … some dead code along the way.
    catfact committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    01dbba4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    411dffb View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2016

  1. 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.
    catfact committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    fb7c20c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4ce531 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f154ef View commit details
    Browse the repository at this point in the history
  4. 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
    catfact committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    97db6f5 View commit details
    Browse the repository at this point in the history
  5. 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.
    catfact committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    3a1d743 View commit details
    Browse the repository at this point in the history
  6. fix bees JSON schema

    catfact committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    52618c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2016

  1. Configuration menu
    Copy the full SHA
    8fbf7bf View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2016

  1. add pickling for op_gate!

    catfact committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    047b3a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2016

  1. 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.
    catfact committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    26c2e47 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/dev' into dev

    Conflicts:
    	apps/bees/src/op.h
    	apps/bees/src/param.c
    	apps/bees/src/scene.c
    catfact committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    909de49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86afc7c View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2016

  1. beekep_juce: remove osc build intermediates. fix crash bug with cance…

    …led op-creation selection
    catfact committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    1af83f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12ec05b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c18042 View commit details
    Browse the repository at this point in the history
  4. don't track xcode junk

    catfact committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    305b328 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00c6246 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d1f845 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a395749 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf8b621 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    afb044f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6940814 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b0761f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2016

  1. Configuration menu
    Copy the full SHA
    c145cf5 View commit details
    Browse the repository at this point in the history
  2. 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?
    catfact committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    a2c36b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2016

  1. Configuration menu
    Copy the full SHA
    d5b19ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ec5016 View commit details
    Browse the repository at this point in the history