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

Implemented edit modes of Y generator and gates for Marbles via context menu #103

Open
wants to merge 3 commits into
base: v1
Choose a base branch
from

Conversation

eggix
Copy link
Contributor

@eggix eggix commented Oct 31, 2020

Implements the ability to edit Y generator and Gates as described in the Marbles manual. Instead of holding the bottoms on the physical interface, the edit modes are accessible via the context menu. In addition it fixes #91.

  • Divider ratio for Y generator can be either adjusted via Rate knob in Y generator edit mode or via the context menu as before. Both methods are synced with each other.
  • The two edit modes could also be combined into a single mode, since non of the used knobs in both modes overlap.
  • The color of the knobs in the edit modes change for clarity. The colors are chosen arbitrarily, since there is no reference.
  • Y generator is initialized according to

smooth, full-range (-5V to +5V), random source that is clocked at 1⁄16 the rate of X2

marbels_context

@eggix
Copy link
Contributor Author

eggix commented Dec 4, 2020

Thanks for your remark. uint is apparently not typedef'd to unsigned int by all compilers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Marbles: Y output is steppy by default
2 participants