mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 00:56:33 +01:00
WS: improve Component class hierarchy
This commit is contained in:
parent
cc8ed1580c
commit
5929551b3b
3 changed files with 17 additions and 17 deletions
|
|
@ -16,11 +16,11 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
import { RootComponent } from '../base/component.js';
|
||||
import { Component } from '../base/component.js';
|
||||
import { StateNode } from '../base/protocol.js';
|
||||
import { Strip } from './strip.js';
|
||||
|
||||
export class Mixer extends RootComponent {
|
||||
export class Mixer extends Component {
|
||||
|
||||
constructor (channel) {
|
||||
super(channel);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue