we have audio rendering working! :D
This commit is contained in:
@@ -6,6 +6,10 @@ from ui.widgets.timeline import Timeline
|
||||
|
||||
|
||||
class AppUI(App):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self.zoom_level = 0.1
|
||||
|
||||
def compose(self) -> ComposeResult:
|
||||
yield Sidebar()
|
||||
yield Timeline()
|
||||
|
||||
Reference in New Issue
Block a user