Jason Tackaberry
Jason Tackaberry
Once the requirements settle during the alpha preview, a GUI is needed so users aren't required to edit reabank files.
For patches with note-based keyswitches, the bank list should somehow show the note numbers to allow for manual triggering without needing to open the patch.
If screen width allows it, split the articulations for a given bank into multiple columns. Implementation ideas: Could wrap the current banklist vbox in an hbox, and use multiple vboxes...
Support e.g. o=cc:119,10-20 or o=note:42,100-127 This would be used for manually triggered articulations. Any event within the range would activate the articulation, and combined with #4, any such event would...
To be considered: would it be a good idea to have configuration in the bank to indicate CCs that should have sliders presented in the bank UI? I imagine collapsable...
Use-case is a stack of stops for an organ library. More discussion here: https://forum.cockos.com/showpost.php?p=1937675&postcount=134
## Problem Statement Consider the following Ingress definition which uses the `permanent-redirect` annotation to issue a 301 Redirect for matched path: ```yaml apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: redirects namespace:...
I run the original smokeping on a Linux router with multiple WAN uplinks and am interested in replacing it with smokeping_prober for Prom integration. For that use-case, I need to...
I noticed my application taking a fairly long time to start up and the cause seems to be packr aggressively crawling the hierarchy relative to the current directory at import...
Implementation for #125 for consideration/discussion. CI will fail but I can add a mock for `DescribeStreamSummaryWithContext` if you think this is worthy of merging. This also adds an extra ticker...