Bazz

Results 80 issues of Bazz

Let's face it, pattern data can become a mundane mess. To make this easier to manage and understand, allow the user to add comments. Requested by @RowanDDR. What follows is...

enhancement
feat-req
tracker

Here are a couple reasons I want to move the SPD setting off the front page: - Tracker SPD setting is an advanced topic; those without tracker background will not...

good first issue
tracker

In order to keep track of binary versions, do as titled. After some research ( https://stackoverflow.com/questions/6526451/how-to-include-git-commit-number-into-a-c-executable ), it seems the best way is to add some steps at the beginning...

enhancement
good first issue

Depends on #50 (checkbox). Tied to #52. Once again, not everyone is a coder. Not everyone understands hex. Allow for decimal / hex toggle option. Should affect the UI display...

enhancement
tracker

Depends on #50 (checkbox) Not everyone is a coder and enjoys counting from 0. Maintain the internal implementation but adjust the UI results based on this new setting (or group...

enhancement
tracker

The Experience class is a OOP code structure that houses render and event processing. You could consider it the view and controller of MVC. (this brings to mind whether or...

enhancement

Appropriate GUI elements should have a tooltip that is displayed after the user has hovered over the element for a certain amount of time. The tooltip should provide a brief...

enhancement

# The Problem The current ADSR envelope view is only adjustable by selecting the hardware presets from dropdown boxes. Make this more intuitive. # ADSR Adjustable Graph Points Although I...

enhancement
tracker

TL;DR Use some class definition that gives abstract access to each widget's rect coordinates. The widgets can be repositioned and saved to a gui design file. In order for the...

enhancement

Some code and header files feature inconsistent tabbing, using a mixture of spaces and raw tabs. This mostly came from my own experimenting. To a guy who likes to save...

low priority