Database of 4-op FM voices + fmtoy emscripten preview
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
vampi 79f293cd40 voices intval 2 months ago
api voices intval 2 months ago
client various backend fixes 2 months ago
.gitignore gitignore sublime workspace 2 months ago
.gitmodules fmtoy https submodule 2 months ago
NOTES.txt ntoe 2 months ago
README.md build instruction update 2 months ago
fm.sublime-project sublime project 2 months ago

README.md

fm

Project setup

git clone --recursive http://git.vampi.tech/vampi/fm.vampi.tech.git
(cd client && npm install)
(cd client/src/emsdk && ./emsdk install latest && ./emsdk activate latest && source ./emsdk_env.sh && cd ../fmtoy && make -f Makefile.emscripten all)
(cd api && composer install)

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build