gogins / silencio

Algorithmic composition for Csound in Lua and JavaScript.
2 stars 0 forks source link

Automatic generation of user interface from Csound orchestra code #5

Closed gogins closed 8 years ago

gogins commented 8 years ago

Automatically generate a dat.gui or other user interface from a Csound orchestra using the DOM by introspecting Csound orchestra code for global variables, channels, or special comments. This may be tricky because it may be necessary to dynamically create both Csound and HTML/JavaScript code. But it is a desirable objective.

gogins commented 8 years ago

Decided not to do this. I had figured out how to generate the Csound code and the dat.gui widgets, but I had not figured out to generate the dat.gui parameters, which need to be part of the original source code and this either is not possible or is a real hack.