Aluriak / Aluriak/MusicGenerator

Reorganize output/ directory

Ouverte
#12 3 commentaires 0 réactions 2 personnes assignées Réclamée par @Nuopel Voir sur GitHub
Discussion
Langage dominant
MATLAB
Étoiles
3
Forks
1
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

Currently, information about *how to this midi file was generated* are poorly stored in their name. For instance:

notesR_generated_by_double_independances.mid

Which gives the input notes and the generation method, but not the clustering method or the markov chain order.

A way to go is to create a hierarchy of directory, ending with something like : `output//

Then, another solution is to encode the data in a well known format named RDF:

[rdfs:label "myfavorite.mid"; mg:generationMethod "DI"; mg:abitraryProperty 42].

Which is readable as a file named *myfavorite.mid* generated using DI generation method and 42 as an arbitrary property.

The file hosting all the lines could be named *metadata.ttl*.

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.