add/remove tracks

This commit is contained in:
🪞👃🪞 2024-06-28 00:33:35 +03:00
parent 685c49cfd9
commit a4c3593840
2 changed files with 66 additions and 35 deletions

View file

@ -100,6 +100,9 @@ pub fn run (device: impl Device + Send + Sync + 'static) -> Result<(), Box<dyn E
impl<T: Render + Handle + PortList + Send + Sync> Device for T {}
pub trait Named {
}
pub trait Handle {
// Handle an input event.
// Returns Ok(true) if the device handled the event.