@opendaw/studio-adapters 0.0.94 → 0.0.95
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/dist/editing/UserEditing.d.ts +3 -3
- package/dist/editing/UserEditing.d.ts.map +1 -1
- package/dist/editing/UserEditingManager.d.ts +2 -3
- package/dist/editing/UserEditingManager.d.ts.map +1 -1
- package/dist/selection/VertexSelection.d.ts +4 -4
- package/dist/selection/VertexSelection.d.ts.map +1 -1
- package/package.json +9 -9
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Observer, Option, Subscription, Terminable } from "@opendaw/lib-std";
|
|
2
|
-
import {
|
|
1
|
+
import { Editing, Observer, Option, Subscription, Terminable } from "@opendaw/lib-std";
|
|
2
|
+
import { PointerField, Vertex } from "@opendaw/lib-box";
|
|
3
3
|
import { Pointers } from "@opendaw/studio-enums";
|
|
4
4
|
export declare class UserEditing implements Terminable {
|
|
5
5
|
#private;
|
|
6
|
-
constructor(editing:
|
|
6
|
+
constructor(editing: Editing);
|
|
7
7
|
catchupAndSubscribe(observer: Observer<Option<Vertex>>): Subscription;
|
|
8
8
|
follow(pointer: PointerField<Pointers.Editing>): void;
|
|
9
9
|
edit(target: Vertex<Pointers.Editing | Pointers>): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserEditing.d.ts","sourceRoot":"","sources":["../../src/editing/UserEditing.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"UserEditing.d.ts","sourceRoot":"","sources":["../../src/editing/UserEditing.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,EAAY,QAAQ,EAAE,MAAM,EAAE,YAAY,EAAE,UAAU,EAAC,MAAM,kBAAkB,CAAA;AAC9F,OAAO,EAAC,YAAY,EAAE,MAAM,EAAC,MAAM,kBAAkB,CAAA;AACrD,OAAO,EAAC,QAAQ,EAAC,MAAM,uBAAuB,CAAA;AAE9C,qBAAa,WAAY,YAAW,UAAU;;gBAO9B,OAAO,EAAE,OAAO;IAK5B,mBAAmB,CAAC,QAAQ,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,GAAG,YAAY;IAKrE,MAAM,CAAC,OAAO,EAAE,YAAY,CAAC,QAAQ,CAAC,OAAO,CAAC,GAAG,IAAI;IAOrD,IAAI,CAAC,MAAM,EAAE,MAAM,CAAC,QAAQ,CAAC,OAAO,GAAG,QAAQ,CAAC,GAAG,IAAI;IAIvD,SAAS,CAAC,MAAM,EAAE,MAAM,CAAC,QAAQ,CAAC,OAAO,GAAG,QAAQ,CAAC,GAAG,OAAO;IAO/D,GAAG,IAAI,MAAM,CAAC,MAAM,CAAC;IAErB,KAAK,IAAI,IAAI;IAEb,SAAS,IAAI,IAAI;CAOpB"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { Terminable } from "@opendaw/lib-std";
|
|
2
|
-
import { BoxEditing } from "@opendaw/lib-box";
|
|
1
|
+
import { Editing, Terminable } from "@opendaw/lib-std";
|
|
3
2
|
import { UserInterfaceBox } from "@opendaw/studio-boxes";
|
|
4
3
|
import { UserEditing } from "./UserEditing";
|
|
5
4
|
export declare class UserEditingManager implements Terminable {
|
|
6
5
|
#private;
|
|
7
|
-
constructor(editing:
|
|
6
|
+
constructor(editing: Editing);
|
|
8
7
|
follow(userInterfaceBox: UserInterfaceBox): void;
|
|
9
8
|
get modularSystem(): UserEditing;
|
|
10
9
|
get timeline(): UserEditing;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserEditingManager.d.ts","sourceRoot":"","sources":["../../src/editing/UserEditingManager.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,
|
|
1
|
+
{"version":3,"file":"UserEditingManager.d.ts","sourceRoot":"","sources":["../../src/editing/UserEditingManager.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,EAAE,UAAU,EAAa,MAAM,kBAAkB,CAAA;AAChE,OAAO,EAAC,gBAAgB,EAAC,MAAM,uBAAuB,CAAA;AACtD,OAAO,EAAC,WAAW,EAAC,MAAM,eAAe,CAAA;AAEzC,qBAAa,kBAAmB,YAAW,UAAU;;gBAMrC,OAAO,EAAE,OAAO;IAO5B,MAAM,CAAC,gBAAgB,EAAE,gBAAgB,GAAG,IAAI;IAMhD,IAAI,aAAa,IAAI,WAAW,CAA6B;IAC7D,IAAI,QAAQ,IAAI,WAAW,CAAwB;IACnD,IAAI,SAAS,IAAI,WAAW,CAAyB;IAErD,SAAS,IAAI,IAAI;CACpB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Bijective, int, Predicate, Selection, SelectionListener, Subscription } from "@opendaw/lib-std";
|
|
2
|
-
import { Addressable,
|
|
1
|
+
import { Bijective, Editing, int, Predicate, Selection, SelectionListener, Subscription } from "@opendaw/lib-std";
|
|
2
|
+
import { Addressable, BoxGraph, Field } from "@opendaw/lib-box";
|
|
3
3
|
import { Pointers } from "@opendaw/studio-enums";
|
|
4
4
|
import { SelectableVertex } from "./SelectableVertex";
|
|
5
5
|
import { FilteredSelection } from "./FilteredSelection";
|
|
@@ -9,9 +9,9 @@ import { FilteredSelection } from "./FilteredSelection";
|
|
|
9
9
|
*/
|
|
10
10
|
export declare class VertexSelection implements Selection<SelectableVertex> {
|
|
11
11
|
#private;
|
|
12
|
-
readonly editing:
|
|
12
|
+
readonly editing: Editing;
|
|
13
13
|
readonly boxGraph: BoxGraph;
|
|
14
|
-
constructor(editing:
|
|
14
|
+
constructor(editing: Editing, boxGraph: BoxGraph);
|
|
15
15
|
switch(target: Field<Pointers.Selection>): this;
|
|
16
16
|
release(): void;
|
|
17
17
|
createFilteredSelection<T extends Addressable>(affiliate: Predicate<SelectableVertex>, map: Bijective<T, SelectableVertex>): FilteredSelection<T>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VertexSelection.d.ts","sourceRoot":"","sources":["../../src/selection/VertexSelection.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,SAAS,EACT,GAAG,EAGH,SAAS,EACT,SAAS,EACT,iBAAiB,EAEjB,YAAY,EAGf,MAAM,kBAAkB,CAAA;AACzB,OAAO,EAAU,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"VertexSelection.d.ts","sourceRoot":"","sources":["../../src/selection/VertexSelection.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,SAAS,EACT,OAAO,EACP,GAAG,EAGH,SAAS,EACT,SAAS,EACT,iBAAiB,EAEjB,YAAY,EAGf,MAAM,kBAAkB,CAAA;AACzB,OAAO,EAAU,WAAW,EAAE,QAAQ,EAAE,KAAK,EAAe,MAAM,kBAAkB,CAAA;AACpF,OAAO,EAAC,QAAQ,EAAC,MAAM,uBAAuB,CAAA;AAE9C,OAAO,EAAC,gBAAgB,EAAC,MAAM,oBAAoB,CAAA;AAEnD,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAA;AAErD;;;GAGG;AACH,qBAAa,eAAgB,YAAW,SAAS,CAAC,gBAAgB,CAAC;;IAQnD,QAAQ,CAAC,OAAO,EAAE,OAAO;IAAE,QAAQ,CAAC,QAAQ,EAAE,QAAQ;gBAA7C,OAAO,EAAE,OAAO,EAAW,QAAQ,EAAE,QAAQ;IAOlE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,QAAQ,CAAC,SAAS,CAAC,GAAG,IAAI;IAQ/C,OAAO,IAAI,IAAI;IASf,uBAAuB,CAAC,CAAC,SAAS,WAAW,EAAE,SAAS,EAAE,SAAS,CAAC,gBAAgB,CAAC,EACtC,GAAG,EAAE,SAAS,CAAC,CAAC,EAAE,gBAAgB,CAAC,GAAG,iBAAiB,CAAC,CAAC,CAAC;IAIzG,MAAM,CAAC,GAAG,WAAW,EAAE,aAAa,CAAC,gBAAgB,CAAC,GAAG,IAAI;IAmB7D,QAAQ,CAAC,GAAG,WAAW,EAAE,aAAa,CAAC,gBAAgB,CAAC,GAAG,IAAI;IAU/D,WAAW,IAAI,IAAI;IAInB,QAAQ,CAAC,SAAS,EAAE,QAAQ,CAAC,gBAAgB,CAAC,GAAG,aAAa,CAAC,gBAAgB,CAAC;IAQhF,OAAO,IAAI,OAAO;IAClB,QAAQ,IAAI,OAAO;IAEnB,KAAK,IAAI,GAAG;IAEZ,UAAU,CAAC,UAAU,EAAE,gBAAgB,GAAG,OAAO;IAEjD,QAAQ,IAAI,aAAa,CAAC,gBAAgB,CAAC;IAE3C,SAAS,CAAC,QAAQ,EAAE,iBAAiB,CAAC,gBAAgB,CAAC,GAAG,YAAY;IAEtE,mBAAmB,CAAC,QAAQ,EAAE,iBAAiB,CAAC,gBAAgB,CAAC,GAAG,YAAY;CA4BnF"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opendaw/studio-adapters",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.95",
|
|
4
4
|
"license": "LGPL-3.0-or-later",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -23,18 +23,18 @@
|
|
|
23
23
|
"test": "echo \"No tests to run\""
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@opendaw/lib-box": "^0.0.
|
|
27
|
-
"@opendaw/lib-dsp": "^0.0.
|
|
28
|
-
"@opendaw/lib-fusion": "^0.0.
|
|
29
|
-
"@opendaw/lib-runtime": "^0.0.
|
|
30
|
-
"@opendaw/lib-std": "^0.0.
|
|
31
|
-
"@opendaw/studio-boxes": "^0.0.
|
|
32
|
-
"@opendaw/studio-enums": "^0.0.
|
|
26
|
+
"@opendaw/lib-box": "^0.0.77",
|
|
27
|
+
"@opendaw/lib-dsp": "^0.0.76",
|
|
28
|
+
"@opendaw/lib-fusion": "^0.0.83",
|
|
29
|
+
"@opendaw/lib-runtime": "^0.0.72",
|
|
30
|
+
"@opendaw/lib-std": "^0.0.71",
|
|
31
|
+
"@opendaw/studio-boxes": "^0.0.81",
|
|
32
|
+
"@opendaw/studio-enums": "^0.0.67",
|
|
33
33
|
"soundfont2": "^0.5.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@opendaw/eslint-config": "^0.0.27",
|
|
37
37
|
"@opendaw/typescript-config": "^0.0.29"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "0b25229f66de4a59f75484d363b396dc1953b91c"
|
|
40
40
|
}
|