JSONloops
JSONloops copied to clipboard
JSONloops is a real-time, multiuser audio sequencer for node.js and the browser.
Chains a _try player=require("sdlmixer")_ block during setup in play.js before falling back on the player stub.
Hello Marak! I am migrationBot, an [open-source](https://github.com/blakmatrix/node-migrator-bot) bot, and I'm here to help you migrate your codebase to node v0.8! Did you know that the "sys" module throws an error...
JSONloops should be able to load samples dynamically from Soundcloud based on searches from the browser UI. Users should be able to assemble custom kits based on searched sounds, then...
Installation and configuration is going to be a pita for anyone who wants to start hacking. They'll need to build node as 32bit (and install irrKlang? not sure if its...
Branch @ https://github.com/catshirt/JSONloops/tree/osc Deps @ https://github.com/catshirt/node-osc
To keep this simple, we should create a server-side command that will spawn a child process that takes the current loop and streams it to disk as a wav or...
Using http://www.schillmania.com/projects/soundmanager2/ and pending the completion of: https://github.com/Marak/JSONloops/issues#issue/7 we should add the ability to enable audio playback in the browser.
We need to have an easy way to attach meta-data to a track or a beat. Some examples would be: track.volume track.pan beat.velocity I'm not sure the best way to...
Create a JSON schema to express how JSONloops are constructed. With this schema we can use existing validator tools to check if a loop is constructed properly and throw friendly...