renfredxh / pulse

Interactive online rhythm editing tool

Home Page:http://pulse.renf.red

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pulse

Pulse is an interactive web-based rhythm editor built with Rails and Bankbone.js. I built it mainly for fun, as well as to showcase the capabilities of dynamically loading and playing synchronous audio via a client-side Javascript application.

Demo - pulse.renf.red

API

Pulse also offers an API for using sounds in other applications.

http://pulse.renfredh.in/instruments/1.json

{
	"id": 1,
	"name": "Fat Snare",
	"category": "snare",
	"sample":"/media/samples/snares/fatsnare"
}

About

Interactive online rhythm editing tool

http://pulse.renf.red

License:Apache License 2.0


Languages

Language:CSS 53.0%Language:Ruby 34.3%Language:JavaScript 11.3%Language:Shell 1.4%