mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-04-04 05:10:44 +02:00
add/remove tracks
This commit is contained in:
parent
685c49cfd9
commit
a4c3593840
2 changed files with 66 additions and 35 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue