Skip to content

Instantly share code, notes, and snippets.

@watilde
Created March 9, 2015 00:59
Show Gist options
  • Save watilde/7427ecd77fe877895114 to your computer and use it in GitHub Desktop.
Save watilde/7427ecd77fe877895114 to your computer and use it in GitHub Desktop.
/**
* 分けて表現する
* + 譜面の情報
* + 構造(繰り返しとか)
* + 演奏情報(タイミング、高さとか絶対いるやつ)
* + 演奏表現情報(音の大きさとかなくてもどうにかなるやつ)
**/
// 譜面の情報に必要そうなもの
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