KO
|
EN
gitlite — search
Search
#python
#pytorch
#docker
#kubernetes
#python3
#react
#typescript
#postgresql
#prisma
#scss
#javascript
#deep-learning
beatbox
★ 49
Open GitHub ↗
Collaborative drum machine with Meteor
Download README (.md)
Explore Similar Repositories
crash-lab
:
A library for testing stability of web apps
JPXUIWebViewJSBridge
:
simplify invocation between Objective C and Javascript Code.
unBand
:
Take full advantage of your Microsoft Band - from Theme customization to data export.
surveil
:
MOVED: now at https://opendev.org/x/surveil
meteor-munit
:
Unit test suites for meteor packages
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
beatbox
?
Download (.md)
Beatbox ======= Collaborative, realtime, fully reactive drum machine built on top of the [Meteor](https://www.meteor.com/) web framework. #### Setup 1. Define the server configurations for relevant login services. See the [Meteor Documentation](http://docs.meteor.com/#/full/meteor_loginwithexternalservice) section on the service-configuration package. #### Run Make sure you have Meteor installed $ git clone https://github.com/yoavz/beatbox.git $ cd beatbox $ meteor #### Todo 1. ~~Track user sessions, be able to display "n users collaborating"~~ 2. ~~Public and private rooms, read-only support~~ 3. Better message flashing/feedback 4. More and better instruments 5. Proper redesign 6. Chat #### Technologies 1. [Meteor](https://www.meteor.com) 2. [Web Audio API](https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html)