@grame/faust-web-component 0.2.30 → 0.2.32

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 CHANGED
@@ -78,7 +78,7 @@ to get a polyphonic clarinet instrument with 16 voices and a global reverb effec
78
78
 
79
79
  ## NPM package
80
80
 
81
- A [npm package](https://www.npmjs.com/package/@grame/faust-web-component) can be used with the CDN link: https://cdn.jsdelivr.net/npm/@grame/faust-web-component@0.2.30/dist/faust-web-component.js (possibly update the version number).
81
+ A [npm package](https://www.npmjs.com/package/@grame/faust-web-component) can be used with the CDN link: https://cdn.jsdelivr.net/npm/@grame/faust-web-component@0.2.32/dist/faust-web-component.js (possibly update the version number).
82
82
 
83
83
  Here is an HTML example using this model:
84
84
 
@@ -97,14 +97,14 @@ process = vgroup("Oscillator", os.osc(freq1) * vol, os.osc(freq2) * vol);
97
97
  -->
98
98
  </faust-editor>
99
99
 
100
- <script src="https://cdn.jsdelivr.net/npm/@grame/faust-web-component@0.2.30/dist/faust-web-component.js"></script>
100
+ <script src="https://cdn.jsdelivr.net/npm/@grame/faust-web-component@0.2.32/dist/faust-web-component.js"></script>
101
101
  ```
102
102
 
103
103
  ## Demo
104
104
 
105
105
  Concrete use-cases can be seen:
106
106
 
107
- - in this [updated version](https://ijc8.me/faustdoc/) of the Faust documentation site.
107
+ - in the [Faust documentation site](https://faustdoc.grame.fr).
108
108
  - in this [faust-web-widget](https://codepen.io/St-phane-Letz/pen/LYMWybP) and [faust-web-editor](https://codepen.io/St-phane-Letz/pen/YzdZZoK) editable pages.
109
109
 
110
110
  ## TODO