@opendaw/studio-enums 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 ADDED
@@ -0,0 +1 @@
1
+ This package is part of the openDAW SDK
@@ -0,0 +1,7 @@
1
+ export declare enum AudioUnitType {
2
+ Instrument = "instrument",
3
+ Bus = "bus",
4
+ Aux = "aux",
5
+ Output = "output"
6
+ }
7
+ //# sourceMappingURL=AudioUnitType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AudioUnitType.d.ts","sourceRoot":"","sources":["../src/AudioUnitType.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACrB,UAAU,eAAe;IACzB,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,MAAM,WAAW;CACpB"}
@@ -0,0 +1,7 @@
1
+ export var AudioUnitType;
2
+ (function (AudioUnitType) {
3
+ AudioUnitType["Instrument"] = "instrument";
4
+ AudioUnitType["Bus"] = "bus";
5
+ AudioUnitType["Aux"] = "aux";
6
+ AudioUnitType["Output"] = "output";
7
+ })(AudioUnitType || (AudioUnitType = {}));
@@ -0,0 +1,43 @@
1
+ export declare enum Pointers {
2
+ Timeline = 0,
3
+ Selection = 1,
4
+ PianoMode = 2,
5
+ User = 3,
6
+ AudioConnection = 4,
7
+ InstrumentHost = 5,
8
+ AudioOutput = 6,
9
+ NotesConnection = 7,
10
+ VoltageConnection = 8,
11
+ AudioUnits = 9,
12
+ MidiEffectHost = 10,
13
+ AudioEffectHost = 11,
14
+ AudioBusses = 12,
15
+ AuxSend = 13,
16
+ Modulation = 14,
17
+ Automation = 15,
18
+ ParameterController = 16,
19
+ MidiControl = 17,
20
+ StepAutomation = 18,
21
+ Editing = 19,
22
+ AudioFile = 20,
23
+ AudioUnit = 21,
24
+ MarkerTrack = 22,
25
+ MarkerEvents = 23,
26
+ ClipCollection = 24,
27
+ RegionCollection = 25,
28
+ TrackCollection = 26,
29
+ Device = 27,
30
+ Groove = 28,
31
+ ModularSetup = 29,
32
+ ModuleCollection = 30,
33
+ ConnectionCollection = 31,
34
+ DeviceUserInterface = 32,
35
+ NoteEvents = 33,
36
+ NoteEventFeature = 34,
37
+ NoteEventCollection = 35,
38
+ ValueEvents = 36,
39
+ ValueEventCollection = 37,
40
+ ValueInterpolation = 38,
41
+ Sample = 39
42
+ }
43
+ //# sourceMappingURL=Pointers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Pointers.d.ts","sourceRoot":"","sources":["../src/Pointers.ts"],"names":[],"mappings":"AAAA,oBAAY,QAAQ;IAChB,QAAQ,IAAA;IACR,SAAS,IAAA;IACT,SAAS,IAAA;IACT,IAAI,IAAA;IACJ,eAAe,IAAA;IACf,cAAc,IAAA;IACd,WAAW,IAAA;IACX,eAAe,IAAA;IACf,iBAAiB,IAAA;IACjB,UAAU,IAAA;IACV,cAAc,KAAA;IACd,eAAe,KAAA;IACf,WAAW,KAAA;IACX,OAAO,KAAA;IACP,UAAU,KAAA;IACV,UAAU,KAAA;IACV,mBAAmB,KAAA;IACnB,WAAW,KAAA;IACX,cAAc,KAAA;IACd,OAAO,KAAA;IACP,SAAS,KAAA;IACT,SAAS,KAAA;IACT,WAAW,KAAA;IACX,YAAY,KAAA;IACZ,cAAc,KAAA;IACd,gBAAgB,KAAA;IAChB,eAAe,KAAA;IACf,MAAM,KAAA;IACN,MAAM,KAAA;IACN,YAAY,KAAA;IACZ,gBAAgB,KAAA;IAChB,oBAAoB,KAAA;IACpB,mBAAmB,KAAA;IACnB,UAAU,KAAA;IACV,gBAAgB,KAAA;IAChB,mBAAmB,KAAA;IACnB,WAAW,KAAA;IACX,oBAAoB,KAAA;IACpB,kBAAkB,KAAA;IAClB,MAAM,KAAA;CACT"}
@@ -0,0 +1,43 @@
1
+ export var Pointers;
2
+ (function (Pointers) {
3
+ Pointers[Pointers["Timeline"] = 0] = "Timeline";
4
+ Pointers[Pointers["Selection"] = 1] = "Selection";
5
+ Pointers[Pointers["PianoMode"] = 2] = "PianoMode";
6
+ Pointers[Pointers["User"] = 3] = "User";
7
+ Pointers[Pointers["AudioConnection"] = 4] = "AudioConnection";
8
+ Pointers[Pointers["InstrumentHost"] = 5] = "InstrumentHost";
9
+ Pointers[Pointers["AudioOutput"] = 6] = "AudioOutput";
10
+ Pointers[Pointers["NotesConnection"] = 7] = "NotesConnection";
11
+ Pointers[Pointers["VoltageConnection"] = 8] = "VoltageConnection";
12
+ Pointers[Pointers["AudioUnits"] = 9] = "AudioUnits";
13
+ Pointers[Pointers["MidiEffectHost"] = 10] = "MidiEffectHost";
14
+ Pointers[Pointers["AudioEffectHost"] = 11] = "AudioEffectHost";
15
+ Pointers[Pointers["AudioBusses"] = 12] = "AudioBusses";
16
+ Pointers[Pointers["AuxSend"] = 13] = "AuxSend";
17
+ Pointers[Pointers["Modulation"] = 14] = "Modulation";
18
+ Pointers[Pointers["Automation"] = 15] = "Automation";
19
+ Pointers[Pointers["ParameterController"] = 16] = "ParameterController";
20
+ Pointers[Pointers["MidiControl"] = 17] = "MidiControl";
21
+ Pointers[Pointers["StepAutomation"] = 18] = "StepAutomation";
22
+ Pointers[Pointers["Editing"] = 19] = "Editing";
23
+ Pointers[Pointers["AudioFile"] = 20] = "AudioFile";
24
+ Pointers[Pointers["AudioUnit"] = 21] = "AudioUnit";
25
+ Pointers[Pointers["MarkerTrack"] = 22] = "MarkerTrack";
26
+ Pointers[Pointers["MarkerEvents"] = 23] = "MarkerEvents";
27
+ Pointers[Pointers["ClipCollection"] = 24] = "ClipCollection";
28
+ Pointers[Pointers["RegionCollection"] = 25] = "RegionCollection";
29
+ Pointers[Pointers["TrackCollection"] = 26] = "TrackCollection";
30
+ Pointers[Pointers["Device"] = 27] = "Device";
31
+ Pointers[Pointers["Groove"] = 28] = "Groove";
32
+ Pointers[Pointers["ModularSetup"] = 29] = "ModularSetup";
33
+ Pointers[Pointers["ModuleCollection"] = 30] = "ModuleCollection";
34
+ Pointers[Pointers["ConnectionCollection"] = 31] = "ConnectionCollection";
35
+ Pointers[Pointers["DeviceUserInterface"] = 32] = "DeviceUserInterface";
36
+ Pointers[Pointers["NoteEvents"] = 33] = "NoteEvents";
37
+ Pointers[Pointers["NoteEventFeature"] = 34] = "NoteEventFeature";
38
+ Pointers[Pointers["NoteEventCollection"] = 35] = "NoteEventCollection";
39
+ Pointers[Pointers["ValueEvents"] = 36] = "ValueEvents";
40
+ Pointers[Pointers["ValueEventCollection"] = 37] = "ValueEventCollection";
41
+ Pointers[Pointers["ValueInterpolation"] = 38] = "ValueInterpolation";
42
+ Pointers[Pointers["Sample"] = 39] = "Sample";
43
+ })(Pointers || (Pointers = {}));
@@ -0,0 +1,3 @@
1
+ export * from "./Pointers";
2
+ export * from "./AudioUnitType";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,iBAAiB,CAAA"}
package/dist/index.js ADDED
@@ -0,0 +1,2 @@
1
+ export * from "./Pointers";
2
+ export * from "./AudioUnitType";
package/package.json ADDED
@@ -0,0 +1,29 @@
1
+ {
2
+ "name": "@opendaw/studio-enums",
3
+ "version": "0.0.6",
4
+ "license": "LGPL-3.0-or-later",
5
+ "publishConfig": {
6
+ "access": "public"
7
+ },
8
+ "main": "./dist/index.js",
9
+ "types": "./dist/index.d.ts",
10
+ "exports": {
11
+ ".": {
12
+ "types": "./dist/index.d.ts",
13
+ "default": "./dist/index.js"
14
+ }
15
+ },
16
+ "files": [
17
+ "dist/**/*"
18
+ ],
19
+ "scripts": {
20
+ "build": "tsc",
21
+ "lint": "eslint \"**/*.ts\"",
22
+ "test": "echo \"No tests to run\""
23
+ },
24
+ "devDependencies": {
25
+ "@opendaw/eslint-config": "^0.0.6",
26
+ "@opendaw/typescript-config": "^0.0.6"
27
+ },
28
+ "gitHead": "04e5363a9851c7e116a306c2e933c5f410980fbe"
29
+ }