mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-10 13:46:42 +01:00
wip: tek_test again
This commit is contained in:
parent
fa8282a9d5
commit
4c23aed40a
16 changed files with 190 additions and 172 deletions
|
|
@ -23,7 +23,7 @@ pub struct TransportToolbar<E: Engine> {
|
|||
pub clock: TransportClock<E>,
|
||||
}
|
||||
impl<E: Engine> TransportToolbar<E> {
|
||||
pub fn standalone () -> Usually<Arc<RwLock<Self>>> {
|
||||
pub fn standalone () -> Usually<Arc<RwLock<Self>>> where Self: 'static {
|
||||
let mut transport = Self::new(None);
|
||||
transport.focused = true;
|
||||
let jack = JackClient::Inactive(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue