this repo will no loinger receive updates
a sunvox player for ur website
a small and basic sunvox player to embed in your website. it plays back a random or selected sunvox project, with the intent of being used for generative and noisy patches.
A demo of this repo can be found at this link. if it's not working there im working on it/depressed/please submit a pr lol
- NEW!! two buttons
- a volume slider
- a song picker
- song info
- place the svPlayer folder wherever in your website's directory structure you want
- put your .sunvox projects in the
svPlayer/projectsfolder - edit player.css if you want
- load
svPlayer/player.phpinto an<embed>tag wherever u want- you can use
?p=<project.sunvox>to load the fileprojects/<project.sunvox> ?vgives more verbose song info output?fdisplays a song picker, which lists songs in theprojects/directory. it assumes ur replacing-spaces-with-hypheens in filenames and removes them; check out thestr_replacecommand on line 14 to change this?dhides download links in the file picker
- you can use
- make it handle there being an empty project directory instead of jsut not drawing writing anything (some example projects have been added so u can quickly make sure shit works)
- make it stop LFO-driven projects
- make it more pretty
powered by and based on the sunvox library if u didnt catch on special thanks to sk0 in the discord for being patient lmao