@opendaw/studio-boxes 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/ArpeggioDeviceBox.d.ts +35 -0
- package/dist/ArpeggioDeviceBox.d.ts.map +1 -0
- package/dist/ArpeggioDeviceBox.js +167 -0
- package/dist/AudioBusBox.d.ts +29 -0
- package/dist/AudioBusBox.d.ts.map +1 -0
- package/dist/AudioBusBox.js +95 -0
- package/dist/AudioClipBox.d.ts +32 -0
- package/dist/AudioClipBox.d.ts.map +1 -0
- package/dist/AudioClipBox.js +108 -0
- package/dist/AudioFileBox.d.ts +19 -0
- package/dist/AudioFileBox.d.ts.map +1 -0
- package/dist/AudioFileBox.js +50 -0
- package/dist/AudioRegionBox.d.ts +33 -0
- package/dist/AudioRegionBox.d.ts.map +1 -0
- package/dist/AudioRegionBox.js +116 -0
- package/dist/AudioUnitBox.d.ts +41 -0
- package/dist/AudioUnitBox.d.ts.map +1 -0
- package/dist/AudioUnitBox.js +183 -0
- package/dist/AuxSendBox.d.ts +25 -0
- package/dist/AuxSendBox.d.ts.map +1 -0
- package/dist/AuxSendBox.js +91 -0
- package/dist/ClashPattern.d.ts +17 -0
- package/dist/ClashPattern.d.ts.map +1 -0
- package/dist/ClashPattern.js +42 -0
- package/dist/ClashStep.d.ts +13 -0
- package/dist/ClashStep.d.ts.map +1 -0
- package/dist/ClashStep.js +24 -0
- package/dist/ClipPlaybackFields.d.ts +22 -0
- package/dist/ClipPlaybackFields.d.ts.map +1 -0
- package/dist/ClipPlaybackFields.js +68 -0
- package/dist/DelayDeviceBox.d.ts +35 -0
- package/dist/DelayDeviceBox.d.ts.map +1 -0
- package/dist/DelayDeviceBox.js +167 -0
- package/dist/DeviceClashBox.d.ts +38 -0
- package/dist/DeviceClashBox.d.ts.map +1 -0
- package/dist/DeviceClashBox.js +177 -0
- package/dist/DeviceInterfaceKnobBox.d.ts +23 -0
- package/dist/DeviceInterfaceKnobBox.d.ts.map +1 -0
- package/dist/DeviceInterfaceKnobBox.js +68 -0
- package/dist/DeviceUserInterface.d.ts +13 -0
- package/dist/DeviceUserInterface.d.ts.map +1 -0
- package/dist/DeviceUserInterface.js +27 -0
- package/dist/GrooveShuffleBox.d.ts +19 -0
- package/dist/GrooveShuffleBox.d.ts.map +1 -0
- package/dist/GrooveShuffleBox.js +64 -0
- package/dist/LoopArea.d.ts +16 -0
- package/dist/LoopArea.d.ts.map +1 -0
- package/dist/LoopArea.js +41 -0
- package/dist/MarkerBox.d.ts +23 -0
- package/dist/MarkerBox.d.ts.map +1 -0
- package/dist/MarkerBox.js +68 -0
- package/dist/MarkerTrack.d.ts +17 -0
- package/dist/MarkerTrack.d.ts.map +1 -0
- package/dist/MarkerTrack.js +42 -0
- package/dist/ModularAudioInputBox.d.ts +18 -0
- package/dist/ModularAudioInputBox.d.ts.map +1 -0
- package/dist/ModularAudioInputBox.js +45 -0
- package/dist/ModularAudioOutputBox.d.ts +18 -0
- package/dist/ModularAudioOutputBox.d.ts.map +1 -0
- package/dist/ModularAudioOutputBox.js +45 -0
- package/dist/ModularBox.d.ts +25 -0
- package/dist/ModularBox.d.ts.map +1 -0
- package/dist/ModularBox.js +83 -0
- package/dist/ModularDeviceBox.d.ts +28 -0
- package/dist/ModularDeviceBox.d.ts.map +1 -0
- package/dist/ModularDeviceBox.js +90 -0
- package/dist/ModuleAttributes.d.ts +23 -0
- package/dist/ModuleAttributes.d.ts.map +1 -0
- package/dist/ModuleAttributes.js +69 -0
- package/dist/ModuleConnectionBox.d.ts +19 -0
- package/dist/ModuleConnectionBox.d.ts.map +1 -0
- package/dist/ModuleConnectionBox.js +50 -0
- package/dist/ModuleDelayBox.d.ts +22 -0
- package/dist/ModuleDelayBox.d.ts.map +1 -0
- package/dist/ModuleDelayBox.js +69 -0
- package/dist/ModuleGainBox.d.ts +22 -0
- package/dist/ModuleGainBox.d.ts.map +1 -0
- package/dist/ModuleGainBox.js +69 -0
- package/dist/ModuleMultiplierBox.d.ts +24 -0
- package/dist/ModuleMultiplierBox.d.ts.map +1 -0
- package/dist/ModuleMultiplierBox.js +78 -0
- package/dist/NanoDeviceBox.d.ts +29 -0
- package/dist/NanoDeviceBox.d.ts.map +1 -0
- package/dist/NanoDeviceBox.js +112 -0
- package/dist/NoteClipBox.d.ts +30 -0
- package/dist/NoteClipBox.d.ts.map +1 -0
- package/dist/NoteClipBox.js +99 -0
- package/dist/NoteEventBox.d.ts +31 -0
- package/dist/NoteEventBox.d.ts.map +1 -0
- package/dist/NoteEventBox.js +107 -0
- package/dist/NoteEventCollectionBox.d.ts +17 -0
- package/dist/NoteEventCollectionBox.d.ts.map +1 -0
- package/dist/NoteEventCollectionBox.js +44 -0
- package/dist/NoteEventRepeatBox.d.ts +21 -0
- package/dist/NoteEventRepeatBox.d.ts.map +1 -0
- package/dist/NoteEventRepeatBox.js +59 -0
- package/dist/NoteRegionBox.d.ts +33 -0
- package/dist/NoteRegionBox.d.ts.map +1 -0
- package/dist/NoteRegionBox.js +116 -0
- package/dist/PianoMode.d.ts +20 -0
- package/dist/PianoMode.d.ts.map +1 -0
- package/dist/PianoMode.js +59 -0
- package/dist/PitchDeviceBox.d.ts +29 -0
- package/dist/PitchDeviceBox.d.ts.map +1 -0
- package/dist/PitchDeviceBox.js +119 -0
- package/dist/PlayfieldDeviceBox.d.ts +25 -0
- package/dist/PlayfieldDeviceBox.d.ts.map +1 -0
- package/dist/PlayfieldDeviceBox.js +80 -0
- package/dist/PlayfieldSampleBox.d.ts +51 -0
- package/dist/PlayfieldSampleBox.d.ts.map +1 -0
- package/dist/PlayfieldSampleBox.js +229 -0
- package/dist/RevampBell.d.ts +19 -0
- package/dist/RevampBell.d.ts.map +1 -0
- package/dist/RevampBell.js +79 -0
- package/dist/RevampDeviceBox.d.ts +42 -0
- package/dist/RevampDeviceBox.d.ts.map +1 -0
- package/dist/RevampDeviceBox.js +153 -0
- package/dist/RevampPass.d.ts +19 -0
- package/dist/RevampPass.d.ts.map +1 -0
- package/dist/RevampPass.js +79 -0
- package/dist/RevampShelf.d.ts +17 -0
- package/dist/RevampShelf.d.ts.map +1 -0
- package/dist/RevampShelf.js +63 -0
- package/dist/ReverbDeviceBox.d.ts +35 -0
- package/dist/ReverbDeviceBox.d.ts.map +1 -0
- package/dist/ReverbDeviceBox.js +167 -0
- package/dist/RootBox.d.ts +34 -0
- package/dist/RootBox.d.ts.map +1 -0
- package/dist/RootBox.js +109 -0
- package/dist/SelectionBox.d.ts +17 -0
- package/dist/SelectionBox.d.ts.map +1 -0
- package/dist/SelectionBox.js +41 -0
- package/dist/Signature.d.ts +14 -0
- package/dist/Signature.d.ts.map +1 -0
- package/dist/Signature.js +32 -0
- package/dist/StepAutomationBox.d.ts +19 -0
- package/dist/StepAutomationBox.d.ts.map +1 -0
- package/dist/StepAutomationBox.js +50 -0
- package/dist/StereoToolDeviceBox.d.ts +37 -0
- package/dist/StereoToolDeviceBox.d.ts.map +1 -0
- package/dist/StereoToolDeviceBox.js +176 -0
- package/dist/TapeDeviceBox.d.ts +31 -0
- package/dist/TapeDeviceBox.d.ts.map +1 -0
- package/dist/TapeDeviceBox.js +135 -0
- package/dist/TimelineBox.d.ts +30 -0
- package/dist/TimelineBox.d.ts.map +1 -0
- package/dist/TimelineBox.js +89 -0
- package/dist/TrackBox.d.ts +29 -0
- package/dist/TrackBox.d.ts.map +1 -0
- package/dist/TrackBox.js +101 -0
- package/dist/UserInterfaceBox.d.ts +23 -0
- package/dist/UserInterfaceBox.d.ts.map +1 -0
- package/dist/UserInterfaceBox.js +68 -0
- package/dist/ValueClipBox.d.ts +30 -0
- package/dist/ValueClipBox.d.ts.map +1 -0
- package/dist/ValueClipBox.js +99 -0
- package/dist/ValueEventBox.d.ts +25 -0
- package/dist/ValueEventBox.d.ts.map +1 -0
- package/dist/ValueEventBox.js +80 -0
- package/dist/ValueEventCollectionBox.d.ts +17 -0
- package/dist/ValueEventCollectionBox.d.ts.map +1 -0
- package/dist/ValueEventCollectionBox.js +44 -0
- package/dist/ValueEventCurveBox.d.ts +17 -0
- package/dist/ValueEventCurveBox.d.ts.map +1 -0
- package/dist/ValueEventCurveBox.js +41 -0
- package/dist/ValueRegionBox.d.ts +31 -0
- package/dist/ValueRegionBox.d.ts.map +1 -0
- package/dist/ValueRegionBox.js +107 -0
- package/dist/VaporisateurDeviceBox.d.ts +41 -0
- package/dist/VaporisateurDeviceBox.d.ts.map +1 -0
- package/dist/VaporisateurDeviceBox.js +215 -0
- package/dist/ZeitgeistDeviceBox.d.ts +25 -0
- package/dist/ZeitgeistDeviceBox.d.ts.map +1 -0
- package/dist/ZeitgeistDeviceBox.js +80 -0
- package/dist/index.d.ts +107 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +115 -0
- package/dist/io.d.ts +56 -0
- package/dist/io.d.ts.map +1 -0
- package/dist/io.js +120 -0
- package/dist/visitor.d.ts +51 -0
- package/dist/visitor.d.ts.map +1 -0
- package/dist/visitor.js +1 -0
- package/package.json +35 -0
package/dist/RootBox.js
ADDED
@@ -0,0 +1,109 @@
|
|
1
|
+
import { safeExecute } from "@opendaw/lib-std";
|
2
|
+
import { Box, NoPointers, PointerField, Field, StringField, } from "@opendaw/lib-box";
|
3
|
+
import { PianoMode } from "./PianoMode";
|
4
|
+
import { Pointers } from "@opendaw/studio-enums";
|
5
|
+
export class RootBox extends Box {
|
6
|
+
static create(graph, uuid, constructor) {
|
7
|
+
return graph.stageBox(new RootBox({ uuid, graph, name: "RootBox", pointerRules: NoPointers }), constructor);
|
8
|
+
}
|
9
|
+
constructor(construct) {
|
10
|
+
super(construct);
|
11
|
+
}
|
12
|
+
accept(visitor) {
|
13
|
+
return safeExecute(visitor.visitRootBox, this);
|
14
|
+
}
|
15
|
+
get timeline() {
|
16
|
+
return this.getField(1);
|
17
|
+
}
|
18
|
+
get users() {
|
19
|
+
return this.getField(2);
|
20
|
+
}
|
21
|
+
get created() {
|
22
|
+
return this.getField(3);
|
23
|
+
}
|
24
|
+
get groove() {
|
25
|
+
return this.getField(4);
|
26
|
+
}
|
27
|
+
get modularSetups() {
|
28
|
+
return this.getField(10);
|
29
|
+
}
|
30
|
+
get audioUnits() {
|
31
|
+
return this.getField(20);
|
32
|
+
}
|
33
|
+
get audioBusses() {
|
34
|
+
return this.getField(21);
|
35
|
+
}
|
36
|
+
get outputDevice() {
|
37
|
+
return this.getField(30);
|
38
|
+
}
|
39
|
+
get pianoMode() {
|
40
|
+
return this.getField(40);
|
41
|
+
}
|
42
|
+
get editingChannel() {
|
43
|
+
return this.getField(111);
|
44
|
+
}
|
45
|
+
initializeFields() {
|
46
|
+
return {
|
47
|
+
1: PointerField.create({
|
48
|
+
parent: this,
|
49
|
+
fieldKey: 1,
|
50
|
+
fieldName: "timeline",
|
51
|
+
pointerRules: NoPointers,
|
52
|
+
}, Pointers.Timeline, true),
|
53
|
+
2: Field.hook({
|
54
|
+
parent: this,
|
55
|
+
fieldKey: 2,
|
56
|
+
fieldName: "users",
|
57
|
+
pointerRules: { accepts: [Pointers.User], mandatory: true },
|
58
|
+
}),
|
59
|
+
3: StringField.create({
|
60
|
+
parent: this,
|
61
|
+
fieldKey: 3,
|
62
|
+
fieldName: "created",
|
63
|
+
pointerRules: NoPointers,
|
64
|
+
}),
|
65
|
+
4: PointerField.create({
|
66
|
+
parent: this,
|
67
|
+
fieldKey: 4,
|
68
|
+
fieldName: "groove",
|
69
|
+
pointerRules: NoPointers,
|
70
|
+
}, Pointers.Groove, true),
|
71
|
+
10: Field.hook({
|
72
|
+
parent: this,
|
73
|
+
fieldKey: 10,
|
74
|
+
fieldName: "modularSetups",
|
75
|
+
pointerRules: { accepts: [Pointers.ModularSetup], mandatory: false },
|
76
|
+
}),
|
77
|
+
20: Field.hook({
|
78
|
+
parent: this,
|
79
|
+
fieldKey: 20,
|
80
|
+
fieldName: "audioUnits",
|
81
|
+
pointerRules: { accepts: [Pointers.AudioUnits], mandatory: false },
|
82
|
+
}),
|
83
|
+
21: Field.hook({
|
84
|
+
parent: this,
|
85
|
+
fieldKey: 21,
|
86
|
+
fieldName: "audioBusses",
|
87
|
+
pointerRules: { accepts: [Pointers.AudioBusses], mandatory: false },
|
88
|
+
}),
|
89
|
+
30: Field.hook({
|
90
|
+
parent: this,
|
91
|
+
fieldKey: 30,
|
92
|
+
fieldName: "outputDevice",
|
93
|
+
pointerRules: { accepts: [Pointers.AudioOutput], mandatory: true },
|
94
|
+
}),
|
95
|
+
40: PianoMode.create({
|
96
|
+
parent: this,
|
97
|
+
fieldKey: 40,
|
98
|
+
fieldName: "pianoMode",
|
99
|
+
pointerRules: NoPointers,
|
100
|
+
}),
|
101
|
+
111: PointerField.create({
|
102
|
+
parent: this,
|
103
|
+
fieldKey: 111,
|
104
|
+
fieldName: "editingChannel",
|
105
|
+
pointerRules: NoPointers,
|
106
|
+
}, Pointers.Editing, false),
|
107
|
+
};
|
108
|
+
}
|
109
|
+
}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import { Nullish, UUID, Procedure } from "@opendaw/lib-std";
|
2
|
+
import { Box, BoxGraph, PointerField, UnreferenceableType } from "@opendaw/lib-box";
|
3
|
+
import { BoxVisitor } from ".";
|
4
|
+
import { Pointers } from "@opendaw/studio-enums";
|
5
|
+
export type SelectionBoxFields = {
|
6
|
+
1: PointerField<Pointers.Selection>;
|
7
|
+
2: PointerField<Pointers.Selection>;
|
8
|
+
};
|
9
|
+
export declare class SelectionBox extends Box<UnreferenceableType, SelectionBoxFields> {
|
10
|
+
static create(graph: BoxGraph, uuid: UUID.Format, constructor?: Procedure<SelectionBox>): SelectionBox;
|
11
|
+
private constructor();
|
12
|
+
accept<R>(visitor: BoxVisitor<R>): Nullish<R>;
|
13
|
+
get selection(): PointerField<Pointers.Selection>;
|
14
|
+
get selectable(): PointerField<Pointers.Selection>;
|
15
|
+
initializeFields(): SelectionBoxFields;
|
16
|
+
}
|
17
|
+
//# sourceMappingURL=SelectionBox.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"SelectionBox.d.ts","sourceRoot":"","sources":["../src/SelectionBox.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAe,IAAI,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AACzE,OAAO,EACL,GAAG,EAEH,QAAQ,EAER,YAAY,EACZ,mBAAmB,EACpB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,UAAU,EAAE,MAAM,GAAG,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAWjD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,CAAC,EAAkB,YAAY,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;IACpD,CAAC,EAAmB,YAAY,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;CACtD,CAAC;AAEF,qBAAa,YAAa,SAAQ,GAAG,CAAC,mBAAmB,EAAE,kBAAkB,CAAC;IAC5E,MAAM,CAAC,MAAM,CACX,KAAK,EAAE,QAAQ,EACf,IAAI,EAAE,IAAI,CAAC,MAAM,EACjB,WAAW,CAAC,EAAE,SAAS,CAAC,YAAY,CAAC,GACpC,YAAY;IAYf,OAAO;IAIP,MAAM,CAAC,CAAC,EAAE,OAAO,EAAE,UAAU,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC;IAI7C,IAAI,SAAS,IAAI,YAAY,CAAC,QAAQ,CAAC,SAAS,CAAC,CAEhD;IAED,IAAI,UAAU,IAAI,YAAY,CAAC,QAAQ,CAAC,SAAS,CAAC,CAEjD;IAED,gBAAgB,IAAI,kBAAkB;CAwBvC"}
|
@@ -0,0 +1,41 @@
|
|
1
|
+
import { safeExecute } from "@opendaw/lib-std";
|
2
|
+
import { Box, NoPointers, PointerField, } from "@opendaw/lib-box";
|
3
|
+
import { Pointers } from "@opendaw/studio-enums";
|
4
|
+
export class SelectionBox extends Box {
|
5
|
+
static create(graph, uuid, constructor) {
|
6
|
+
return graph.stageBox(new SelectionBox({
|
7
|
+
uuid,
|
8
|
+
graph,
|
9
|
+
name: "SelectionBox",
|
10
|
+
pointerRules: NoPointers,
|
11
|
+
}), constructor);
|
12
|
+
}
|
13
|
+
constructor(construct) {
|
14
|
+
super(construct);
|
15
|
+
}
|
16
|
+
accept(visitor) {
|
17
|
+
return safeExecute(visitor.visitSelectionBox, this);
|
18
|
+
}
|
19
|
+
get selection() {
|
20
|
+
return this.getField(1);
|
21
|
+
}
|
22
|
+
get selectable() {
|
23
|
+
return this.getField(2);
|
24
|
+
}
|
25
|
+
initializeFields() {
|
26
|
+
return {
|
27
|
+
1: PointerField.create({
|
28
|
+
parent: this,
|
29
|
+
fieldKey: 1,
|
30
|
+
fieldName: "selection",
|
31
|
+
pointerRules: NoPointers,
|
32
|
+
}, Pointers.Selection, true),
|
33
|
+
2: PointerField.create({
|
34
|
+
parent: this,
|
35
|
+
fieldKey: 2,
|
36
|
+
fieldName: "selectable",
|
37
|
+
pointerRules: NoPointers,
|
38
|
+
}, Pointers.Selection, true),
|
39
|
+
};
|
40
|
+
}
|
41
|
+
}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import "@opendaw/lib-std";
|
2
|
+
import { ObjectField, FieldConstruct, Int32Field, UnreferenceableType } from "@opendaw/lib-box";
|
3
|
+
export type SignatureFields = {
|
4
|
+
1: Int32Field;
|
5
|
+
2: Int32Field;
|
6
|
+
};
|
7
|
+
export declare class Signature extends ObjectField<SignatureFields> {
|
8
|
+
static create(construct: FieldConstruct<UnreferenceableType>): Signature;
|
9
|
+
private constructor();
|
10
|
+
get nominator(): Int32Field;
|
11
|
+
get denominator(): Int32Field;
|
12
|
+
initializeFields(): SignatureFields;
|
13
|
+
}
|
14
|
+
//# sourceMappingURL=Signature.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Signature.d.ts","sourceRoot":"","sources":["../src/Signature.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAC1B,OAAO,EACL,WAAW,EACX,cAAc,EAEd,UAAU,EACV,mBAAmB,EACpB,MAAM,kBAAkB,CAAC;AAW1B,MAAM,MAAM,eAAe,GAAG;IAC5B,CAAC,EAAqB,UAAU,CAAC;IACjC,CAAC,EAAuB,UAAU,CAAC;CACpC,CAAC;AAEF,qBAAa,SAAU,SAAQ,WAAW,CAAC,eAAe,CAAC;IACzD,MAAM,CAAC,MAAM,CAAC,SAAS,EAAE,cAAc,CAAC,mBAAmB,CAAC,GAAG,SAAS;IAIxE,OAAO;IAIP,IAAI,SAAS,IAAI,UAAU,CAE1B;IAED,IAAI,WAAW,IAAI,UAAU,CAE5B;IAED,gBAAgB,IAAI,eAAe;CAsBpC"}
|
@@ -0,0 +1,32 @@
|
|
1
|
+
import "@opendaw/lib-std";
|
2
|
+
import { ObjectField, NoPointers, Int32Field, } from "@opendaw/lib-box";
|
3
|
+
export class Signature extends ObjectField {
|
4
|
+
static create(construct) {
|
5
|
+
return new Signature(construct);
|
6
|
+
}
|
7
|
+
constructor(construct) {
|
8
|
+
super(construct);
|
9
|
+
}
|
10
|
+
get nominator() {
|
11
|
+
return this.getField(1);
|
12
|
+
}
|
13
|
+
get denominator() {
|
14
|
+
return this.getField(2);
|
15
|
+
}
|
16
|
+
initializeFields() {
|
17
|
+
return {
|
18
|
+
1: Int32Field.create({
|
19
|
+
parent: this,
|
20
|
+
fieldKey: 1,
|
21
|
+
fieldName: "nominator",
|
22
|
+
pointerRules: NoPointers,
|
23
|
+
}, 4),
|
24
|
+
2: Int32Field.create({
|
25
|
+
parent: this,
|
26
|
+
fieldKey: 2,
|
27
|
+
fieldName: "denominator",
|
28
|
+
pointerRules: NoPointers,
|
29
|
+
}, 4),
|
30
|
+
};
|
31
|
+
}
|
32
|
+
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { Nullish, UUID, Procedure } from "@opendaw/lib-std";
|
2
|
+
import { Box, BoxGraph, PointerField, Float32Field, UnreferenceableType } from "@opendaw/lib-box";
|
3
|
+
import { BoxVisitor } from ".";
|
4
|
+
import { Pointers } from "@opendaw/studio-enums";
|
5
|
+
export type StepAutomationBoxFields = {
|
6
|
+
1: PointerField<Pointers.StepAutomation>;
|
7
|
+
2: PointerField<Pointers.StepAutomation>;
|
8
|
+
3: Float32Field;
|
9
|
+
};
|
10
|
+
export declare class StepAutomationBox extends Box<UnreferenceableType, StepAutomationBoxFields> {
|
11
|
+
static create(graph: BoxGraph, uuid: UUID.Format, constructor?: Procedure<StepAutomationBox>): StepAutomationBox;
|
12
|
+
private constructor();
|
13
|
+
accept<R>(visitor: BoxVisitor<R>): Nullish<R>;
|
14
|
+
get step(): PointerField<Pointers.StepAutomation>;
|
15
|
+
get parameter(): PointerField<Pointers.StepAutomation>;
|
16
|
+
get value(): Float32Field;
|
17
|
+
initializeFields(): StepAutomationBoxFields;
|
18
|
+
}
|
19
|
+
//# sourceMappingURL=StepAutomationBox.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"StepAutomationBox.d.ts","sourceRoot":"","sources":["../src/StepAutomationBox.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAe,IAAI,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AACzE,OAAO,EACL,GAAG,EAEH,QAAQ,EAER,YAAY,EACZ,YAAY,EACZ,mBAAmB,EACpB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,UAAU,EAAE,MAAM,GAAG,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAWjD,MAAM,MAAM,uBAAuB,GAAG;IACpC,CAAC,EAAa,YAAY,CAAC,QAAQ,CAAC,cAAc,CAAC,CAAC;IACpD,CAAC,EAAkB,YAAY,CAAC,QAAQ,CAAC,cAAc,CAAC,CAAC;IACzD,CAAC,EAAc,YAAY,CAAC;CAC7B,CAAC;AAEF,qBAAa,iBAAkB,SAAQ,GAAG,CACxC,mBAAmB,EACnB,uBAAuB,CACxB;IACC,MAAM,CAAC,MAAM,CACX,KAAK,EAAE,QAAQ,EACf,IAAI,EAAE,IAAI,CAAC,MAAM,EACjB,WAAW,CAAC,EAAE,SAAS,CAAC,iBAAiB,CAAC,GACzC,iBAAiB;IAYpB,OAAO;IAIP,MAAM,CAAC,CAAC,EAAE,OAAO,EAAE,UAAU,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC;IAI7C,IAAI,IAAI,IAAI,YAAY,CAAC,QAAQ,CAAC,cAAc,CAAC,CAEhD;IAED,IAAI,SAAS,IAAI,YAAY,CAAC,QAAQ,CAAC,cAAc,CAAC,CAErD;IAED,IAAI,KAAK,IAAI,YAAY,CAExB;IAED,gBAAgB,IAAI,uBAAuB;CA8B5C"}
|
@@ -0,0 +1,50 @@
|
|
1
|
+
import { safeExecute } from "@opendaw/lib-std";
|
2
|
+
import { Box, NoPointers, PointerField, Float32Field, } from "@opendaw/lib-box";
|
3
|
+
import { Pointers } from "@opendaw/studio-enums";
|
4
|
+
export class StepAutomationBox extends Box {
|
5
|
+
static create(graph, uuid, constructor) {
|
6
|
+
return graph.stageBox(new StepAutomationBox({
|
7
|
+
uuid,
|
8
|
+
graph,
|
9
|
+
name: "StepAutomationBox",
|
10
|
+
pointerRules: NoPointers,
|
11
|
+
}), constructor);
|
12
|
+
}
|
13
|
+
constructor(construct) {
|
14
|
+
super(construct);
|
15
|
+
}
|
16
|
+
accept(visitor) {
|
17
|
+
return safeExecute(visitor.visitStepAutomationBox, this);
|
18
|
+
}
|
19
|
+
get step() {
|
20
|
+
return this.getField(1);
|
21
|
+
}
|
22
|
+
get parameter() {
|
23
|
+
return this.getField(2);
|
24
|
+
}
|
25
|
+
get value() {
|
26
|
+
return this.getField(3);
|
27
|
+
}
|
28
|
+
initializeFields() {
|
29
|
+
return {
|
30
|
+
1: PointerField.create({
|
31
|
+
parent: this,
|
32
|
+
fieldKey: 1,
|
33
|
+
fieldName: "step",
|
34
|
+
pointerRules: NoPointers,
|
35
|
+
}, Pointers.StepAutomation, true),
|
36
|
+
2: PointerField.create({
|
37
|
+
parent: this,
|
38
|
+
fieldKey: 2,
|
39
|
+
fieldName: "parameter",
|
40
|
+
pointerRules: NoPointers,
|
41
|
+
}, Pointers.StepAutomation, true),
|
42
|
+
3: Float32Field.create({
|
43
|
+
parent: this,
|
44
|
+
fieldKey: 3,
|
45
|
+
fieldName: "value",
|
46
|
+
pointerRules: NoPointers,
|
47
|
+
}),
|
48
|
+
};
|
49
|
+
}
|
50
|
+
}
|
@@ -0,0 +1,37 @@
|
|
1
|
+
import { Nullish, UUID, Procedure } from "@opendaw/lib-std";
|
2
|
+
import { Box, BoxGraph, PointerField, Int32Field, StringField, BooleanField, Float32Field } from "@opendaw/lib-box";
|
3
|
+
import { BoxVisitor } from ".";
|
4
|
+
import { Pointers } from "@opendaw/studio-enums";
|
5
|
+
export type StereoToolDeviceBoxFields = {
|
6
|
+
1: PointerField<Pointers.AudioEffectHost>;
|
7
|
+
2: Int32Field;
|
8
|
+
3: StringField;
|
9
|
+
4: BooleanField;
|
10
|
+
5: BooleanField;
|
11
|
+
10: Float32Field<Pointers.Modulation | Pointers.Automation | Pointers.MidiControl>;
|
12
|
+
11: Float32Field<Pointers.Modulation | Pointers.Automation | Pointers.MidiControl>;
|
13
|
+
12: Float32Field<Pointers.Modulation | Pointers.Automation | Pointers.MidiControl>;
|
14
|
+
13: BooleanField<Pointers.Modulation | Pointers.Automation | Pointers.MidiControl>;
|
15
|
+
14: BooleanField<Pointers.Modulation | Pointers.Automation | Pointers.MidiControl>;
|
16
|
+
15: BooleanField<Pointers.Modulation | Pointers.Automation | Pointers.MidiControl>;
|
17
|
+
20: Int32Field;
|
18
|
+
};
|
19
|
+
export declare class StereoToolDeviceBox extends Box<Pointers.Device | Pointers.Selection, StereoToolDeviceBoxFields> {
|
20
|
+
static create(graph: BoxGraph, uuid: UUID.Format, constructor?: Procedure<StereoToolDeviceBox>): StereoToolDeviceBox;
|
21
|
+
private constructor();
|
22
|
+
accept<R>(visitor: BoxVisitor<R>): Nullish<R>;
|
23
|
+
get host(): PointerField<Pointers.AudioEffectHost>;
|
24
|
+
get index(): Int32Field;
|
25
|
+
get label(): StringField;
|
26
|
+
get enabled(): BooleanField;
|
27
|
+
get minimized(): BooleanField;
|
28
|
+
get volume(): Float32Field<Pointers.Modulation | Pointers.Automation | Pointers.MidiControl>;
|
29
|
+
get panning(): Float32Field<Pointers.Modulation | Pointers.Automation | Pointers.MidiControl>;
|
30
|
+
get stereo(): Float32Field<Pointers.Modulation | Pointers.Automation | Pointers.MidiControl>;
|
31
|
+
get invertL(): BooleanField<Pointers.Modulation | Pointers.Automation | Pointers.MidiControl>;
|
32
|
+
get invertR(): BooleanField<Pointers.Modulation | Pointers.Automation | Pointers.MidiControl>;
|
33
|
+
get swap(): BooleanField<Pointers.Modulation | Pointers.Automation | Pointers.MidiControl>;
|
34
|
+
get panningMixing(): Int32Field;
|
35
|
+
initializeFields(): StereoToolDeviceBoxFields;
|
36
|
+
}
|
37
|
+
//# sourceMappingURL=StereoToolDeviceBox.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"StereoToolDeviceBox.d.ts","sourceRoot":"","sources":["../src/StereoToolDeviceBox.ts"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,176 @@
|
|
1
|
+
import { safeExecute } from "@opendaw/lib-std";
|
2
|
+
import { Box, NoPointers, PointerField, Int32Field, StringField, BooleanField, Float32Field, } from "@opendaw/lib-box";
|
3
|
+
import { Pointers } from "@opendaw/studio-enums";
|
4
|
+
export class StereoToolDeviceBox extends Box {
|
5
|
+
static create(graph, uuid, constructor) {
|
6
|
+
return graph.stageBox(new StereoToolDeviceBox({
|
7
|
+
uuid,
|
8
|
+
graph,
|
9
|
+
name: "StereoToolDeviceBox",
|
10
|
+
pointerRules: {
|
11
|
+
accepts: [Pointers.Device, Pointers.Selection],
|
12
|
+
mandatory: false,
|
13
|
+
},
|
14
|
+
}), constructor);
|
15
|
+
}
|
16
|
+
constructor(construct) {
|
17
|
+
super(construct);
|
18
|
+
}
|
19
|
+
accept(visitor) {
|
20
|
+
return safeExecute(visitor.visitStereoToolDeviceBox, this);
|
21
|
+
}
|
22
|
+
get host() {
|
23
|
+
return this.getField(1);
|
24
|
+
}
|
25
|
+
get index() {
|
26
|
+
return this.getField(2);
|
27
|
+
}
|
28
|
+
get label() {
|
29
|
+
return this.getField(3);
|
30
|
+
}
|
31
|
+
get enabled() {
|
32
|
+
return this.getField(4);
|
33
|
+
}
|
34
|
+
get minimized() {
|
35
|
+
return this.getField(5);
|
36
|
+
}
|
37
|
+
get volume() {
|
38
|
+
return this.getField(10);
|
39
|
+
}
|
40
|
+
get panning() {
|
41
|
+
return this.getField(11);
|
42
|
+
}
|
43
|
+
get stereo() {
|
44
|
+
return this.getField(12);
|
45
|
+
}
|
46
|
+
get invertL() {
|
47
|
+
return this.getField(13);
|
48
|
+
}
|
49
|
+
get invertR() {
|
50
|
+
return this.getField(14);
|
51
|
+
}
|
52
|
+
get swap() {
|
53
|
+
return this.getField(15);
|
54
|
+
}
|
55
|
+
get panningMixing() {
|
56
|
+
return this.getField(20);
|
57
|
+
}
|
58
|
+
initializeFields() {
|
59
|
+
return {
|
60
|
+
1: PointerField.create({
|
61
|
+
parent: this,
|
62
|
+
fieldKey: 1,
|
63
|
+
fieldName: "host",
|
64
|
+
pointerRules: NoPointers,
|
65
|
+
}, Pointers.AudioEffectHost, true),
|
66
|
+
2: Int32Field.create({
|
67
|
+
parent: this,
|
68
|
+
fieldKey: 2,
|
69
|
+
fieldName: "index",
|
70
|
+
pointerRules: NoPointers,
|
71
|
+
}),
|
72
|
+
3: StringField.create({
|
73
|
+
parent: this,
|
74
|
+
fieldKey: 3,
|
75
|
+
fieldName: "label",
|
76
|
+
pointerRules: NoPointers,
|
77
|
+
}),
|
78
|
+
4: BooleanField.create({
|
79
|
+
parent: this,
|
80
|
+
fieldKey: 4,
|
81
|
+
fieldName: "enabled",
|
82
|
+
pointerRules: NoPointers,
|
83
|
+
}, true),
|
84
|
+
5: BooleanField.create({
|
85
|
+
parent: this,
|
86
|
+
fieldKey: 5,
|
87
|
+
fieldName: "minimized",
|
88
|
+
pointerRules: NoPointers,
|
89
|
+
}, false),
|
90
|
+
10: Float32Field.create({
|
91
|
+
parent: this,
|
92
|
+
fieldKey: 10,
|
93
|
+
fieldName: "volume",
|
94
|
+
pointerRules: {
|
95
|
+
accepts: [
|
96
|
+
Pointers.Modulation,
|
97
|
+
Pointers.Automation,
|
98
|
+
Pointers.MidiControl,
|
99
|
+
],
|
100
|
+
mandatory: false,
|
101
|
+
},
|
102
|
+
}),
|
103
|
+
11: Float32Field.create({
|
104
|
+
parent: this,
|
105
|
+
fieldKey: 11,
|
106
|
+
fieldName: "panning",
|
107
|
+
pointerRules: {
|
108
|
+
accepts: [
|
109
|
+
Pointers.Modulation,
|
110
|
+
Pointers.Automation,
|
111
|
+
Pointers.MidiControl,
|
112
|
+
],
|
113
|
+
mandatory: false,
|
114
|
+
},
|
115
|
+
}),
|
116
|
+
12: Float32Field.create({
|
117
|
+
parent: this,
|
118
|
+
fieldKey: 12,
|
119
|
+
fieldName: "stereo",
|
120
|
+
pointerRules: {
|
121
|
+
accepts: [
|
122
|
+
Pointers.Modulation,
|
123
|
+
Pointers.Automation,
|
124
|
+
Pointers.MidiControl,
|
125
|
+
],
|
126
|
+
mandatory: false,
|
127
|
+
},
|
128
|
+
}),
|
129
|
+
13: BooleanField.create({
|
130
|
+
parent: this,
|
131
|
+
fieldKey: 13,
|
132
|
+
fieldName: "invertL",
|
133
|
+
pointerRules: {
|
134
|
+
accepts: [
|
135
|
+
Pointers.Modulation,
|
136
|
+
Pointers.Automation,
|
137
|
+
Pointers.MidiControl,
|
138
|
+
],
|
139
|
+
mandatory: false,
|
140
|
+
},
|
141
|
+
}),
|
142
|
+
14: BooleanField.create({
|
143
|
+
parent: this,
|
144
|
+
fieldKey: 14,
|
145
|
+
fieldName: "invertR",
|
146
|
+
pointerRules: {
|
147
|
+
accepts: [
|
148
|
+
Pointers.Modulation,
|
149
|
+
Pointers.Automation,
|
150
|
+
Pointers.MidiControl,
|
151
|
+
],
|
152
|
+
mandatory: false,
|
153
|
+
},
|
154
|
+
}),
|
155
|
+
15: BooleanField.create({
|
156
|
+
parent: this,
|
157
|
+
fieldKey: 15,
|
158
|
+
fieldName: "swap",
|
159
|
+
pointerRules: {
|
160
|
+
accepts: [
|
161
|
+
Pointers.Modulation,
|
162
|
+
Pointers.Automation,
|
163
|
+
Pointers.MidiControl,
|
164
|
+
],
|
165
|
+
mandatory: false,
|
166
|
+
},
|
167
|
+
}),
|
168
|
+
20: Int32Field.create({
|
169
|
+
parent: this,
|
170
|
+
fieldKey: 20,
|
171
|
+
fieldName: "panningMixing",
|
172
|
+
pointerRules: NoPointers,
|
173
|
+
}, 1),
|
174
|
+
};
|
175
|
+
}
|
176
|
+
}
|
@@ -0,0 +1,31 @@
|
|
1
|
+
import { Nullish, UUID, Procedure } from "@opendaw/lib-std";
|
2
|
+
import { Box, BoxGraph, PointerField, StringField, BooleanField, Float32Field } from "@opendaw/lib-box";
|
3
|
+
import { BoxVisitor } from ".";
|
4
|
+
import { Pointers } from "@opendaw/studio-enums";
|
5
|
+
export type TapeDeviceBoxFields = {
|
6
|
+
1: PointerField<Pointers.InstrumentHost>;
|
7
|
+
2: StringField;
|
8
|
+
3: StringField;
|
9
|
+
4: BooleanField;
|
10
|
+
5: BooleanField;
|
11
|
+
10: Float32Field<Pointers.Modulation | Pointers.Automation | Pointers.MidiControl>;
|
12
|
+
11: Float32Field<Pointers.Modulation | Pointers.Automation | Pointers.MidiControl>;
|
13
|
+
12: Float32Field<Pointers.Modulation | Pointers.Automation | Pointers.MidiControl>;
|
14
|
+
13: Float32Field<Pointers.Modulation | Pointers.Automation | Pointers.MidiControl>;
|
15
|
+
};
|
16
|
+
export declare class TapeDeviceBox extends Box<Pointers.Device | Pointers.Selection | Pointers.Automation, TapeDeviceBoxFields> {
|
17
|
+
static create(graph: BoxGraph, uuid: UUID.Format, constructor?: Procedure<TapeDeviceBox>): TapeDeviceBox;
|
18
|
+
private constructor();
|
19
|
+
accept<R>(visitor: BoxVisitor<R>): Nullish<R>;
|
20
|
+
get host(): PointerField<Pointers.InstrumentHost>;
|
21
|
+
get label(): StringField;
|
22
|
+
get icon(): StringField;
|
23
|
+
get enabled(): BooleanField;
|
24
|
+
get minimized(): BooleanField;
|
25
|
+
get flutter(): Float32Field<Pointers.Modulation | Pointers.Automation | Pointers.MidiControl>;
|
26
|
+
get wow(): Float32Field<Pointers.Modulation | Pointers.Automation | Pointers.MidiControl>;
|
27
|
+
get noise(): Float32Field<Pointers.Modulation | Pointers.Automation | Pointers.MidiControl>;
|
28
|
+
get saturation(): Float32Field<Pointers.Modulation | Pointers.Automation | Pointers.MidiControl>;
|
29
|
+
initializeFields(): TapeDeviceBoxFields;
|
30
|
+
}
|
31
|
+
//# sourceMappingURL=TapeDeviceBox.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TapeDeviceBox.d.ts","sourceRoot":"","sources":["../src/TapeDeviceBox.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAe,IAAI,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AACzE,OAAO,EACL,GAAG,EAEH,QAAQ,EAER,YAAY,EACZ,WAAW,EACX,YAAY,EACZ,YAAY,EACb,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,UAAU,EAAE,MAAM,GAAG,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAWjD,MAAM,MAAM,mBAAmB,GAAG;IAChC,CAAC,EAAa,YAAY,CAAC,QAAQ,CAAC,cAAc,CAAC,CAAC;IACpD,CAAC,EAAc,WAAW,CAAC;IAC3B,CAAC,EAAa,WAAW,CAAC;IAC1B,CAAC,EAAsB,YAAY,CAAC;IACpC,CAAC,EAAyB,YAAY,CAAC;IACvC,EAAE,EAAgB,YAAY,CAC5B,QAAQ,CAAC,UAAU,GAAG,QAAQ,CAAC,UAAU,GAAG,QAAQ,CAAC,WAAW,CACjE,CAAC;IACF,EAAE,EAAY,YAAY,CACxB,QAAQ,CAAC,UAAU,GAAG,QAAQ,CAAC,UAAU,GAAG,QAAQ,CAAC,WAAW,CACjE,CAAC;IACF,EAAE,EAAc,YAAY,CAC1B,QAAQ,CAAC,UAAU,GAAG,QAAQ,CAAC,UAAU,GAAG,QAAQ,CAAC,WAAW,CACjE,CAAC;IACF,EAAE,EAAmB,YAAY,CAC/B,QAAQ,CAAC,UAAU,GAAG,QAAQ,CAAC,UAAU,GAAG,QAAQ,CAAC,WAAW,CACjE,CAAC;CACH,CAAC;AAEF,qBAAa,aAAc,SAAQ,GAAG,CACpC,QAAQ,CAAC,MAAM,GAAG,QAAQ,CAAC,SAAS,GAAG,QAAQ,CAAC,UAAU,EAC1D,mBAAmB,CACpB;IACC,MAAM,CAAC,MAAM,CACX,KAAK,EAAE,QAAQ,EACf,IAAI,EAAE,IAAI,CAAC,MAAM,EACjB,WAAW,CAAC,EAAE,SAAS,CAAC,aAAa,CAAC,GACrC,aAAa;IAehB,OAAO;IAQP,MAAM,CAAC,CAAC,EAAE,OAAO,EAAE,UAAU,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC;IAI7C,IAAI,IAAI,IAAI,YAAY,CAAC,QAAQ,CAAC,cAAc,CAAC,CAEhD;IAED,IAAI,KAAK,IAAI,WAAW,CAEvB;IAED,IAAI,IAAI,IAAI,WAAW,CAEtB;IAED,IAAI,OAAO,IAAI,YAAY,CAE1B;IAED,IAAI,SAAS,IAAI,YAAY,CAE5B;IAED,IAAI,OAAO,IAAI,YAAY,CACzB,QAAQ,CAAC,UAAU,GAAG,QAAQ,CAAC,UAAU,GAAG,QAAQ,CAAC,WAAW,CACjE,CAEA;IAED,IAAI,GAAG,IAAI,YAAY,CACrB,QAAQ,CAAC,UAAU,GAAG,QAAQ,CAAC,UAAU,GAAG,QAAQ,CAAC,WAAW,CACjE,CAEA;IAED,IAAI,KAAK,IAAI,YAAY,CACvB,QAAQ,CAAC,UAAU,GAAG,QAAQ,CAAC,UAAU,GAAG,QAAQ,CAAC,WAAW,CACjE,CAEA;IAED,IAAI,UAAU,IAAI,YAAY,CAC5B,QAAQ,CAAC,UAAU,GAAG,QAAQ,CAAC,UAAU,GAAG,QAAQ,CAAC,WAAW,CACjE,CAEA;IAED,gBAAgB,IAAI,mBAAmB;CAgGxC"}
|