Skip to content

Yuan-ManX/AutomaticMixingPapers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automatic mixing research

Tracking academic work in the field of automatic multitrack audio mixing.

View the live site 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
  1. 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" : ""
}
  1. 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
  1. Make a pull request with your changes after successfully pushing the changes.

Acknowledgments

Special thanks to Brecht De Man, Joshua D. Reiss, and Ryan Stables as their publication Ten Years of Automatic Mixing served as the foundation for this repository.

About

Important papers and associated code on automatic mixing research

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.6%
  • CSS 36.0%
  • JavaScript 13.4%