Created
March 9, 2015 00:59
-
-
Save watilde/7427ecd77fe877895114 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 分けて表現する | |
* + 譜面の情報 | |
* + 構造(繰り返しとか) | |
* + 演奏情報(タイミング、高さとか絶対いるやつ) | |
* + 演奏表現情報(音の大きさとかなくてもどうにかなるやつ) | |
**/ | |
// 譜面の情報に必要そうなもの | |
config = { | |
title: "foo", | |
author: "Taro" | |
key: "D", | |
bpm: 120 | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment