-
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
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… some dead code along the way.
…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.
… now properly reports initial param values and doesn't randomly crash when booted from a scene
…d sometimes overrun the event queue on startup.) also lots of dead code and comments.
…atibility checks in bees headers. fix potentiall nasty index-underflow bug on op_gfx.
Conflicts: apps/bees/src/op.h apps/bees/src/param.c apps/bees/src/scene.c
…led op-creation selection
…ing gfx util sources
…Refresh event type
…screen. seems to work pretty well. possible for screen to become unrecoverably corrupted after an interrupted refresh, but timer events continue to be serviced?
NB: (@rick-monster especially) i did a forced push to catfact/dev, so might want to re-clone any copies of this fork. |
All looks good to me now! |
catfact
added a commit
that referenced
this pull request
Feb 14, 2016
(re-do of #254) screen refresh event (with WSOD), beekeep_juce, block process tweaks
will go ahead and bring this in then in case anyone wants to work with it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
the last try added some DOS line endings to bees sources. this reverses those, but leaves files that previously had DOS lines untouched (namely
libfixmath
,fat_io_lib
, and some other 3rd-party ones.) did convert line endings to unix in JUCE code.kind of a grab bag of changes, including some experiments that haven't worked out yet, and some unfinished but promising things, and finally a few things that seem useful.
__cplusplus
switches, and avr32_sim sources compile again, and will even link with g++.