@grame/faust-web-component 0.2.9 → 0.2.11
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 -0
- package/dist/02-XYLO1.mp3 +0 -0
- package/dist/faust-web-component.js +42 -42
- package/package.json +3 -2
- package/public/02-XYLO1.mp3 +0 -0
- package/src/faust-editor.ts +26 -3
- package/src/faust-widget.ts +26 -2
package/README.md
CHANGED
@@ -53,6 +53,8 @@ process = no.noise : fi.resonlp(ctFreq,q,gain)*t <: dm.zita_light;
|
|
53
53
|
<script src="faust-web-component.js"></script>
|
54
54
|
```
|
55
55
|
|
56
|
+
When the audio DSP code has inputs, a list of possible audio devices will be displayed and a given device can be selected. The last one is "Audio File" and can be selected to play a default audio file connected to the DSP inputs.
|
57
|
+
|
56
58
|
### Polyphonic mode
|
57
59
|
|
58
60
|
The `declare options "[midi:on][nvoices:n]";` [coding convention](https://faustdoc.grame.fr/manual/midi/#configuring-and-activating-polyphony) can be used in the DSP code to activate MIDI and polyphonic mode, so for instance:
|
Binary file
|