OSC controlled visual (used with motion controller) Also see https://git.kompot.si/g1smo/pifcamp-2021
 
 
 
 
 
 
Go to file
Jurij Podgoršek 3128d02eff Premik glasbene mize v svoj fajn, nazaj star test.js 2025-02-27 23:42:33 +01:00
guile Cudna animacija (ampak zabavna) 2025-02-27 21:29:06 +01:00
hoot WIP hoot verzija 2025-02-27 23:38:43 +01:00
sc Dodani supercollider patchi 2022-05-05 19:39:06 +02:00
.gitignore Dodan midi, resetiranje povezave WIP 2022-04-23 15:33:54 +02:00
LICENSE
README.org Readme update 2022-03-05 15:05:30 +01:00
anim.js Kalibracija, zogice 2022-11-30 12:55:09 +01:00
control.html WIP OSC in browser, quaternions 2021-08-12 18:10:19 +02:00
control.js WIP OSC in browser, quaternions 2021-08-12 18:10:19 +02:00
glasbena-miza.html Premik glasbene mize v svoj fajn, nazaj star test.js 2025-02-27 23:42:33 +01:00
glasbena-miza.js Premik glasbene mize v svoj fajn, nazaj star test.js 2025-02-27 23:42:33 +01:00
gshell.sh Guix fajli, puredata patch za sprejemnik 2025-02-27 23:38:06 +01:00
index.html WIP quaternioni 2021-12-24 07:17:42 +01:00
manifest.scm Guix fajli, puredata patch za sprejemnik 2025-02-27 23:38:06 +01:00
osctl.js Manjse posodobitve js-a animacije 2025-02-27 23:26:00 +01:00
package-lock.json Dep update 2024-10-18 15:57:20 +02:00
package.json Dep update 2024-10-18 15:57:20 +02:00
receive.pd Guix fajli, puredata patch za sprejemnik 2025-02-27 23:38:06 +01:00
server.js Manjse posodobitve js-a animacije 2025-02-27 23:26:00 +01:00
test.html OSC control, tweaking 2021-08-14 15:15:16 +02:00
test.js Premik glasbene mize v svoj fajn, nazaj star test.js 2025-02-27 23:42:33 +01:00

README.org

wavey wind

OSC controlled visual (used with motion controller)

Also see https://git.kompot.si/g1smo/pifcamp-2021

Running

  1. Install dependencies `npm i`
  2. Serial port `node server.js /dev/ttyUSB0 115200`
  3. Bluetooth `node server.js /dev/rfcomm0 115200`
  4. WiFi `node server.js` (wait for it)

older prototypes

history

The original animation, modularized with sliders, was first "exhibited" on october 6th 2017 in Modri kot, a beautiful space for performance that used to be on the side of the autonomous factory Rog in Ljubljana, which was evicted by force on january 19th 2021 by the municipality to pave way for future gentrification. Special thanks to Zala and Lio for hosting me during early development and Tisa Neža for curating the first performance.

bluetooth

  1. Pair the device (named "wavey wind")
  2. Find the MAC address
  3. Add a serial port (change MAC accordingly) `sudo rfcomm bind 0 98:CD:AC:63:78:9A`
  4. Run the server with the bluetooth address `node server.js /dev/rfcomm0`