@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.
- package/README.md +4 -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
|
-
|
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
|