caves and stuff

Former-commit-id: 248077312d8561ad01819a43a4c4a5205c122ff4
Former-commit-id: f4dc915a66bd26338376b9d6008f136fb36b3060
This commit is contained in:
Song Minjae
2017-01-30 22:39:34 +09:00
parent dbdee14481
commit 12b04fabdf
7 changed files with 355 additions and 18 deletions

View File

@@ -26,13 +26,13 @@ Connect two or more tracker head to play the array of trackers play simultaneous
<actorid>.json
{
notes = [arr<int>, fixed size of 48],
notes = [arr<key: Int>(64)], // 64 notes per track
speed = 120
}
*int: (0-63) number of the note pitch that is struck. 32: Middle C (C3).
'A' just above of Middle C (A3) has base pitch of 440 Hz.
*speed: in BPM
- key: C1-D6 (63 keys)
- speed: in BPM
- tuning: A440
## Aimhack ##