@opendaw/studio-enums 0.0.23 → 0.0.24

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.
@@ -21,24 +21,25 @@ export declare enum Pointers {
21
21
  StepAutomation = 19,
22
22
  Editing = 20,
23
23
  AudioFile = 21,
24
- AudioUnit = 22,
25
- MarkerTrack = 23,
26
- MarkerEvents = 24,
27
- ClipCollection = 25,
28
- RegionCollection = 26,
29
- TrackCollection = 27,
30
- Device = 28,
31
- Groove = 29,
32
- ModularSetup = 30,
33
- ModuleCollection = 31,
34
- ConnectionCollection = 32,
35
- DeviceUserInterface = 33,
36
- NoteEvents = 34,
37
- NoteEventFeature = 35,
38
- NoteEventCollection = 36,
39
- ValueEvents = 37,
40
- ValueEventCollection = 38,
41
- ValueInterpolation = 39,
42
- Sample = 40
24
+ SoundfontFile = 22,
25
+ AudioUnit = 23,
26
+ MarkerTrack = 24,
27
+ MarkerEvents = 25,
28
+ ClipCollection = 26,
29
+ RegionCollection = 27,
30
+ TrackCollection = 28,
31
+ Device = 29,
32
+ Groove = 30,
33
+ ModularSetup = 31,
34
+ ModuleCollection = 32,
35
+ ConnectionCollection = 33,
36
+ DeviceUserInterface = 34,
37
+ NoteEvents = 35,
38
+ NoteEventFeature = 36,
39
+ NoteEventCollection = 37,
40
+ ValueEvents = 38,
41
+ ValueEventCollection = 39,
42
+ ValueInterpolation = 40,
43
+ Sample = 41
43
44
  }
44
45
  //# sourceMappingURL=Pointers.d.ts.map
@@ -1 +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,OAAO,IAAA;IACP,eAAe,IAAA;IACf,iBAAiB,IAAA;IACjB,UAAU,KAAA;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"}
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,OAAO,IAAA;IACP,eAAe,IAAA;IACf,iBAAiB,IAAA;IACjB,UAAU,KAAA;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,aAAa,KAAA;IACb,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"}
package/dist/Pointers.js CHANGED
@@ -22,23 +22,24 @@ export var Pointers;
22
22
  Pointers[Pointers["StepAutomation"] = 19] = "StepAutomation";
23
23
  Pointers[Pointers["Editing"] = 20] = "Editing";
24
24
  Pointers[Pointers["AudioFile"] = 21] = "AudioFile";
25
- Pointers[Pointers["AudioUnit"] = 22] = "AudioUnit";
26
- Pointers[Pointers["MarkerTrack"] = 23] = "MarkerTrack";
27
- Pointers[Pointers["MarkerEvents"] = 24] = "MarkerEvents";
28
- Pointers[Pointers["ClipCollection"] = 25] = "ClipCollection";
29
- Pointers[Pointers["RegionCollection"] = 26] = "RegionCollection";
30
- Pointers[Pointers["TrackCollection"] = 27] = "TrackCollection";
31
- Pointers[Pointers["Device"] = 28] = "Device";
32
- Pointers[Pointers["Groove"] = 29] = "Groove";
33
- Pointers[Pointers["ModularSetup"] = 30] = "ModularSetup";
34
- Pointers[Pointers["ModuleCollection"] = 31] = "ModuleCollection";
35
- Pointers[Pointers["ConnectionCollection"] = 32] = "ConnectionCollection";
36
- Pointers[Pointers["DeviceUserInterface"] = 33] = "DeviceUserInterface";
37
- Pointers[Pointers["NoteEvents"] = 34] = "NoteEvents";
38
- Pointers[Pointers["NoteEventFeature"] = 35] = "NoteEventFeature";
39
- Pointers[Pointers["NoteEventCollection"] = 36] = "NoteEventCollection";
40
- Pointers[Pointers["ValueEvents"] = 37] = "ValueEvents";
41
- Pointers[Pointers["ValueEventCollection"] = 38] = "ValueEventCollection";
42
- Pointers[Pointers["ValueInterpolation"] = 39] = "ValueInterpolation";
43
- Pointers[Pointers["Sample"] = 40] = "Sample";
25
+ Pointers[Pointers["SoundfontFile"] = 22] = "SoundfontFile";
26
+ Pointers[Pointers["AudioUnit"] = 23] = "AudioUnit";
27
+ Pointers[Pointers["MarkerTrack"] = 24] = "MarkerTrack";
28
+ Pointers[Pointers["MarkerEvents"] = 25] = "MarkerEvents";
29
+ Pointers[Pointers["ClipCollection"] = 26] = "ClipCollection";
30
+ Pointers[Pointers["RegionCollection"] = 27] = "RegionCollection";
31
+ Pointers[Pointers["TrackCollection"] = 28] = "TrackCollection";
32
+ Pointers[Pointers["Device"] = 29] = "Device";
33
+ Pointers[Pointers["Groove"] = 30] = "Groove";
34
+ Pointers[Pointers["ModularSetup"] = 31] = "ModularSetup";
35
+ Pointers[Pointers["ModuleCollection"] = 32] = "ModuleCollection";
36
+ Pointers[Pointers["ConnectionCollection"] = 33] = "ConnectionCollection";
37
+ Pointers[Pointers["DeviceUserInterface"] = 34] = "DeviceUserInterface";
38
+ Pointers[Pointers["NoteEvents"] = 35] = "NoteEvents";
39
+ Pointers[Pointers["NoteEventFeature"] = 36] = "NoteEventFeature";
40
+ Pointers[Pointers["NoteEventCollection"] = 37] = "NoteEventCollection";
41
+ Pointers[Pointers["ValueEvents"] = 38] = "ValueEvents";
42
+ Pointers[Pointers["ValueEventCollection"] = 39] = "ValueEventCollection";
43
+ Pointers[Pointers["ValueInterpolation"] = 40] = "ValueInterpolation";
44
+ Pointers[Pointers["Sample"] = 41] = "Sample";
44
45
  })(Pointers || (Pointers = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opendaw/studio-enums",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "license": "LGPL-3.0-or-later",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -25,5 +25,5 @@
25
25
  "@opendaw/eslint-config": "^0.0.19",
26
26
  "@opendaw/typescript-config": "^0.0.20"
27
27
  },
28
- "gitHead": "705da8c69733c18fbae25c63f87cba8a367b8b38"
28
+ "gitHead": "cae71a4fa8c78a8a37c48a120f25fc1b3767100a"
29
29
  }