Billy Messenger
Billy Messenger
So far this seems to work for float parameters/entries (Smooth & Unsmoothed). I haven't yet figured out how to sync `Declick` parameters/entries yet, but this is a huge start. Sorry...
The `Sync` requirement on `NotificationHandler` is unecessary, and it is preventing me from storing an `mpsc::Sender` in my struct.
How should the workflow of arranging synths, audio clips, automation clips, and midi clips? First, some terminology: - "Vertical workflow" shall refer to the more "traditional" method of restricting a...
How should the workflow of showing, hiding, and arranging various views and panels work? There are two likely methods for going about this: ## Magnetic Floating Windows This is the...
Here are my current thoughts about what we should do for DSP. *Note that we should reference the GNU fork of the Vital plugin called [Vitalium] and not Vital itself....
Here I compiled a short TODO list for baseview: ## Highest priority: - [x] A way for the user to manually close a baseview window from their code. ## High...
I am using the tuix GUI library which uses glutin as a dependency. I notice that on my linux system, there is significant lag when interacting with elements when vsync...
Does DPF have any plans to support the new CLAP audio plugin standard? https://github.com/free-audio/clap
I updated to the latest baseview dependency which includes fixes for the window closing/opening.