Aluriak / Aluriak/MusicGenerator

Reorganize output/ directory

オープン
#12 コメント 3 件 リアクション 0 件 担当者 2 名 @Nuopel が担当を希望しています GitHub で見る
Discussion
主要言語
MATLAB
スター
3
フォーク
1
PR マージ指標
30日以内にマージされた PR はありません

説明

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*.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。