we have audio rendering working! :D

This commit is contained in:
2026-01-13 20:06:28 +11:00
parent 0beb40d701
commit f8f41212f3
7 changed files with 102 additions and 6 deletions

View File

@@ -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()