More like knäckebröd, har jag rätt?
- Every wav/mp3/ogg file you add to
samples/
will be glorified instantaneously - Responsive search
- Direct, obfuscated, linking to soundbytes
- Press Enter in the search bar to play a random sample. (This also works when a (partial) search term is entered.)
- Hold shift to play soundbytes simultaneously
- Hold control to play soundbytes on a loop
- Maximum overkill
Samples not included!
- Add some sound samples to
samples/
. - Build the project by executing
build.sh
orbuild.bat
depending on platform. - Optional: Start a development server by executing
server.sh
orserver.bat
.
Building the soundboard requires having Node.js, PHP and Composer installed on your system.
> gulp build [--no-compress] [--sourcemaps] # Simple calls the other build tasks
> gulp build:scripts # Same options as gulp build
> gulp build:styles # Same options as gulp build
> gulp build:fontello
> gulp watch [--no-compress] [--sourcemaps] [--livereload] # Simply calls the other watch tasks
> gulp watch:scripts # Same options as gulp watch
> gulp watch:styles # Same options as gulp watch
> gulp php-server
To live reload scripts and styles you need to have one of these extensions installed and use the --livereload
option on the gulp watch
tasks.
There's an API documentation for that on the wiki!
Design by Mesoptier!