spessasynth_lib 3.26.30 → 3.26.32

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spessasynth_lib",
3
- "version": "3.26.30",
3
+ "version": "3.26.32",
4
4
  "description": "MIDI and SoundFont2/DLS library for the browsers with no compromises",
5
5
  "browser": "index.js",
6
6
  "type": "module",
@@ -0,0 +1,3 @@
1
+ This folder only contains the compiled worklet processor.
2
+ The path always has been `synthetizer/worklet_processor.min.js`
3
+ so it's kept here to avoid breaking changes.