-
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 9a563b3
Showing
2 changed files
with
101 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
ISC License | ||
|
||
Copyright (c) 2016, Adrian Sieber | ||
|
||
Permission to use, copy, modify, and/or distribute this software for any | ||
purpose with or without fee is hereby granted, provided that the above | ||
copyright notice and this permission notice appear in all copies. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
# Awesome Music Production | ||
|
||
A curated list of software and resources to create music. | ||
|
||
|
||
## Audio Workstations | ||
|
||
- [Ableton] | ||
- [Cubase] | ||
- [Garage Band] | ||
- [Logic Pro X] | ||
- [Pro Tools] | ||
- [Reaper] - Complete digital audio production application for Windows and OS X. | ||
|
||
[Ableton]: https://ableton.com/live | ||
[Cubase]: http://steinberg.net/products/cubase | ||
[Garage Band]: https://apple.com/mac/garageband | ||
[Logic Pro X]: https://apple.com/logic-pro | ||
[Pro Tools]: http://avid.com/products/pro-tools-software | ||
[Reaper]: http://reaper.fm | ||
|
||
|
||
## Online | ||
|
||
- [Websynths] | ||
- [Looplabs] - Cloud based music studio. | ||
- [Jamwithchrome] - Play music live with your friends online. | ||
- [Loopjs] - Live Electronic Music Performance Software. | ||
- [Lissajous] - A tool for programmatic audio performance in the browser. | ||
- [Keithwhor.com/music] - Musical Keyboard - JS Dynamic Audio Synth. | ||
|
||
[Websynths]: http://websynths.com | ||
[Looplabs]: https://looplabs.com | ||
[Jamwithchrome]: http://jamwithchrome.com | ||
[Loopjs]: http://loopjs.com | ||
[Lissajous]: https://github.com/kylestetz/lissajous | ||
[Keithwhor.com/music]: http://keithwhor.com/music/ | ||
|
||
|
||
## Libraries | ||
|
||
- [Tuna] - An audio effects library for the Web Audio API. | ||
- [Tone.js] - A Web Audio framework for making interactive music in the browser. | ||
- [Band.js] - Music composer interface for the Web Audio API. | ||
- [Node Speaker] - Output PCM audio data to the speakers | ||
- [Blip] - Sweet, sugary goodness for looping and sampling with the Web Audio API. | ||
- [Tonal] | ||
|
||
[Tuna]: https://github.com/Theodeus/tuna | ||
[Tone.js]: https://github.com/Tonejs/Tone.js | ||
[Band.js]: https://github.com/meenie/band.js | ||
[Node Speaker]: https://github.com/TooTallNate/node-speaker | ||
[Blip]: http://jshanley.github.io/blip | ||
[Tonal]: https://github.com/danigb/tonal | ||
|
||
|
||
## Knowledge | ||
|
||
- [youtube.com/i_0DXxNeaQ0] - The science and mathematics of music. | ||
|
||
[youtube.com/i_0DXxNeaQ0]: http://youtube.com/watch?v=i_0DXxNeaQ0 | ||
|
||
|
||
## Apps | ||
|
||
- [Auxy](http://auxy.co) - Modern instruments for mobile creators. | ||
|
||
|
||
## Webapps | ||
|
||
- [Arpeggiator](http://arpeggiator.desandro.com) | ||
|
||
|
||
## Guitar | ||
|
||
- [Fretboard] | ||
- [UkeGeeks] - Creates fingering diagrams by reading plain text or ChordPro ukulele songs. | ||
- [Chordata] - A dummy chordbook for mandolin, ukulele and guitar. | ||
- [UkuleleSongbook] | ||
- [Ukutabs] - source for ukulele tabs, chords, tips, tools, guides | ||
|
||
[Fretboard]: https://github.com/AlexMost/fretboard | ||
[UkeGeeks]: https://github.com/buzcarter/UkeGeeks | ||
[Chordata]: https://github.com/starenka/chordata | ||
[UkuleleSongbook]: https://github.com/casertap/UkuleleSongbook | ||
[Ukutabs]: https://ukutabs.com |