@grame/faust-web-component 0.2.6 → 0.2.7

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 (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -100,12 +100,14 @@ process = vgroup("Oscillator", os.osc(freq1) * vol, os.osc(freq2) * vol);
100
100
 
101
101
  ## Demo
102
102
 
103
- A concrete use-case can be seen in the this [updated version](https://ijc8.me/faustdoc/) of the Faust documentation site.
103
+ Concrete use-cases can be seen:
104
+
105
+ - in the this [updated version](https://ijc8.me/faustdoc/) of the Faust documentation site.
106
+ - 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.
104
107
 
105
108
  ## TODO
106
109
 
107
110
  Possible improvements:
108
111
 
109
112
  - audio input via file (including some stock signals)
110
-
111
113
  - greater configurability via HTML attributes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@grame/faust-web-component",
3
3
  "description": "Web component embedding the Faust Compiler",
4
- "version": "0.2.6",
4
+ "version": "0.2.7",
5
5
  "module": "dist/faust-web-component.js",
6
6
  "files": [
7
7
  "src/",