Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csteinmetz1/automaticmixingpapers
Important papers and associated code on automatic mixing research
https://github.com/csteinmetz1/automaticmixingpapers
automatic-mixing intelligent-music-production research
Last synced: about 2 months ago
JSON representation
Important papers and associated code on automatic mixing research
- Host: GitHub
- URL: https://github.com/csteinmetz1/automaticmixingpapers
- Owner: csteinmetz1
- License: mit
- Created: 2017-12-12T17:39:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-01T09:29:47.000Z (almost 3 years ago)
- Last Synced: 2023-03-04T02:09:07.912Z (almost 2 years ago)
- Topics: automatic-mixing, intelligent-music-production, research
- Language: HTML
- Homepage: https://csteinmetz1.github.io/AutomaticMixingPapers
- Size: 3.11 MB
- Stars: 81
- Watchers: 7
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Automatic mixing research
Tracking academic work in the field of automatic multitrack audio mixing.View the live site [csteinmetz1.github.io/AutomaticMixingPapers](https://csteinmetz1.github.io/AutomaticMixingPapers/).
## Contributing
To add new publications follow the instructions below:1. Fork the repo.
2. Clone your fork to a local directory.
```
git clone https://github.com/YOUR-USERNAME/AutomaticMixingPapers.git
```3. Edit the data/research.json file and add a new entry, for example:
```
{
"title" : "A real-time semiautonomous audio panning system for music mixing",
"author" : "E. Perez Gonzalez and J. D. Reiss",
"year" : 2010,
"category" : "Panning",
"approach" : "KBS",
"pdf" : "https://asp-eurasipjournals.springeropen.com/articles/10.1155/2010/436895",
"code" : "",
"demo" : ""
}
```4. Stage and commit your changes, then push them to your fork.
```
git add data/datasets.json
git commit -m "adding panning paper from E. Perez Gonzalez and J. D. Reiss"
git push
```5. Make a pull request with your changes after successfully pushing the changes.
## Acknowledgments
Special thanks to [Brecht De Man](http://www.brechtdeman.com/index.html), [Joshua D. Reiss](http://www.eecs.qmul.ac.uk/~josh/), and [Ryan Stables](http://www.ryanstables.co.uk) as their publication [Ten Years of Automatic Mixing](http://www.brechtdeman.com/publications/pdf/WIMP3.pdf) served as the foundation for this repository.