supersonic-scsynth-synthdefs 0.61.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 +3 -1
- package/package.json +1 -1
- package/synthdefs/number.scsyndef +0 -0
- package/synthdefs/u_cmd_test.scsyndef +0 -0
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.
|
|
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
|
Binary file
|
|
Binary file
|