Skip to content

Instantly share code, notes, and snippets.

@shakesoda
Created January 8, 2014 19:20
Show Gist options
  • Save shakesoda/8322708 to your computer and use it in GitHub Desktop.
Save shakesoda/8322708 to your computer and use it in GitHub Desktop.
--
This format is meant to be very easy to parse, flexible and deterministic. A
section may only be defined once. If multiple are defined using the same
identifier then only the first will be parsed.
Sections are marked by lines beginning with -- <identifier>. Blank identifiers
or ones that aren't searched for will be completely ignored and may contain
anything. Spaces, Tabs, and Newlines (LF, CRLF) are ignored.
Note: the version tag is _required_ to guarantee compatibility - if you don't
specify it the file will still work, but is not guaranteed to be compatible
with future revisions.
-- meta
title Connect
artist ClariS
genre J-Pop
version 1
-sm-banner connect-bn.png
-- timing
// bpm <time> <newBPM>
bpm 0 120
bpm 5000 140
-- chart.dance.single.medium
// row <time>, <note data>, <note coloring hint> [, reserved for future usage]
// note data: 1=tap,h=hold,r=roll,m=mine,l=lift
def 1 tap
def h hold
row 1000,. . . 1,4
row 1300,. 1 . .,8
row 1420,. 1 . 1,16
row 1550,1 1 . .,16
row 1600,. 1 . .,4
row 1650,. . 1 .,4
row 1700,. 1 . .,8
row 1750,. . 1 .,4
row 1920,. . . h:2000,4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment