Files of check-in [98d75a3ee4] in the top-level directory
webradio
webradio provides an htmlwidgets that passes parameters to Javascript sound functions, facilitating the composition of parametrized music in Shiny.Using webradio
Install like so.R -e "install.packages(c('htmlwidgets', 'shiny'))" wget https://thomaslevine.com/scm/webradio/uv/webradio_0.1.tar.gz R CMD INSTALL bradio_0.1.tar.gz
I recall that bradio did not work in new versions of the dependencies. You may need to install the exact versions listed in the DESCRIPTION.
Modifying bradio
You can get the source code with fossilfossil clone https://thomaslevine.com/scm/webradio webradio.fossil mkdir webradio cd webradio fossil open ../webradio.fossil
or as a tarball. Once you have the source code, you can build and install like this.
make dep make make install