@opendaw/studio-core 0.0.83 → 0.0.84
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/ExternalLib.d.ts +3 -2
- package/dist/ExternalLib.d.ts.map +1 -1
- package/dist/ExternalLib.js +2 -2
- package/dist/Preferences.d.ts +4 -0
- package/dist/Preferences.d.ts.map +1 -1
- package/dist/Preferences.js +4 -2
- package/dist/capture/CaptureDevices.js +1 -1
- package/dist/capture/RecordAudio.d.ts.map +1 -1
- package/dist/capture/RecordAudio.js +17 -9
- package/dist/dawproject/BuiltinDevices.d.ts +1 -1
- package/dist/dawproject/DawProject.d.ts.map +1 -1
- package/dist/dawproject/DawProject.js +17 -3
- package/dist/midi/MIDILearning.d.ts +4 -16
- package/dist/midi/MIDILearning.d.ts.map +1 -1
- package/dist/midi/MIDILearning.js +95 -62
- package/dist/processors.js +17 -17
- package/dist/processors.js.map +4 -4
- package/dist/project/Project.d.ts.map +1 -1
- package/dist/project/Project.js +1 -0
- package/dist/project/ProjectBundle.d.ts.map +1 -1
- package/dist/project/ProjectBundle.js +17 -3
- package/dist/project/ProjectMigration.d.ts.map +1 -1
- package/dist/project/ProjectMigration.js +4 -3
- package/dist/project/ProjectValidation.d.ts.map +1 -1
- package/dist/project/ProjectValidation.js +15 -13
- package/dist/project/audio/AudioContentFactory.d.ts.map +1 -1
- package/dist/project/audio/AudioContentFactory.js +3 -3
- package/dist/project/audio/AudioContentModifier.d.ts.map +1 -1
- package/dist/project/audio/AudioContentModifier.js +0 -1
- package/dist/project/audio/AudioFileBoxFactory.d.ts.map +1 -1
- package/dist/project/audio/AudioFileBoxFactory.js +5 -0
- package/dist/samples/DefaultSampleLoaderManager.d.ts.map +1 -1
- package/dist/samples/DefaultSampleLoaderManager.js +4 -1
- package/dist/soundfont/DefaultSoundfontLoader.d.ts.map +1 -1
- package/dist/soundfont/DefaultSoundfontLoader.js +8 -7
- package/dist/soundfont/SoundfontService.d.ts.map +1 -1
- package/dist/soundfont/SoundfontService.js +3 -6
- package/dist/workers-main.js +1 -1
- package/dist/workers-main.js.map +2 -2
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opendaw/studio-core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.84",
|
|
4
4
|
"license": "LGPL-3.0-or-later",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -31,16 +31,16 @@
|
|
|
31
31
|
"test": "vitest run --config vitest.config.ts"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@opendaw/lib-box": "^0.0.
|
|
35
|
-
"@opendaw/lib-dawproject": "^0.0.
|
|
36
|
-
"@opendaw/lib-dom": "^0.0.
|
|
37
|
-
"@opendaw/lib-dsp": "^0.0.
|
|
38
|
-
"@opendaw/lib-fusion": "^0.0.
|
|
39
|
-
"@opendaw/lib-runtime": "^0.0.
|
|
40
|
-
"@opendaw/lib-std": "^0.0.
|
|
41
|
-
"@opendaw/studio-adapters": "^0.0.
|
|
42
|
-
"@opendaw/studio-boxes": "^0.0.
|
|
43
|
-
"@opendaw/studio-enums": "^0.0.
|
|
34
|
+
"@opendaw/lib-box": "^0.0.62",
|
|
35
|
+
"@opendaw/lib-dawproject": "^0.0.47",
|
|
36
|
+
"@opendaw/lib-dom": "^0.0.62",
|
|
37
|
+
"@opendaw/lib-dsp": "^0.0.61",
|
|
38
|
+
"@opendaw/lib-fusion": "^0.0.65",
|
|
39
|
+
"@opendaw/lib-runtime": "^0.0.61",
|
|
40
|
+
"@opendaw/lib-std": "^0.0.61",
|
|
41
|
+
"@opendaw/studio-adapters": "^0.0.70",
|
|
42
|
+
"@opendaw/studio-boxes": "^0.0.63",
|
|
43
|
+
"@opendaw/studio-enums": "^0.0.53",
|
|
44
44
|
"dropbox": "^10.34.0",
|
|
45
45
|
"y-websocket": "^1.4.5",
|
|
46
46
|
"yjs": "^13.6.27",
|
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
"@ffmpeg/ffmpeg": "^0.12.15",
|
|
55
55
|
"@ffmpeg/util": "^0.12.2",
|
|
56
56
|
"@opendaw/eslint-config": "^0.0.27",
|
|
57
|
-
"@opendaw/studio-core-processors": "^0.0.
|
|
58
|
-
"@opendaw/studio-core-workers": "^0.0.
|
|
59
|
-
"@opendaw/studio-forge-boxes": "^0.0.
|
|
57
|
+
"@opendaw/studio-core-processors": "^0.0.72",
|
|
58
|
+
"@opendaw/studio-core-workers": "^0.0.65",
|
|
59
|
+
"@opendaw/studio-forge-boxes": "^0.0.63",
|
|
60
60
|
"@opendaw/typescript-config": "^0.0.27"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "b33275f0f9dbfc525fe517560b484514bdae3dad"
|
|
63
63
|
}
|