@opendaw/studio-adapters 0.0.109 → 0.0.110
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.
|
@@ -19,7 +19,7 @@ export declare const EngineSettingsSchema: z.ZodObject<{
|
|
|
19
19
|
allowTakes: z.ZodBoolean;
|
|
20
20
|
automationEnabled: z.ZodBoolean;
|
|
21
21
|
olderTakeAction: z.ZodUnion<z.ZodLiteral<"disable-track" | "mute-region">[]>;
|
|
22
|
-
olderTakeScope: z.ZodUnion<z.ZodLiteral<"all" | "previous-only">[]>;
|
|
22
|
+
olderTakeScope: z.ZodUnion<z.ZodLiteral<"none" | "all" | "previous-only">[]>;
|
|
23
23
|
}, z.core.$strip>>;
|
|
24
24
|
}, z.core.$strip>;
|
|
25
25
|
export type EngineSettings = z.infer<typeof EngineSettingsSchema>;
|
|
@@ -27,6 +27,6 @@ export declare namespace EngineSettings {
|
|
|
27
27
|
const BeatSubDivisionOptions: readonly [1, 2, 4, 8];
|
|
28
28
|
const RecordingCountInBars: readonly [1, 2, 3, 4, 5, 6, 7, 8];
|
|
29
29
|
const OlderTakeActionOptions: readonly ["disable-track", "mute-region"];
|
|
30
|
-
const OlderTakeScopeOptions: readonly ["all", "previous-only"];
|
|
30
|
+
const OlderTakeScopeOptions: readonly ["none", "all", "previous-only"];
|
|
31
31
|
}
|
|
32
32
|
//# sourceMappingURL=EnginePreferencesSchema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnginePreferencesSchema.d.ts","sourceRoot":"","sources":["../../src/engine/EnginePreferencesSchema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAOrB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;iBAuC/B,CAAA;AAEF,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAA;AAEjE,yBAAiB,cAAc,CAAC;IACrB,MAAM,sBAAsB,uBAA0B,CAAA;IACtD,MAAM,oBAAoB,mCAAwB,CAAA;IAClD,MAAM,sBAAsB,2CAA0B,CAAA;IACtD,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"EnginePreferencesSchema.d.ts","sourceRoot":"","sources":["../../src/engine/EnginePreferencesSchema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAOrB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;iBAuC/B,CAAA;AAEF,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAA;AAEjE,yBAAiB,cAAc,CAAC;IACrB,MAAM,sBAAsB,uBAA0B,CAAA;IACtD,MAAM,oBAAoB,mCAAwB,CAAA;IAClD,MAAM,sBAAsB,2CAA0B,CAAA;IACtD,MAAM,qBAAqB,2CAAyB,CAAA;CAC9D"}
|
|
@@ -2,7 +2,7 @@ import { z } from "zod";
|
|
|
2
2
|
const _BeatSubDivisionOptions = [1, 2, 4, 8];
|
|
3
3
|
const _RecordingCountInBars = [1, 2, 3, 4, 5, 6, 7, 8];
|
|
4
4
|
const _OlderTakeActionOptions = ["disable-track", "mute-region"];
|
|
5
|
-
const _OlderTakeScopeOptions = ["all", "previous-only"];
|
|
5
|
+
const _OlderTakeScopeOptions = ["none", "all", "previous-only"];
|
|
6
6
|
export const EngineSettingsSchema = z.object({
|
|
7
7
|
metronome: z.object({
|
|
8
8
|
enabled: z.boolean(),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opendaw/studio-adapters",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.110",
|
|
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.86",
|
|
27
|
+
"@opendaw/lib-dsp": "^0.0.84",
|
|
28
|
+
"@opendaw/lib-fusion": "^0.0.94",
|
|
29
|
+
"@opendaw/lib-runtime": "^0.0.79",
|
|
30
|
+
"@opendaw/lib-std": "^0.0.78",
|
|
31
|
+
"@opendaw/studio-boxes": "^0.0.91",
|
|
32
|
+
"@opendaw/studio-enums": "^0.0.75",
|
|
33
33
|
"soundfont2": "^0.5.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@opendaw/eslint-config": "^0.0.28",
|
|
37
|
-
"@opendaw/typescript-config": "^0.0.
|
|
37
|
+
"@opendaw/typescript-config": "^0.0.32"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "b507627ec60d6992ccbddfb8acc580cea71918d6"
|
|
40
40
|
}
|