Real-Time Music Collaborator is a platform which allows you and your friends make songs together in real-time!
Try it out for real here!
Prerequisite - Please use Google Chrome Canary browser for the MIDI capabilities!
- Features a step-sequencer with a huge amount of samples to click and create patterns and MIDI capabilities to record melodies over the top!
- Sample sound parameters are editable with EQ-3 and waveform selector
- MIDI synthesiser has two editable ocsillators and once melody is recorded you can edit the waveform it creates
- Manage your created tracks in your user portal
- Install MongoDB locally
- Run
npm install
- Open 2 tabs in command window
- On first tab run command
mongod
- On second tab run
npm start
- Open browser at
http://localhost:3000
- ENJOY!