supersonic-scsynth-synthdefs 0.70.0 → 0.71.0

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/index.js CHANGED
@@ -15,7 +15,7 @@ export function getSynthDefPath(name) {
15
15
  }
16
16
 
17
17
  // CDN URL for browser usage (unpkg)
18
- export const CDN_BASE = 'https://unpkg.com/supersonic-scsynth-synthdefs@0.70.0';
18
+ export const CDN_BASE = 'https://unpkg.com/supersonic-scsynth-synthdefs@0.71.0';
19
19
  export const SYNTHDEFS_CDN = `${CDN_BASE}/synthdefs`;
20
20
 
21
21
  export const SYNTHDEF_NAMES = [
@@ -116,7 +116,6 @@ export const SYNTHDEF_NAMES = [
116
116
  "sonic-pi-pretty_bell",
117
117
  "sonic-pi-prophet",
118
118
  "sonic-pi-pulse",
119
- "sonic-pi-recorder",
120
119
  "sonic-pi-rhodey",
121
120
  "sonic-pi-rodeo",
122
121
  "sonic-pi-saw",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supersonic-scsynth-synthdefs",
3
- "version": "0.70.0",
3
+ "version": "0.71.0",
4
4
  "description": "All Sonic Pi synthdefs for SuperSonic scsynth",
5
5
  "main": "index.js",
6
6
  "type": "module",