remove DynamicDevice from plugin

This commit is contained in:
🪞👃🪞 2024-07-03 21:14:05 +03:00
parent a103818a2e
commit 55a85fafef
3 changed files with 73 additions and 75 deletions

View file

@ -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,