-
Notifications
You must be signed in to change notification settings - Fork 4
OSC
Hans Lindetorp edited this page Oct 25, 2023
·
1 revision
WAXML can be configured to receive OSC messages from a specified address. Those messages can trig and stop envelopes, audioBuffers etc. (please see Trig and stop or set a variable (see var).
// To trig the envelope below, the OSC application emits the following string
"/waxml/trig/env_trig"
// To stop the envelope below, the OSC application emits the following string
"/waxml/stop/env_trig"
// To set the variable 'var1' below to 100, the OSC application emits the following string
"/waxml/set/var1/100"
<Audio
xmlns="https://www.w3schools.com"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://www.w3schools.com https://momdev.se/lindetorp/waxml/scheme_1.16.xsd"
version="1.0"
timeUnit="ms"
gain="0dB"
controls="true"
osc="localhost:3000>
<var name="var1" />
<Envelope ADSR="0,10,50,30" trig="env_trig" stop="env_stop" max="1" />
</Audio>
Please follow my research journey at http://hans.arapoviclindetorp.se and https://www.facebook.com/hanslindetorpresearch/
- Collaborative music-making: special educational needs school assistants as facilitators in performances with accessible digital musical instruments (Frontiers in Computer Science 2023)
- Playing the Design: Creating Soundscapes through Playful Interaction (SMC2023)
- Accessible sonification of movement: A case in Swedish folk dance (SMC2023)
- Evaluating Web Audio for Learning, Accessibility, and Distribution (JAES2022)
- Audio Parameter Mapping Made Explicit Using WebAudioXML (SMC2021)
- Putting Web Audio API To The Test: Introducing WebAudioXML As A Pedagogical Platform (WAC2021)
- Sonification for everyone everywhere – Evaluating the WebAudioXML Sonification Toolkit for browsers (ICAD2021)
- WebAudioXML: Proposing a new standard for structuring web audio (SMC2020)