dxinteractive / xenpaper

Repo for xenpaper.com
https://xenpaper.com
MIT License
31 stars 4 forks source link

Export sound file #38

Open dxinteractive opened 3 years ago

dxinteractive commented 3 years ago

Tonejs' native way doesn't appear to work for me (latest chrome osx) https://tonejs.github.io/docs/14.7.39/Recorder

moxious commented 3 years ago

+1 to this. A thing I've wanted to build for a long time is a mini app that translates short strings (like tweets) into music via a set of rules that's a little bit complicated. The xenpaper "language" gives me this, (so I'm looking into it) but export sound file is the first feature I'm looking for. This would enable something like a twitter bot to post links to the sound files, rather than to the UI with the language.

E.g. if I had (env:6860)"0---... as my desired "music string" then basically some way of turning that string into a wav or midi file that could be embedded in other platforms.