supersonic-scsynth-synthdefs 0.56.0 → 0.59.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.
Files changed (3) hide show
  1. package/README.md +2 -1
  2. package/index.js +1 -1
  3. 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, piano, rhodey
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.56.0';
18
+ export const CDN_BASE = 'https://unpkg.com/supersonic-scsynth-synthdefs@0.59.0';
19
19
  export const SYNTHDEFS_CDN = `${CDN_BASE}/synthdefs`;
20
20
 
21
21
  export const SYNTHDEF_NAMES = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supersonic-scsynth-synthdefs",
3
- "version": "0.56.0",
3
+ "version": "0.59.0",
4
4
  "description": "All Sonic Pi synthdefs for SuperSonic scsynth",
5
5
  "main": "index.js",
6
6
  "type": "module",