supersonic-scsynth-synthdefs 0.65.0 → 0.67.2

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.65.0';
18
+ export const CDN_BASE = 'https://unpkg.com/supersonic-scsynth-synthdefs@0.67.2';
19
19
  export const SYNTHDEFS_CDN = `${CDN_BASE}/synthdefs`;
20
20
 
21
21
  export const SYNTHDEF_NAMES = [
@@ -100,6 +100,7 @@ export const SYNTHDEF_NAMES = [
100
100
  "sonic-pi-live_audio_mono",
101
101
  "sonic-pi-live_audio_stereo",
102
102
  "sonic-pi-mixer",
103
+ "sonic-pi-mixout",
103
104
  "sonic-pi-mod_dsaw",
104
105
  "sonic-pi-mod_fm",
105
106
  "sonic-pi-mod_pulse",
@@ -147,6 +148,7 @@ export const SYNTHDEF_NAMES = [
147
148
  "sonic-pi-tech_saws",
148
149
  "sonic-pi-tri",
149
150
  "sonic-pi-zawa",
151
+ "supersonic-audio-out",
150
152
  "test_offset_out",
151
153
  "u_cmd_test",
152
154
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supersonic-scsynth-synthdefs",
3
- "version": "0.65.0",
3
+ "version": "0.67.2",
4
4
  "description": "All Sonic Pi synthdefs for SuperSonic scsynth",
5
5
  "main": "index.js",
6
6
  "type": "module",
Binary file
Binary file