mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
remove DynamicDevice from plugin
This commit is contained in:
parent
a103818a2e
commit
55a85fafef
3 changed files with 73 additions and 75 deletions
|
|
@ -20,7 +20,7 @@ render!(App |self, buf, area| {
|
|||
|
||||
y = y + TransportView {
|
||||
timebase: &self.timebase,
|
||||
playing: *self.playing.as_ref().unwrap(),
|
||||
playing: *self.playing.as_ref().unwrap_or(&TransportState::Stopped),
|
||||
record: false,
|
||||
overdub: false,
|
||||
monitor: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue