mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
add rec/mon commands and flatten toolbar
This commit is contained in:
parent
b2e4b01bfe
commit
6b463f14f0
4 changed files with 53 additions and 34 deletions
|
|
@ -76,13 +76,13 @@ audio!(
|
|||
SampleRate(sr) =>
|
||||
{ self.clock.timebase.sr.set(sr as f64); },
|
||||
PortRegistration(id, true) =>
|
||||
{ println!("\rport add: {id}") },
|
||||
{ /*println!("\rport add: {id}")*/ },
|
||||
PortRegistration(id, false) =>
|
||||
{ println!("\rport del: {id}") },
|
||||
{ /*println!("\rport del: {id}")*/ },
|
||||
PortsConnected(a, b, true) =>
|
||||
{ println!("\rport conn: {a} {b}") },
|
||||
{ /*println!("\rport conn: {a} {b}")*/ },
|
||||
PortsConnected(a, b, false) =>
|
||||
{ println!("\rport disc: {a} {b}") },
|
||||
{ /*println!("\rport disc: {a} {b}")*/ },
|
||||
ClientRegistration(id, true) =>
|
||||
{},
|
||||
ClientRegistration(id, false) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue