Added bare bone implementation of buses
This commit is contained in:
parent
aea393c458
commit
ad8719e530
|
@ -3,14 +3,7 @@ import { minType } from "../decorators/minVersion";
|
||||||
import { validation } from "../decorators/validation";
|
import { validation } from "../decorators/validation";
|
||||||
import { Control } from "./Control";
|
import { Control } from "./Control";
|
||||||
|
|
||||||
export class Strip extends VMObject {
|
export class Bus extends VMObject {
|
||||||
@validation()
|
|
||||||
public get Mono(): boolean {
|
|
||||||
return this.getParamValueBoolean(this.buildParameterString("Mono"))[1];
|
|
||||||
}
|
|
||||||
public set Mono(v: boolean) {
|
|
||||||
this.setParamValueBoolean(this.buildParameterString("Mono"), v);
|
|
||||||
}
|
|
||||||
|
|
||||||
@validation()
|
@validation()
|
||||||
public get Mute(): boolean {
|
public get Mute(): boolean {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user