Billy Messenger

Results 62 comments of Billy Messenger
trafficstars

Do you want me to run `cargo fmt` on it?

### BillyDM's Timeline Proposal Improving on Postal's idea, here is my idea: ![UIMockup](https://user-images.githubusercontent.com/60663878/151668288-27b1d6f4-c58f-4ed3-8e13-16aa9dc2661f.png) In this workflow, the "Instruments"/"Busses" column is essentially a one-to-one representation of the mixer, but just vertical....

> So, I had the idea, what if you can drag/drop channels from the left onto the arranger to quickly create a clip which is routed to said channel. Yeah,...

> Isn't that what `WindowHandle::close()` does? Oh yes. I need to check that off the list.

I have a hunch that some linux compositors already apply double-buffering, so this could be effectively adding a sort-of triple buffering.

I also need this since I need to be able to detect when the window is minimized/un-minimized for my audio plugin host engine.

Also, I made `self` in `NotificationHandler::thread_init` mutable so I can actually use my `mpsc::Sender` to send a message to my GUI.

Hmm, yeah, it's more of a compiler than a plugin development framework. Perhaps it can go in the Low Level Programming Languages section.

Oh yeah, forgot about this PR. I'll just go ahead and merge it.

closing because of a rewrite