Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hatsumatsu/108
A minimal beat machine played in the browser.
https://github.com/hatsumatsu/108
beatbox instrument javascript music sound
Last synced: 25 days ago
JSON representation
A minimal beat machine played in the browser.
- Host: GitHub
- URL: https://github.com/hatsumatsu/108
- Owner: hatsumatsu
- License: mit
- Created: 2016-04-27T11:06:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T09:32:20.000Z (almost 7 years ago)
- Last Synced: 2024-08-03T16:09:56.956Z (4 months ago)
- Topics: beatbox, instrument, javascript, music, sound
- Language: JavaScript
- Homepage:
- Size: 2.05 MB
- Stars: 204
- Watchers: 5
- Forks: 22
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-javascript-audio - hatsumatsu/108 - a slick, minimalist circular beat sequencer (MIDI instruments / Sequencers & Trackers)
README
# 108
*108 is a minimal beat machine featuring 5 classic samples that can be arranged on a 16 step loop running 108 bpm.*
## Demo
[http://martinwecke.de/108/](http://martinwecke.de/108/)
## Setup
+ Clone the repo in your local development environment.
+ Make sure `node`, `npm`, and `grunt` are installed globally
+ Run `npm install` and
+ `grunt` inside the project root.## 👋
The app is built using some really great libraries:
- [Tone.js](https://github.com/Tonejs/Tone.js)
- [Snap.svg](https://github.com/adobe-webplatform/Snap.svg)
- [GreenSock Animation Platform](https://github.com/greensock/GreenSock-JS)
- [WebAudioRecorder.js](https://github.com/higuma/web-audio-recorder-js)