auto generating bar lines, still buggy tho :/
This commit is contained in:
@@ -23,6 +23,12 @@ class Sidebar(Vertical):
|
||||
|
||||
def compose(self) -> ComposeResult:
|
||||
with VerticalScroll(id="channels"):
|
||||
yield Channel()
|
||||
yield Channel()
|
||||
for channel in self.app.project.channels:
|
||||
yield Channel(
|
||||
channel.name,
|
||||
channel.mute,
|
||||
channel.solo,
|
||||
channel.pan,
|
||||
channel.volume
|
||||
)
|
||||
yield Button("+ New Channel", variant="success", id="add-channel")
|
||||
Reference in New Issue
Block a user