supersonic-scsynth-synthdefs 0.57.0 → 0.60.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/README.md +2 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -61,7 +61,8 @@ All 120 Sonic Pi synthdefs including:
|
|
|
61
61
|
- dark_ambience, hollow, growl, organ_tonewheel
|
|
62
62
|
|
|
63
63
|
### Plucked & Percussion
|
|
64
|
-
- pluck, kalimba,
|
|
64
|
+
- pluck, kalimba, rhodey
|
|
65
|
+
- ~~piano~~ (temporarily excluded — requires MdaPiano UGen, see build.sh)
|
|
65
66
|
|
|
66
67
|
### Effects (fx_*)
|
|
67
68
|
All standard effects:
|
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.60.0';
|
|
19
19
|
export const SYNTHDEFS_CDN = `${CDN_BASE}/synthdefs`;
|
|
20
20
|
|
|
21
21
|
export const SYNTHDEF_NAMES = [
|