-
Notifications
You must be signed in to change notification settings - Fork 13
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
Display realtime values of filter/pulse sweeps #102
Comments
Reply on Facebook by Søren Lund:
|
Sanke Choe:
|
Sanke Choe:
|
A little graphical thing would be nice too, with a short running history. Usually I am interested in finding big jumps or overflow wrap-arounds, which I imagine is hard looking at live numbers. |
* 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 <thomas@rawpowergames.com>
#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 <thomas@rawpowergames.com> * 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 <thomas.egeskov.petersen@gmail.com> Co-authored-by: rawpowerlaxity <thomas@rawpowergames.com> Co-authored-by: Jens-Christian Huus <chordian@gmail.com>
From Sanke Choe on Facebook:
The text was updated successfully, but these errors were encountered: