Popularity
2.1
Stable
Activity
0.0
Declining
108
8
7

Code Quality Rank: L5
Programming language: Ruby
License: MIT License
Tags: Misc/Other    

Musical Artifacts alternatives and similar software solutions

Based on the "Misc/Other" category.
Alternatively, view Musical Artifacts alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Musical Artifacts or a related project?

Add another 'Misc/Other' Software solution

README

Musical Artifacts

Helping to catalog, preserve and free the artifacts you need to produce music.

Donate via Paypal Donate via Paypal

Travis Build Code Climate Test Coverage Security Checks Docs

Read the wiki

Issue Board

What?

Musical Artifacts is a web application with the objective of helping musicians find, share and preserve the 'artifacts' that they use for producing their music. It also aims to be a de facto guideline of how to best preserve these artifacts so that they're are useful to the biggest number of people possible.

Why?

Artists want to work with art. Musicians want to make music.

I had the idea of creating this application when I found myself struggling to find the samples I needed online and saw that some free music libraries that I had in my hard drive where now almost impossible to find anywhere. Let musicians find what they're looking for quicker so that they have more time to work on their craft.

Another big concern is to promote resources which are free but also use open licenses and are not restrictive of derivative works or distribution. Artists tend to be protective of their intelectual creations and more often than not want to limit the kind of uses or distribution that is made of it, which in turn creates situations where if the original creator is gone or doesn't care anymore his contributions could get lost in the ether of the web. That is why open licensing and preserving the artifacts is a vital part of this project.

How?

This catalog is constructed abiding by the simple principle that a "musical artifact" is some kind of tool, file or idea which can be used to aid in the making of music, also it should preferably be distributed using a free (libre) license as to make it useful to the community at large. This usefulness is measured sequentially by these 5 simple steps. You can stop at any one of them, but the closer you get to the end the better:

  1. Creation: You've created a musical artifact which can be used to aid in the process of music making. (What constitutes a musical artifact)

  2. Access: You've made it accessible, available and usable to others in some fashion. (How to host files?)

  3. Licensing: You've licensed it using a free/libre license which is not restrictive of different uses, distribution and/or modification. (Learn about open licenses)

  4. Open Format: You've made it available in an open or well documented file format which can be used by a good number of open source software. (List of open formats)

  5. Document it: You've crafted some kind of basic or advanced description of it's usage, technical details, tips n' tricks, and/or sample works created using it. ([Example of good documentation](#))

Registering a new resource

Read more on the Creating a new artifact wiki page.

Resources can be registered in the new artifact page in '/artifacts/new' and currently need to be approved by an admin before they appear on the index.

API Access

The application URLS can be request in json format for consumption by other applications. Some examples:

GET /artifacts.json # listing all artifacts

GET /artifacts.json?q=guitar # artifacts resulting of a search for 'guitar'

GET /artifacts/42.json # get the artifact with id 42

See the API for more examples and JSON object format or just make a search using the search bar and copy the URL using a JSON format.

Development

For more details see the Development page on the wiki.

Reporting a problem

On a hosted file

Each file has a comment section and problems or additional information can be posted there.

Dev

Bugs, feature requests, documentation enhancements and almost anything related to development goes on the github issues page

Website Data

All the files and databases collected as part of the Musical Artifacts project can be downloaded from: https://data.musical-artifacts.com. There you'll find a database of all the artifacts, all the uploaded files as well as a json representation of all the data.

There's also repository for this json data if you like this kind of stuff.

Credits

Open Source Projects

  • Ruby on Rails + libraries, see gemfile
  • Juvia for comments
  • Piwik for analytics

Art/Graphics

Related projects / Inspirations

Translations

Resources

TODO: Thank all the artists/engineers/programmers who gave resources


*Note that all licence references and agreements mentioned in the Musical Artifacts README section above are relevant to that project's source code only.