[Csnd] Csound starting it's own GUI with OSC sliders in a browser
Date | 2018-06-23 13:46 |
From | Richard |
Subject | [Csnd] Csound starting it's own GUI with OSC sliders in a browser |
Using p5js libraries, this was a fun thing to do and it works: My webOSC.csd runs a python program, via: pyinit Content of startit.py: #! /usr/bin/env python This first starts the nodejs bridge program for handling ws/OSC conversion, than launches the index html page in the browser. The html loads the sketch.js script that has two p5 sliders sending 'OSC' data... Richard
|