https://github.com/farolfo/music-fiddle
Share music online in a simple and quick way, record with multitracks at the same time and share it without even being logged in. (The jsfiddle for music)
https://github.com/farolfo/music-fiddle
Last synced: 4 months ago
JSON representation
Share music online in a simple and quick way, record with multitracks at the same time and share it without even being logged in. (The jsfiddle for music)
- Host: GitHub
- URL: https://github.com/farolfo/music-fiddle
- Owner: farolfo
- License: mit
- Created: 2014-02-14T02:53:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-30T04:07:46.000Z (about 12 years ago)
- Last Synced: 2024-12-30T12:19:24.427Z (over 1 year ago)
- Homepage:
- Size: 630 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
music fiddle
============
_The jsfiddle for music_
An open source way to share music online in a simple and quick way, being able to record with multitracks at the same time and share it without even being logged in.
The key here is the HTML5 Audio API.
####Proof of concept (STILL IN PROGRESS)
* You will be able to record untill 5 mins., and that will be recorded in the cloud with the link available for anyone to listen to it.
* The server will have a limited space so we will delete the unseenests tracks in the db.
* After you share it, the other person is able to EDIT your track, so this app needs to support multitracking.
####What do we use?
The UI is hosted on GitHub pages. AngularJS, AngularUI (BootstrapUI and UIRoute), less, grunt, ...
The API is hosted on ???. NodeJS (or Scala?)
Under the MIT Liscence.