From e471b2276ab63295bc21f064825b33a8f4557c71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Letz?= Date: Mon, 27 Jan 2025 11:37:06 +0100 Subject: [PATCH] GameLAN regenerated. --- docs/gamelan/atomicro/create-node.js | 7 ++++++- docs/gamelan/atomicro/dsp-meta.json | 2 +- docs/gamelan/atomicro/dsp-module.wasm | Bin 5598 -> 5598 bytes docs/gamelan/attackey/create-node.js | 7 ++++++- docs/gamelan/attackey/dsp-meta.json | 2 +- docs/gamelan/attackey/dsp-module.wasm | Bin 20207 -> 20207 bytes docs/gamelan/baliphone/create-node.js | 7 ++++++- docs/gamelan/baliphone/dsp-meta.json | 2 +- docs/gamelan/baliphone/dsp-module.wasm | Bin 22891 -> 22891 bytes docs/gamelan/drone/create-node.js | 7 ++++++- docs/gamelan/drone/dsp-meta.json | 2 +- docs/gamelan/drone/dsp-module.wasm | Bin 10543 -> 10543 bytes docs/gamelan/sequenceur/create-node.js | 7 ++++++- docs/gamelan/sequenceur/dsp-meta.json | 2 +- docs/gamelan/sequenceur/dsp-module.wasm | Bin 11460 -> 11460 bytes docs/gamelan/shakerxy/create-node.js | 7 ++++++- docs/gamelan/shakerxy/dsp-meta.json | 2 +- docs/gamelan/shakerxy/dsp-module.wasm | Bin 6161 -> 6161 bytes docs/gamelan/sinusoide/create-node.js | 7 ++++++- docs/gamelan/sinusoide/dsp-meta.json | 2 +- docs/gamelan/sinusoide/dsp-module.wasm | Bin 17958 -> 17958 bytes docs/index.html | 2 +- docs/sitemap.xml.gz | Bin 127 -> 127 bytes mkdocs/docs/gamelan/atomicro/create-node.js | 7 ++++++- mkdocs/docs/gamelan/atomicro/dsp-meta.json | 2 +- mkdocs/docs/gamelan/atomicro/dsp-module.wasm | Bin 5598 -> 5598 bytes mkdocs/docs/gamelan/attackey/create-node.js | 7 ++++++- mkdocs/docs/gamelan/attackey/dsp-meta.json | 2 +- mkdocs/docs/gamelan/attackey/dsp-module.wasm | Bin 20207 -> 20207 bytes mkdocs/docs/gamelan/baliphone/create-node.js | 7 ++++++- mkdocs/docs/gamelan/baliphone/dsp-meta.json | 2 +- mkdocs/docs/gamelan/baliphone/dsp-module.wasm | Bin 22891 -> 22891 bytes mkdocs/docs/gamelan/drone/create-node.js | 7 ++++++- mkdocs/docs/gamelan/drone/dsp-meta.json | 2 +- mkdocs/docs/gamelan/drone/dsp-module.wasm | Bin 10543 -> 10543 bytes mkdocs/docs/gamelan/sequenceur/create-node.js | 7 ++++++- mkdocs/docs/gamelan/sequenceur/dsp-meta.json | 2 +- .../docs/gamelan/sequenceur/dsp-module.wasm | Bin 11460 -> 11460 bytes mkdocs/docs/gamelan/shakerxy/create-node.js | 7 ++++++- mkdocs/docs/gamelan/shakerxy/dsp-meta.json | 2 +- mkdocs/docs/gamelan/shakerxy/dsp-module.wasm | Bin 6161 -> 6161 bytes mkdocs/docs/gamelan/sinusoide/create-node.js | 7 ++++++- mkdocs/docs/gamelan/sinusoide/dsp-meta.json | 2 +- mkdocs/docs/gamelan/sinusoide/dsp-module.wasm | Bin 17958 -> 17958 bytes 44 files changed, 99 insertions(+), 29 deletions(-) diff --git a/docs/gamelan/atomicro/create-node.js b/docs/gamelan/atomicro/create-node.js index 4991b8d..bd85746 100644 --- a/docs/gamelan/atomicro/create-node.js +++ b/docs/gamelan/atomicro/create-node.js @@ -80,7 +80,7 @@ const createFaustNode = async (audioContext, dspName = "template", voices = 0, s } /** - * Connects an audio input stream to a Faust audio node. + * Connects an audio input stream to a Faust WebAudio node. * * @param {AudioContext} audioContext - The Web Audio API AudioContext to which the Faust audio node is connected. * @param {string} id - The ID of the audio input device to connect. @@ -109,6 +109,8 @@ async function connectToAudioInput(audioContext, id, faustNode, inputStreamNode) }; /** + * Creates a Faust UI for a Faust audio node. + * * @param {FaustAudioWorkletNode} faustNode */ async function createFaustUI(divFaustUI, faustNode) { @@ -135,6 +137,9 @@ async function createFaustUI(divFaustUI, faustNode) { faustUI.resize(); }; +/** + * Request permission to use motion and orientation sensors. + */ async function requestPermissions() { // Explicitly request permission on iOS before calling startSensors() diff --git a/docs/gamelan/atomicro/dsp-meta.json b/docs/gamelan/atomicro/dsp-meta.json index 1377f11..a125e6f 100644 --- a/docs/gamelan/atomicro/dsp-meta.json +++ b/docs/gamelan/atomicro/dsp-meta.json @@ -84,7 +84,7 @@ "signals_lib_version": "1.6.0" }, { - "version": "2.78.5" + "version": "2.78.6" } ], "ui": [ diff --git a/docs/gamelan/atomicro/dsp-module.wasm b/docs/gamelan/atomicro/dsp-module.wasm index 3c7f4d9104c8967cb2a2bf2e063f3f8bd211af73..e5e233e2aa79865c708b03fe80f964b9a8dba757 100644 GIT binary patch delta 14 VcmcboeNTIXjR2$BW?O-UtN<%h1nd9+ delta 14 VcmcboeNTIXjR2$RW?O-UtN<%b1nU3* diff --git a/docs/gamelan/attackey/create-node.js b/docs/gamelan/attackey/create-node.js index 4991b8d..bd85746 100644 --- a/docs/gamelan/attackey/create-node.js +++ b/docs/gamelan/attackey/create-node.js @@ -80,7 +80,7 @@ const createFaustNode = async (audioContext, dspName = "template", voices = 0, s } /** - * Connects an audio input stream to a Faust audio node. + * Connects an audio input stream to a Faust WebAudio node. * * @param {AudioContext} audioContext - The Web Audio API AudioContext to which the Faust audio node is connected. * @param {string} id - The ID of the audio input device to connect. @@ -109,6 +109,8 @@ async function connectToAudioInput(audioContext, id, faustNode, inputStreamNode) }; /** + * Creates a Faust UI for a Faust audio node. + * * @param {FaustAudioWorkletNode} faustNode */ async function createFaustUI(divFaustUI, faustNode) { @@ -135,6 +137,9 @@ async function createFaustUI(divFaustUI, faustNode) { faustUI.resize(); }; +/** + * Request permission to use motion and orientation sensors. + */ async function requestPermissions() { // Explicitly request permission on iOS before calling startSensors() diff --git a/docs/gamelan/attackey/dsp-meta.json b/docs/gamelan/attackey/dsp-meta.json index 8ae42d8..5149ce6 100644 --- a/docs/gamelan/attackey/dsp-meta.json +++ b/docs/gamelan/attackey/dsp-meta.json @@ -183,7 +183,7 @@ "soundfiles": "https://raw.githubusercontent.com/grame-cncm/GameLAN/master/attacKey" }, { - "version": "2.78.5" + "version": "2.78.6" } ], "ui": [ diff --git a/docs/gamelan/attackey/dsp-module.wasm b/docs/gamelan/attackey/dsp-module.wasm index 3eb388607bdbf5966b7726b3349a4a784cea470c..480cdbf03334cb7f2f1a61ec6d19317d8fe95c2a 100644 GIT binary patch delta 16 YcmaDqm+}2v#tn*IjAomayw0)!06p>sT>t<8 delta 16 YcmaDqm+}2v#tn*IjHa8Fyw0)!06pvmTmS$7 diff --git a/docs/gamelan/baliphone/create-node.js b/docs/gamelan/baliphone/create-node.js index 4991b8d..bd85746 100644 --- a/docs/gamelan/baliphone/create-node.js +++ b/docs/gamelan/baliphone/create-node.js @@ -80,7 +80,7 @@ const createFaustNode = async (audioContext, dspName = "template", voices = 0, s } /** - * Connects an audio input stream to a Faust audio node. + * Connects an audio input stream to a Faust WebAudio node. * * @param {AudioContext} audioContext - The Web Audio API AudioContext to which the Faust audio node is connected. * @param {string} id - The ID of the audio input device to connect. @@ -109,6 +109,8 @@ async function connectToAudioInput(audioContext, id, faustNode, inputStreamNode) }; /** + * Creates a Faust UI for a Faust audio node. + * * @param {FaustAudioWorkletNode} faustNode */ async function createFaustUI(divFaustUI, faustNode) { @@ -135,6 +137,9 @@ async function createFaustUI(divFaustUI, faustNode) { faustUI.resize(); }; +/** + * Request permission to use motion and orientation sensors. + */ async function requestPermissions() { // Explicitly request permission on iOS before calling startSensors() diff --git a/docs/gamelan/baliphone/dsp-meta.json b/docs/gamelan/baliphone/dsp-meta.json index 3162bea..b86265b 100644 --- a/docs/gamelan/baliphone/dsp-meta.json +++ b/docs/gamelan/baliphone/dsp-meta.json @@ -159,7 +159,7 @@ "soundfiles": "https://raw.githubusercontent.com/grame-cncm/GameLAN/master/baliphone" }, { - "version": "2.78.5" + "version": "2.78.6" } ], "ui": [ diff --git a/docs/gamelan/baliphone/dsp-module.wasm b/docs/gamelan/baliphone/dsp-module.wasm index 5f0f2ee5d85cd566ba18b9d241843b1fc5ad2422..2892c6fa07daa3bed1a5d98964df0e62990cae94 100644 GIT binary patch delta 16 YcmaF8iShL&#tk2W7|k|+460%S07>iz+yDRo delta 16 YcmaF8iShL&#tk2W7)>{S460%S07>Qt+W-In diff --git a/docs/gamelan/drone/create-node.js b/docs/gamelan/drone/create-node.js index 4991b8d..bd85746 100644 --- a/docs/gamelan/drone/create-node.js +++ b/docs/gamelan/drone/create-node.js @@ -80,7 +80,7 @@ const createFaustNode = async (audioContext, dspName = "template", voices = 0, s } /** - * Connects an audio input stream to a Faust audio node. + * Connects an audio input stream to a Faust WebAudio node. * * @param {AudioContext} audioContext - The Web Audio API AudioContext to which the Faust audio node is connected. * @param {string} id - The ID of the audio input device to connect. @@ -109,6 +109,8 @@ async function connectToAudioInput(audioContext, id, faustNode, inputStreamNode) }; /** + * Creates a Faust UI for a Faust audio node. + * * @param {FaustAudioWorkletNode} faustNode */ async function createFaustUI(divFaustUI, faustNode) { @@ -135,6 +137,9 @@ async function createFaustUI(divFaustUI, faustNode) { faustUI.resize(); }; +/** + * Request permission to use motion and orientation sensors. + */ async function requestPermissions() { // Explicitly request permission on iOS before calling startSensors() diff --git a/docs/gamelan/drone/dsp-meta.json b/docs/gamelan/drone/dsp-meta.json index 9d7a83d..a09a7a8 100644 --- a/docs/gamelan/drone/dsp-meta.json +++ b/docs/gamelan/drone/dsp-meta.json @@ -129,7 +129,7 @@ "soundfiles_lib_version": "1.7.0" }, { - "version": "2.78.5" + "version": "2.78.6" } ], "ui": [ diff --git a/docs/gamelan/drone/dsp-module.wasm b/docs/gamelan/drone/dsp-module.wasm index 145d887c32a96bb42c554819a6804aa6791b0186..c75d63d7f434af3ffc33617d7d55e45903d9e9be 100644 GIT binary patch delta 14 VcmZ1Sc_eZ}u{5LE<`U@uK>#nU1ycY3 delta 14 VcmX>Sc_eZ}u{5LU<`U@uK>#nO1yTS2 diff --git a/docs/gamelan/shakerxy/create-node.js b/docs/gamelan/shakerxy/create-node.js index 4991b8d..bd85746 100644 --- a/docs/gamelan/shakerxy/create-node.js +++ b/docs/gamelan/shakerxy/create-node.js @@ -80,7 +80,7 @@ const createFaustNode = async (audioContext, dspName = "template", voices = 0, s } /** - * Connects an audio input stream to a Faust audio node. + * Connects an audio input stream to a Faust WebAudio node. * * @param {AudioContext} audioContext - The Web Audio API AudioContext to which the Faust audio node is connected. * @param {string} id - The ID of the audio input device to connect. @@ -109,6 +109,8 @@ async function connectToAudioInput(audioContext, id, faustNode, inputStreamNode) }; /** + * Creates a Faust UI for a Faust audio node. + * * @param {FaustAudioWorkletNode} faustNode */ async function createFaustUI(divFaustUI, faustNode) { @@ -135,6 +137,9 @@ async function createFaustUI(divFaustUI, faustNode) { faustUI.resize(); }; +/** + * Request permission to use motion and orientation sensors. + */ async function requestPermissions() { // Explicitly request permission on iOS before calling startSensors() diff --git a/docs/gamelan/shakerxy/dsp-meta.json b/docs/gamelan/shakerxy/dsp-meta.json index 12b9370..5b4b30d 100644 --- a/docs/gamelan/shakerxy/dsp-meta.json +++ b/docs/gamelan/shakerxy/dsp-meta.json @@ -117,7 +117,7 @@ "soundfiles_lib_version": "1.7.0" }, { - "version": "2.78.5" + "version": "2.78.6" } ], "ui": [ diff --git a/docs/gamelan/shakerxy/dsp-module.wasm b/docs/gamelan/shakerxy/dsp-module.wasm index dcf5af830f1f36cd9d7a268b71f4787f1790ced9..76e33e011bc9b84c05a571c0b397106abe4587fa 100644 GIT binary patch delta 14 VcmbPeFwtPcYavFn&2NNMSph5h1wsG- delta 14 VcmbPeFwtPcYavF{&2NNMSph5b1wjA+ diff --git a/docs/gamelan/sinusoide/create-node.js b/docs/gamelan/sinusoide/create-node.js index 4991b8d..bd85746 100644 --- a/docs/gamelan/sinusoide/create-node.js +++ b/docs/gamelan/sinusoide/create-node.js @@ -80,7 +80,7 @@ const createFaustNode = async (audioContext, dspName = "template", voices = 0, s } /** - * Connects an audio input stream to a Faust audio node. + * Connects an audio input stream to a Faust WebAudio node. * * @param {AudioContext} audioContext - The Web Audio API AudioContext to which the Faust audio node is connected. * @param {string} id - The ID of the audio input device to connect. @@ -109,6 +109,8 @@ async function connectToAudioInput(audioContext, id, faustNode, inputStreamNode) }; /** + * Creates a Faust UI for a Faust audio node. + * * @param {FaustAudioWorkletNode} faustNode */ async function createFaustUI(divFaustUI, faustNode) { @@ -135,6 +137,9 @@ async function createFaustUI(divFaustUI, faustNode) { faustUI.resize(); }; +/** + * Request permission to use motion and orientation sensors. + */ async function requestPermissions() { // Explicitly request permission on iOS before calling startSensors() diff --git a/docs/gamelan/sinusoide/dsp-meta.json b/docs/gamelan/sinusoide/dsp-meta.json index e8e847b..e409b66 100644 --- a/docs/gamelan/sinusoide/dsp-meta.json +++ b/docs/gamelan/sinusoide/dsp-meta.json @@ -165,7 +165,7 @@ "signals_lib_version": "1.6.0" }, { - "version": "2.78.5" + "version": "2.78.6" } ], "ui": [ diff --git a/docs/gamelan/sinusoide/dsp-module.wasm b/docs/gamelan/sinusoide/dsp-module.wasm index 6aa0090bc7bd4983e0ea7d379c1d11be80ce3a7d..4b169d1986e61bc5ef87396e98c1bdcf1894a520 100644 GIT binary patch delta 16 XcmZ41!?>)6al>T?MzhUV9D-N@JBbE= delta 16 XcmZ41!?>)6al>T?M$^q#9D-N@JA(#( diff --git a/docs/index.html b/docs/index.html index 6732765..f2f70df 100644 --- a/docs/index.html +++ b/docs/index.html @@ -198,5 +198,5 @@ diff --git a/docs/sitemap.xml.gz b/docs/sitemap.xml.gz index 0536d7bf9f4c9fb7d39640b513d4454d545ff1d7..ffff94d083dd46f97ed925f8618b3a921887be01 100644 GIT binary patch delta 12 Tcmb=gXOr*d;5eK(k*yK{850BZ delta 12 Tcmb=gXOr*d;1G_P$W{pe6^{cx diff --git a/mkdocs/docs/gamelan/atomicro/create-node.js b/mkdocs/docs/gamelan/atomicro/create-node.js index 4991b8d..bd85746 100644 --- a/mkdocs/docs/gamelan/atomicro/create-node.js +++ b/mkdocs/docs/gamelan/atomicro/create-node.js @@ -80,7 +80,7 @@ const createFaustNode = async (audioContext, dspName = "template", voices = 0, s } /** - * Connects an audio input stream to a Faust audio node. + * Connects an audio input stream to a Faust WebAudio node. * * @param {AudioContext} audioContext - The Web Audio API AudioContext to which the Faust audio node is connected. * @param {string} id - The ID of the audio input device to connect. @@ -109,6 +109,8 @@ async function connectToAudioInput(audioContext, id, faustNode, inputStreamNode) }; /** + * Creates a Faust UI for a Faust audio node. + * * @param {FaustAudioWorkletNode} faustNode */ async function createFaustUI(divFaustUI, faustNode) { @@ -135,6 +137,9 @@ async function createFaustUI(divFaustUI, faustNode) { faustUI.resize(); }; +/** + * Request permission to use motion and orientation sensors. + */ async function requestPermissions() { // Explicitly request permission on iOS before calling startSensors() diff --git a/mkdocs/docs/gamelan/atomicro/dsp-meta.json b/mkdocs/docs/gamelan/atomicro/dsp-meta.json index 1377f11..a125e6f 100644 --- a/mkdocs/docs/gamelan/atomicro/dsp-meta.json +++ b/mkdocs/docs/gamelan/atomicro/dsp-meta.json @@ -84,7 +84,7 @@ "signals_lib_version": "1.6.0" }, { - "version": "2.78.5" + "version": "2.78.6" } ], "ui": [ diff --git a/mkdocs/docs/gamelan/atomicro/dsp-module.wasm b/mkdocs/docs/gamelan/atomicro/dsp-module.wasm index 3c7f4d9104c8967cb2a2bf2e063f3f8bd211af73..e5e233e2aa79865c708b03fe80f964b9a8dba757 100644 GIT binary patch delta 14 VcmcboeNTIXjR2$BW?O-UtN<%h1nd9+ delta 14 VcmcboeNTIXjR2$RW?O-UtN<%b1nU3* diff --git a/mkdocs/docs/gamelan/attackey/create-node.js b/mkdocs/docs/gamelan/attackey/create-node.js index 4991b8d..bd85746 100644 --- a/mkdocs/docs/gamelan/attackey/create-node.js +++ b/mkdocs/docs/gamelan/attackey/create-node.js @@ -80,7 +80,7 @@ const createFaustNode = async (audioContext, dspName = "template", voices = 0, s } /** - * Connects an audio input stream to a Faust audio node. + * Connects an audio input stream to a Faust WebAudio node. * * @param {AudioContext} audioContext - The Web Audio API AudioContext to which the Faust audio node is connected. * @param {string} id - The ID of the audio input device to connect. @@ -109,6 +109,8 @@ async function connectToAudioInput(audioContext, id, faustNode, inputStreamNode) }; /** + * Creates a Faust UI for a Faust audio node. + * * @param {FaustAudioWorkletNode} faustNode */ async function createFaustUI(divFaustUI, faustNode) { @@ -135,6 +137,9 @@ async function createFaustUI(divFaustUI, faustNode) { faustUI.resize(); }; +/** + * Request permission to use motion and orientation sensors. + */ async function requestPermissions() { // Explicitly request permission on iOS before calling startSensors() diff --git a/mkdocs/docs/gamelan/attackey/dsp-meta.json b/mkdocs/docs/gamelan/attackey/dsp-meta.json index 8ae42d8..5149ce6 100644 --- a/mkdocs/docs/gamelan/attackey/dsp-meta.json +++ b/mkdocs/docs/gamelan/attackey/dsp-meta.json @@ -183,7 +183,7 @@ "soundfiles": "https://raw.githubusercontent.com/grame-cncm/GameLAN/master/attacKey" }, { - "version": "2.78.5" + "version": "2.78.6" } ], "ui": [ diff --git a/mkdocs/docs/gamelan/attackey/dsp-module.wasm b/mkdocs/docs/gamelan/attackey/dsp-module.wasm index 3eb388607bdbf5966b7726b3349a4a784cea470c..480cdbf03334cb7f2f1a61ec6d19317d8fe95c2a 100644 GIT binary patch delta 16 YcmaDqm+}2v#tn*IjAomayw0)!06p>sT>t<8 delta 16 YcmaDqm+}2v#tn*IjHa8Fyw0)!06pvmTmS$7 diff --git a/mkdocs/docs/gamelan/baliphone/create-node.js b/mkdocs/docs/gamelan/baliphone/create-node.js index 4991b8d..bd85746 100644 --- a/mkdocs/docs/gamelan/baliphone/create-node.js +++ b/mkdocs/docs/gamelan/baliphone/create-node.js @@ -80,7 +80,7 @@ const createFaustNode = async (audioContext, dspName = "template", voices = 0, s } /** - * Connects an audio input stream to a Faust audio node. + * Connects an audio input stream to a Faust WebAudio node. * * @param {AudioContext} audioContext - The Web Audio API AudioContext to which the Faust audio node is connected. * @param {string} id - The ID of the audio input device to connect. @@ -109,6 +109,8 @@ async function connectToAudioInput(audioContext, id, faustNode, inputStreamNode) }; /** + * Creates a Faust UI for a Faust audio node. + * * @param {FaustAudioWorkletNode} faustNode */ async function createFaustUI(divFaustUI, faustNode) { @@ -135,6 +137,9 @@ async function createFaustUI(divFaustUI, faustNode) { faustUI.resize(); }; +/** + * Request permission to use motion and orientation sensors. + */ async function requestPermissions() { // Explicitly request permission on iOS before calling startSensors() diff --git a/mkdocs/docs/gamelan/baliphone/dsp-meta.json b/mkdocs/docs/gamelan/baliphone/dsp-meta.json index 3162bea..b86265b 100644 --- a/mkdocs/docs/gamelan/baliphone/dsp-meta.json +++ b/mkdocs/docs/gamelan/baliphone/dsp-meta.json @@ -159,7 +159,7 @@ "soundfiles": "https://raw.githubusercontent.com/grame-cncm/GameLAN/master/baliphone" }, { - "version": "2.78.5" + "version": "2.78.6" } ], "ui": [ diff --git a/mkdocs/docs/gamelan/baliphone/dsp-module.wasm b/mkdocs/docs/gamelan/baliphone/dsp-module.wasm index 5f0f2ee5d85cd566ba18b9d241843b1fc5ad2422..2892c6fa07daa3bed1a5d98964df0e62990cae94 100644 GIT binary patch delta 16 YcmaF8iShL&#tk2W7|k|+460%S07>iz+yDRo delta 16 YcmaF8iShL&#tk2W7)>{S460%S07>Qt+W-In diff --git a/mkdocs/docs/gamelan/drone/create-node.js b/mkdocs/docs/gamelan/drone/create-node.js index 4991b8d..bd85746 100644 --- a/mkdocs/docs/gamelan/drone/create-node.js +++ b/mkdocs/docs/gamelan/drone/create-node.js @@ -80,7 +80,7 @@ const createFaustNode = async (audioContext, dspName = "template", voices = 0, s } /** - * Connects an audio input stream to a Faust audio node. + * Connects an audio input stream to a Faust WebAudio node. * * @param {AudioContext} audioContext - The Web Audio API AudioContext to which the Faust audio node is connected. * @param {string} id - The ID of the audio input device to connect. @@ -109,6 +109,8 @@ async function connectToAudioInput(audioContext, id, faustNode, inputStreamNode) }; /** + * Creates a Faust UI for a Faust audio node. + * * @param {FaustAudioWorkletNode} faustNode */ async function createFaustUI(divFaustUI, faustNode) { @@ -135,6 +137,9 @@ async function createFaustUI(divFaustUI, faustNode) { faustUI.resize(); }; +/** + * Request permission to use motion and orientation sensors. + */ async function requestPermissions() { // Explicitly request permission on iOS before calling startSensors() diff --git a/mkdocs/docs/gamelan/drone/dsp-meta.json b/mkdocs/docs/gamelan/drone/dsp-meta.json index 9d7a83d..a09a7a8 100644 --- a/mkdocs/docs/gamelan/drone/dsp-meta.json +++ b/mkdocs/docs/gamelan/drone/dsp-meta.json @@ -129,7 +129,7 @@ "soundfiles_lib_version": "1.7.0" }, { - "version": "2.78.5" + "version": "2.78.6" } ], "ui": [ diff --git a/mkdocs/docs/gamelan/drone/dsp-module.wasm b/mkdocs/docs/gamelan/drone/dsp-module.wasm index 145d887c32a96bb42c554819a6804aa6791b0186..c75d63d7f434af3ffc33617d7d55e45903d9e9be 100644 GIT binary patch delta 14 VcmZ1Sc_eZ}u{5LE<`U@uK>#nU1ycY3 delta 14 VcmX>Sc_eZ}u{5LU<`U@uK>#nO1yTS2 diff --git a/mkdocs/docs/gamelan/shakerxy/create-node.js b/mkdocs/docs/gamelan/shakerxy/create-node.js index 4991b8d..bd85746 100644 --- a/mkdocs/docs/gamelan/shakerxy/create-node.js +++ b/mkdocs/docs/gamelan/shakerxy/create-node.js @@ -80,7 +80,7 @@ const createFaustNode = async (audioContext, dspName = "template", voices = 0, s } /** - * Connects an audio input stream to a Faust audio node. + * Connects an audio input stream to a Faust WebAudio node. * * @param {AudioContext} audioContext - The Web Audio API AudioContext to which the Faust audio node is connected. * @param {string} id - The ID of the audio input device to connect. @@ -109,6 +109,8 @@ async function connectToAudioInput(audioContext, id, faustNode, inputStreamNode) }; /** + * Creates a Faust UI for a Faust audio node. + * * @param {FaustAudioWorkletNode} faustNode */ async function createFaustUI(divFaustUI, faustNode) { @@ -135,6 +137,9 @@ async function createFaustUI(divFaustUI, faustNode) { faustUI.resize(); }; +/** + * Request permission to use motion and orientation sensors. + */ async function requestPermissions() { // Explicitly request permission on iOS before calling startSensors() diff --git a/mkdocs/docs/gamelan/shakerxy/dsp-meta.json b/mkdocs/docs/gamelan/shakerxy/dsp-meta.json index 12b9370..5b4b30d 100644 --- a/mkdocs/docs/gamelan/shakerxy/dsp-meta.json +++ b/mkdocs/docs/gamelan/shakerxy/dsp-meta.json @@ -117,7 +117,7 @@ "soundfiles_lib_version": "1.7.0" }, { - "version": "2.78.5" + "version": "2.78.6" } ], "ui": [ diff --git a/mkdocs/docs/gamelan/shakerxy/dsp-module.wasm b/mkdocs/docs/gamelan/shakerxy/dsp-module.wasm index dcf5af830f1f36cd9d7a268b71f4787f1790ced9..76e33e011bc9b84c05a571c0b397106abe4587fa 100644 GIT binary patch delta 14 VcmbPeFwtPcYavFn&2NNMSph5h1wsG- delta 14 VcmbPeFwtPcYavF{&2NNMSph5b1wjA+ diff --git a/mkdocs/docs/gamelan/sinusoide/create-node.js b/mkdocs/docs/gamelan/sinusoide/create-node.js index 4991b8d..bd85746 100644 --- a/mkdocs/docs/gamelan/sinusoide/create-node.js +++ b/mkdocs/docs/gamelan/sinusoide/create-node.js @@ -80,7 +80,7 @@ const createFaustNode = async (audioContext, dspName = "template", voices = 0, s } /** - * Connects an audio input stream to a Faust audio node. + * Connects an audio input stream to a Faust WebAudio node. * * @param {AudioContext} audioContext - The Web Audio API AudioContext to which the Faust audio node is connected. * @param {string} id - The ID of the audio input device to connect. @@ -109,6 +109,8 @@ async function connectToAudioInput(audioContext, id, faustNode, inputStreamNode) }; /** + * Creates a Faust UI for a Faust audio node. + * * @param {FaustAudioWorkletNode} faustNode */ async function createFaustUI(divFaustUI, faustNode) { @@ -135,6 +137,9 @@ async function createFaustUI(divFaustUI, faustNode) { faustUI.resize(); }; +/** + * Request permission to use motion and orientation sensors. + */ async function requestPermissions() { // Explicitly request permission on iOS before calling startSensors() diff --git a/mkdocs/docs/gamelan/sinusoide/dsp-meta.json b/mkdocs/docs/gamelan/sinusoide/dsp-meta.json index e8e847b..e409b66 100644 --- a/mkdocs/docs/gamelan/sinusoide/dsp-meta.json +++ b/mkdocs/docs/gamelan/sinusoide/dsp-meta.json @@ -165,7 +165,7 @@ "signals_lib_version": "1.6.0" }, { - "version": "2.78.5" + "version": "2.78.6" } ], "ui": [ diff --git a/mkdocs/docs/gamelan/sinusoide/dsp-module.wasm b/mkdocs/docs/gamelan/sinusoide/dsp-module.wasm index 6aa0090bc7bd4983e0ea7d379c1d11be80ce3a7d..4b169d1986e61bc5ef87396e98c1bdcf1894a520 100644 GIT binary patch delta 16 XcmZ41!?>)6al>T?MzhUV9D-N@JBbE= delta 16 XcmZ41!?>)6al>T?M$^q#9D-N@JA(#(