@grame/faust-web-component 0.3.0 → 0.3.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/README.md +2 -2
- package/dist/faust-web-component.js +35089 -1451
- package/package.json +1 -1
- package/vite.config.js +1 -0
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.3.
|
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.3.2/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,7 +97,7 @@ 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.3.
|
100
|
+
<script src="https://cdn.jsdelivr.net/npm/@grame/faust-web-component@0.3.2/dist/faust-web-component.js"></script>
|
101
101
|
```
|
102
102
|
|
103
103
|
## Demo
|