supersonic-scsynth-synthdefs 0.60.0 → 0.62.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.60.0';
18
+ export const CDN_BASE = 'https://unpkg.com/supersonic-scsynth-synthdefs@0.62.0';
19
19
  export const SYNTHDEFS_CDN = `${CDN_BASE}/synthdefs`;
20
20
 
21
21
  export const SYNTHDEF_NAMES = [
@@ -26,6 +26,7 @@ export const SYNTHDEF_NAMES = [
26
26
  "fft_size_4096",
27
27
  "fft_size_512",
28
28
  "fft_test_sine",
29
+ "number",
29
30
  "simple_passthrough",
30
31
  "sonic-pi-amp_stereo_monitor",
31
32
  "sonic-pi-basic_mixer",
@@ -147,6 +148,7 @@ export const SYNTHDEF_NAMES = [
147
148
  "sonic-pi-tri",
148
149
  "sonic-pi-zawa",
149
150
  "test_offset_out",
151
+ "u_cmd_test",
150
152
  ];
151
153
 
152
154
  export default {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supersonic-scsynth-synthdefs",
3
- "version": "0.60.0",
3
+ "version": "0.62.0",
4
4
  "description": "All Sonic Pi synthdefs for SuperSonic scsynth",
5
5
  "main": "index.js",
6
6
  "type": "module",
Binary file
Binary file