-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[major] Implemented real time SID registers visualization (pulse and … (
#167) * [major] Implemented real time SID registers visualization (pulse and filter values). Additionally: * Made it possible for components to not receive focus * Added user colors for visualization bars * Updated default color scheme * [minor] Adding visualization of pulse and filter [minor] Adding first iteration of highlighting the sequence index being selected in the song overview * Adapted colorschemes to new visualizers (#102) * Updated README (#102) * [trivial] Fixed up the tab indentation from 2 to 4 (both, so that converting back to using tabs actually works when using the clang formatter) * [minor] Adding a vertical line over the 3 bars that indicate the pulse state output to SID. The vertical line indicates the 50% pulse width mark. * Alternative visualization for pulse (#169) * Alternative visualization for pulse * Made visualization style for pulse configurable (#102) * Formatting * Formatting * Formatting * Formatting * Added config option to README * [minor] Pulse filter visualizer extensions: * Added functionality for visualizer component to receive non exclusive mouse input (only a few things were missing in the component manager) * Implemented switching of visualization mode when clicked (left mouse button) --------- Co-authored-by: rawpowerlaxity <[email protected]> * Mute pulse visualizer when track is muted * Used same enabled/muted colors as the track * If no enabled channels use filter, mute filter meter * Revert "If no enabled channels use filter, mute filter meter" This reverts commit 86b1322. * Made bar with divider pulse width bar It already had pulse width specifics in the implementation, so I made that clearer * [minor] Changed color settings propery names for the pulse and filter visualization from Color.StateBar.xxx to Color.Visualizer.xxx Also added specific color for the pulse bar separator line NOTE: Added a default DarkestGrey color the fall back color definitions * Update all color schemes for the new visualizer --------- Co-authored-by: thereallaxity <[email protected]> Co-authored-by: rawpowerlaxity <[email protected]> Co-authored-by: Jens-Christian Huus <[email protected]>
- Loading branch information
1 parent
66d56bb
commit 3883e51
Showing
46 changed files
with
975 additions
and
339 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.