mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-13 10:06:33 +01:00
WS: Add strip mute buttons to mixer demo
This commit is contained in:
parent
75338ad4c5
commit
864bcf09b7
7 changed files with 169 additions and 45 deletions
|
|
@ -55,6 +55,19 @@ export class BaseContainer extends BaseWidget {
|
|||
|
||||
}
|
||||
|
||||
export class BaseDialog extends BaseContainer {
|
||||
|
||||
constructor () {
|
||||
super();
|
||||
this.children = [];
|
||||
}
|
||||
|
||||
show () {
|
||||
// empty
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export class BaseControl extends BaseWidget {
|
||||
|
||||
get value () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue