1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/stageguard-SkyAutoPlayerScript

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
shared_sheets.json 92 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
StageGuard Отправлено 08.11.2022 03:59 50db95a
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171
{
"sheets": [
{
"name": "人鱼的眼泪",
"file": "人鱼的眼泪.txt",
"author": "心酸的邂逅",
"desc": "<a href=mailto:3200546245@qq.com>@心酸的邂逅<a/> 分享乐谱 人鱼的眼泪",
"bpm": 552,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 5,
"noteCount": 1254,
"social": [
{
"platform": "mail",
"name": "3200546245@qq.com",
"link": "3200546245@qq.com"
}
]
},
{
"name": "漠河舞厅.",
"file": "漠河舞厅.txt",
"author": "柳爽",
"desc": "<a href=mailto:31610766@qq.com>@我睡着的时候不困0v0<a/> 分享乐谱 漠河舞厅.",
"bpm": 280,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 878,
"social": [
{
"platform": "mail",
"name": "31610766@qq.com",
"link": "31610766@qq.com"
}
]
},
{
"name": "rush e",
"file": "rush e.txt",
"author": "小柒不会玩红石",
"desc": "<a href=mailto:2126859202@qq.com>@小柒不会玩红石<a/> 分享乐谱 rush e",
"bpm": 1024,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 2465,
"social": [
{
"platform": "mail",
"name": "2126859202@qq.com",
"link": "2126859202@qq.com"
}
]
},
{
"name": "那女孩对我说(完整版)",
"file": "那女孩对我说(完整版).txt",
"author": "Hxina",
"desc": "<a href=mailto:xicisw@gmail.com>@Hxina<a/>完整版《那女孩对我说》",
"bpm": 320,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 610,
"social": [
{
"platform": "mail",
"name": "xicisw@gmail.com",
"link": "xicisw@gmail.com"
}
]
},
{
"name": "相思(无和弦)",
"file": "相思(无和弦).txt",
"author": "Hxina",
"desc": "<a href=mailto:xicisw@gmail.com>@Hxina<a/>简易《相思(无和弦)》",
"bpm": 160,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 230,
"social": [
{
"platform": "mail",
"name": "xicisw@gmail.com",
"link": "xicisw@gmail.com"
}
]
},
{
"name": "夜空中最亮的星",
"file": "夜空中最亮的星.txt",
"author": "Hxina",
"desc": "<a href=mailto:xicisw@gmail.com>@Hxina<a/>15键简易钢琴版《夜空中最亮的星》",
"bpm": 240,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 268,
"social": [
{
"platform": "mail",
"name": "xicisw@gmail.com",
"link": "xicisw@gmail.com"
}
]
},
{
"name": "多情种",
"file": "多情种.txt",
"author": "酷安@Leotoast",
"desc": "酷安 <a href=http://www.coolapk.com/u/2260385>@Leotoast<a/> 分享乐谱 多情种",
"bpm": 227,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 544,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2260385"
}
]
},
{
"name": "莫文蔚 - 这世界那么多人",
"file": "这世界那么多人.txt",
"author": "酷安@ZyaIreZ",
"desc": "酷安 <a href=http://www.coolapk.com/u/1376183>@ZyaIreZ<a/> 分享乐谱 这世界那么多人\n2022春晚上韩红唱的歌",
"bpm": 317,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 957,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1376183"
}
]
},
{
"name": "冬日恋歌(My Memory)",
"file": "冬日恋歌(My Memory).txt",
"author": "酷安@你们很有趣呢",
"desc": "酷安 <a href=http://www.coolapk.com/u/2416229>@你们很有趣呢<a/> 分享乐谱 冬日恋歌(My Memory)",
"bpm": 312,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 7,
"noteCount": 733,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2416229"
}
]
},
{
"name": "阿拉斯加海湾",
"file": "阿拉斯加海湾.txt",
"author": "酷安@星释槐",
"desc": "酷安 <a href=http://www.coolapk.com/u/2168596>@星释槐<a/> 分享乐谱 阿拉斯加海湾",
"bpm": 240,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 1086,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2168596"
}
]
},
{
"name": "冬眠",
"file": "冬眠.txt",
"author": "酷安@星释槐",
"desc": "酷安 <a href=http://www.coolapk.com/u/2168596>@星释槐<a/> 分享乐谱 冬眠",
"bpm": 240,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 294,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2168596"
}
]
},
{
"name": "Jason Huang - 高洁的教皇",
"file": "高洁的教皇.txt",
"author": "酷安@ZyaIreZ",
"desc": "酷安 <a href=http://www.coolapk.com/u/1376183>@ZyaIreZ<a/> 分享乐谱 Jason Huang - 高洁的教皇\nJOJO的奇妙冒险 花京院处刑曲",
"bpm": 584,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 818,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1376183"
}
]
},
{
"name": "李玉刚 - 万疆",
"file": "万疆.txt",
"author": "酷安@ZyaIreZ",
"desc": "酷安 <a href=http://www.coolapk.com/u/1376183>@ZyaIreZ<a/> 分享乐谱 李玉刚 - 万疆",
"bpm": 240,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 509,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1376183"
}
]
},
{
"name": "穿越时空的思念",
"file": "穿越时空的思念-ZyaIreZ.txt",
"author": "酷安@ZyaIreZ",
"desc": "酷安 <a href=http://www.coolapk.com/u/1376183>@ZyaIreZ<a/> 分享乐谱 穿越时空的思念\n犬夜叉",
"bpm": 440,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 496,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1376183"
}
]
},
{
"name": "琴师",
"file": "琴师.txt",
"author": "酷安@ZyaIreZ",
"desc": "酷安 <a href=http://www.coolapk.com/u/1376183>@ZyaIreZ<a/> 分享乐谱 琴师\n音频怪物 - 琴师",
"bpm": 240,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 285,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1376183"
}
]
},
{
"name": "花海",
"file": "花海.txt",
"author": "大锤",
"desc": "<a href=https://space.bilibili.com/68420360>bilibli用户(次卡安)<a/>共享乐谱 花海",
"bpm": 120,
"keyCount": 15,
"pitchLevel": 3,
"noteCount": 320,
"social": [
{
"platform": "bilibili",
"name": "哔哩哔哩",
"link": "https://space.bilibili.com/68420360"
}
]
},
{
"name": "李香兰(和弦版)",
"file": "李香兰(和弦版).txt",
"author": "大锤",
"desc": "<a href=https://space.bilibili.com/68420360>bilibli用户(次卡安)<a/>共享乐谱 李香兰 \n 星爷在国产凌凌漆电影中弹奏",
"bpm": 150,
"keyCount": 15,
"pitchLevel": 3,
"noteCount": 226,
"social": [
{
"platform": "bilibili",
"name": "哔哩哔哩",
"link": "https://space.bilibili.com/68420360"
}
]
},
{
"name": "所念皆星河(无和弦)",
"file": "所念皆星河(无和弦).txt",
"author": "酷安@ZyaIreZ",
"desc": "酷安 <a href=http://www.coolapk.com/u/1376183>@ZyaIreZ<a/> 分享乐谱 所念皆星河(无和弦)\n只有半首,后面的不想弄了累…",
"bpm": 240,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 312,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1376183"
}
]
},
{
"name": "所念皆星河(和弦)",
"file": "所念皆星河(和弦).txt",
"author": "酷安@ZyaIreZ",
"desc": "酷安 <a href=http://www.coolapk.com/u/1376183>@ZyaIreZ<a/> 分享乐谱 所念皆星河(和弦)\n只有半首,后面的不想弄了累…",
"bpm": 240,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 563,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1376183"
}
]
},
{
"name": "我和我的祖国",
"file": "我和我的祖国.txt",
"author": "酷安@ZyaIreZ",
"desc": "酷安 <a href=http://www.coolapk.com/u/1376183>@ZyaIreZ<a/> 分享乐谱 我和我的祖国\n迟到的国庆特辑",
"bpm": 450,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 254,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1376183"
}
]
},
{
"name": "成龙 - 国家",
"file": "成龙 - 国家.txt",
"author": "酷安@ZyaIreZ",
"desc": "酷安 <a href=http://www.coolapk.com/u/1376183>@ZyaIreZ<a/> 分享乐谱 成龙 - 国家\n迟到的国庆特辑",
"bpm": 240,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 610,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1376183"
}
]
},
{
"name": "溯",
"file": "溯.txt",
"author": "大锤",
"desc": "<a href=https://space.bilibili.com/68420360>bilibli用户(次卡安)<a/>共享乐谱 溯",
"bpm": 170,
"keyCount": 15,
"pitchLevel": 3,
"noteCount": 347,
"social": [
{
"platform": "bilibili",
"name": "哔哩哔哩",
"link": "https://space.bilibili.com/68420360"
}
]
},
{
"name": "莫失莫忘",
"file": "莫失莫忘.txt",
"author": "大锤",
"desc": "<a href=https://space.bilibili.com/68420360>bilibli用户(次卡安)<a/>共享乐谱 莫失莫忘\n 回忆仙剑,我们原来都这么老了",
"bpm": 120,
"keyCount": 15,
"pitchLevel": 3,
"noteCount": 160,
"social": [
{
"platform": "bilibili",
"name": "哔哩哔哩",
"link": "https://space.bilibili.com/68420360"
}
]
},
{
"name": "所念皆星河",
"file": "所念皆星河.txt",
"author": "大锤",
"desc": "<a href=https://space.bilibili.com/68420360>bilibli用户(次卡安)<a/>共享乐谱 所念皆星河(和弦版)\n 改版",
"bpm": 200,
"keyCount": 15,
"pitchLevel": 3,
"noteCount": 384,
"social": [
{
"platform": "bilibili",
"name": "哔哩哔哩",
"link": "https://space.bilibili.com/68420360"
}
]
},
{
"name": "Take me hand",
"file": "Take me hand.txt",
"author": "zhangjinteng",
"desc": "<a href=mailto:zhangjinteng@foxmail.com>zhangjinteng<a/> 分享乐谱 Take me hand\n电影《艺伎回忆录》插曲(片段)",
"bpm": 240,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 202,
"social": [
{
"platform": "mail",
"name": "zhangjinteng@foxmail.com",
"link": "zhangjinteng@foxmail.com"
}
]
},
{
"name": "郭顶 - 水星记",
"file": "水星记.txt",
"author": "zhangjinteng",
"desc": "<a href=mailto:zhangjinteng@foxmail.com>zhangjinteng<a/> 分享乐谱 郭顶 - 水星记片段",
"bpm": 240,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 275,
"social": [
{
"platform": "mail",
"name": "zhangjinteng@foxmail.com",
"link": "zhangjinteng@foxmail.com"
}
]
},
{
"name": "月亮代表我的心",
"file": "月亮代表我的心.txt",
"author": "zhangjinteng",
"desc": "<a href=mailto:zhangjinteng@foxmail.com>zhangjinteng<a/> 分享乐谱 月亮代表我的心 简易和弦版",
"bpm": 215,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 193,
"social": [
{
"platform": "mail",
"name": "zhangjinteng@foxmail.com",
"link": "zhangjinteng@foxmail.com"
}
]
},
{
"name": "三葉のテーマ(三叶的主题曲)",
"file": "三葉のテーマ.txt",
"author": "zhangjinteng",
"desc": "<a href=mailto:zhangjinteng@foxmail.com>zhangjinteng<a/> 分享乐谱 三叶的主题曲\n电影《你的名字。》中的歌曲",
"bpm": 240,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 892,
"social": [
{
"platform": "mail",
"name": "zhangjinteng@foxmail.com",
"link": "zhangjinteng@foxmail.com"
}
]
},
{
"name": "Happy Birthday to You",
"file": "Happy Birthday to You.txt",
"author": "酷安@阿基米德的船",
"desc": "酷安 <a href=http://www.coolapk.com/u/3283016>@阿基米德的船<a/> 分享乐谱 Happy Birthday to You",
"bpm": 220,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 126,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/3283016"
}
]
},
{
"name": "浪流连",
"file": "浪流连.txt",
"author": "依稀(濒死动物)",
"desc": "<a href=mailto:3423451308@qq.com>@依稀(濒死动物)<a/> 分享乐谱 浪流连",
"bpm": 500,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 267,
"social": [
{
"platform": "mail",
"name": "3423451308@qq.com",
"link": "3423451308@qq.com"
}
]
},
{
"name": "雨之歌",
"file": "雨之歌.txt",
"author": "恋上猫的鱼~",
"desc": "<a href=mailto:shi1177121232@foxmail.com>@恋上猫的鱼~<a/> 分享乐谱 雨之歌\n动画《少女终末旅行》插曲",
"bpm": 240,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 349,
"social": [
{
"platform": "mail",
"name": "shi1177121232@foxmail.com",
"link": "shi1177121232@foxmail.com"
}
]
},
{
"name": "青花瓷",
"file": "青花瓷.txt",
"author": "酷安@皮皮小猪猪",
"desc": "酷安 <a href=http://www.coolapk.com/u/5352224>@皮皮小猪猪<a/> 分享乐谱 青花瓷",
"bpm": 240,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 9,
"noteCount": 86,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/5352224"
}
]
},
{
"name": "虹之间",
"file": "虹之间.txt",
"author": "酷安@皮皮小猪猪",
"desc": "酷安 <a href=http://www.coolapk.com/u/5352224>@皮皮小猪猪<a/> 分享乐谱 虹之间",
"bpm": 280,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 10,
"noteCount": 205,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/5352224"
}
]
},
{
"name": "粉刷匠",
"file": "粉刷匠.txt",
"author": "酷安@皮皮小猪猪",
"desc": "酷安 <a href=http://www.coolapk.com/u/5352224>@皮皮小猪猪<a/> 分享乐谱 粉刷匠",
"bpm": 383,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 7,
"noteCount": 48,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/5352224"
}
]
},
{
"name": "等你下课",
"file": "等你下课.txt",
"author": "酷安@皮皮小猪猪",
"desc": "酷安 <a href=http://www.coolapk.com/u/5352224>@皮皮小猪猪<a/> 分享乐谱 等你下课",
"bpm": 295,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 8,
"noteCount": 229,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/5352224"
}
]
},
{
"name": "病变",
"file": "病变.txt",
"author": "酷安@皮皮小猪猪",
"desc": "酷安 <a href=http://www.coolapk.com/u/5352224>@皮皮小猪猪<a/> 分享乐谱 病变",
"bpm": 454,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 4,
"noteCount": 544,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/5352224"
}
]
},
{
"name": "外婆的澎湖湾",
"file": "外婆的澎湖湾.txt",
"author": "酷安@皮皮小猪猪",
"desc": "酷安 <a href=http://www.coolapk.com/u/5352224>@皮皮小猪猪<a/> 分享乐谱 外婆的澎湖湾",
"bpm": 383,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 9,
"noteCount": 397,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/5352224"
}
]
},
{
"name": "告白气球",
"file": "告白气球.txt",
"author": "酷安@皮皮小猪猪",
"desc": "酷安 <a href=http://www.coolapk.com/u/5352224>@皮皮小猪猪<a/> 分享乐谱 告白气球",
"bpm": 358,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 11,
"noteCount": 203,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/5352224"
}
]
},
{
"name": "晴天",
"file": "晴天.txt",
"author": "酷安@DoubleGGe",
"desc": "酷安 <a href=http://www.coolapk.com/u/7728656>@DoubleGGe<a/> 分享乐谱 晴天",
"bpm": 300,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 490,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/7728656"
}
]
},
{
"name": "宾克斯的美酒",
"file": "宾克斯的美酒.txt",
"author": "酷安@DoubleGGe",
"desc": "酷安 <a href=http://www.coolapk.com/u/7728656>@DoubleGGe<a/> 分享乐谱 宾克斯的美酒",
"bpm": 330,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 3,
"noteCount": 298,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/7728656"
}
]
},
{
"name": "江南",
"file": "江南.txt",
"author": "酷安@皮皮小猪猪",
"desc": "酷安 <a href=http://www.coolapk.com/u/5352224>@皮皮小猪猪<a/> 分享乐谱 江南",
"bpm": 240,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 10,
"noteCount": 90,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/5352224"
}
]
},
{
"name": "她说",
"file": "她说.txt",
"author": "酷安@皮皮小猪猪",
"desc": "酷安 <a href=http://www.coolapk.com/u/5352224>@皮皮小猪猪<a/> 分享乐谱 她说",
"bpm": 318,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 187,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/5352224"
}
]
},
{
"name": "北京东路的日子",
"file": "北京东路的日子.txt",
"author": "酷安@皮皮小猪猪",
"desc": "酷安 <a href=http://www.coolapk.com/u/5352224>@皮皮小猪猪<a/> 分享乐谱 北京东路的日子",
"bpm": 368,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 391,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/5352224"
}
]
},
{
"name": "修炼爱情",
"file": "修炼爱情.txt",
"author": "酷安@皮皮小猪猪",
"desc": "酷安 <a href=http://www.coolapk.com/u/5352224>@皮皮小猪猪<a/> 分享乐谱 修炼爱情",
"bpm": 250,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 3,
"noteCount": 121,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/5352224"
}
]
},
{
"name": "不能说的秘密",
"file": "不能说的秘密.txt",
"author": "酷安@皮皮小猪猪",
"desc": "酷安 <a href=http://www.coolapk.com/u/5352224>@皮皮小猪猪<a/> 分享乐谱 不能说的秘密",
"bpm": 288,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 7,
"noteCount": 173,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/5352224"
}
]
},
{
"name": "ムーンライト伝説(月光传说)",
"file": "月光传说.txt",
"author": "2087131113@qq.com",
"desc": "<a href=mailto:2087131113@qq.com>2087131113@qq.com<a/> 分享乐谱 ムーンライト伝説(月光传说)\n美少女戦士セーラームーン(《美少女战士》)主题曲",
"bpm": 240,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 3,
"noteCount": 763,
"social": [
{
"platform": "mail",
"name": "2087131113@qq.com",
"link": "2087131113@qq.com"
}
]
},
{
"name": "Pachelbel's Canon(D大调卡农)",
"file": "Pachelbel's Canon(D大调卡农).txt",
"author": "酷安@阿基米德的船",
"desc": "酷安 <a href=http://www.coolapk.com/u/3283016>@阿基米德的船<a/> 分享乐谱 Pachelbel's Canon(D大调卡农)",
"bpm": 800,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 2,
"noteCount": 1250,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/3283016"
}
]
},
{
"name": "缘之空-遠い空へ",
"file": "-遠い空へ.txt",
"author": "酷安@cxk的篮球",
"desc": "酷安 <a href=http://www.coolapk.com/u/1090769>@cxk的篮球<a/> 分享乐谱 缘之空-遠い空へ",
"bpm": 440,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 2,
"noteCount": 1087,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1090769"
}
]
},
{
"name": "灰澈 - 星茶会",
"file": "星茶会(高音钢琴C调).txt",
"author": "酷安@阿基米德的船",
"desc": "酷安 <a href=http://www.coolapk.com/u/3283016>@阿基米德的船<a/> 分享乐谱 灰澈 - 星茶会\n使用高音钢琴在C调环境弹奏。",
"bpm": 870,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 1190,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/3283016"
}
]
},
{
"name": "いつも何度でも (「千と千尋の神隠し」主題歌)",
"file": "いつも何度でも_F.txt",
"author": "酷安@阿基米德的船",
"desc": "酷安 <a href=http://www.coolapk.com/u/3283016>@阿基米德的船<a/> 分享乐谱 いつも何度でも_F \n(「千と千尋の神隠し」主題歌) (F调)",
"bpm": 470,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 5,
"noteCount": 1270,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/3283016"
}
]
},
{
"name": "old memory",
"file": "old memory.txt",
"author": "酷安@cxk的篮球",
"desc": "酷安 <a href=http://www.coolapk.com/u/1090769>@cxk的篮球<a/> 分享乐谱 old memory",
"bpm": 400,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 2,
"noteCount": 344,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1090769"
}
]
},
{
"name": "保罗·塞内维尔 - 梦中的婚礼",
"file": "梦中的婚礼.txt",
"author": "酷安@落红难相聚",
"desc": "酷安 <a href=http://www.coolapk.com/u/2082465>@落红难相聚<a/> 分享乐谱 保罗·塞内维尔 - 梦中的婚礼(Paul de Senneville - Mariage d'amour)",
"bpm": 272,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 10,
"noteCount": 342,
"social": [
{
"platform": "coolapk",
"name": "酷安@落红难相聚",
"link": "http://www.coolapk.com/u/2082465"
}
]
},
{
"name": "Lemon(C调)",
"file": "Lemon(C调).txt",
"author": "酷安@阿基米德的船",
"desc": "酷安 <a href=http://www.coolapk.com/u/3283016>@阿基米德的船<a/> 分享乐谱 Lemon(C调)",
"bpm": 342,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 1097,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/3283016"
}
]
},
{
"name": "打上花火",
"file": "打上花火.txt",
"author": "酷安@阿基米德的船",
"desc": "酷安 <a href=http://www.coolapk.com/u/3283016>@阿基米德的船<a/> 分享乐谱 打上花火",
"bpm": 385,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 6,
"noteCount": 1449,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/3283016"
}
]
},
{
"name": "两只老虎爱跳舞",
"file": "两只老虎爱跳舞.txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 两只老虎爱跳舞\nὂfὈ3ἿbἻ6\n嘿! 吔~",
"bpm": 240,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 117,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "わたてん☆5 - 気ままな天使ーたち",
"file": "気ままな天使ーたち.txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 わたてん☆5 - 気ままな天使ーたち",
"bpm": 504,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 6,
"noteCount": 779,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "水源小樱 - 白月光与朱砂痣",
"file": "白月光与朱砂痣.txt",
"author": "酷安@bugjump233",
"desc": "酷安 <a href=http://www.coolapk.com/u/3294062>@bugjump233<a/> 分享乐谱 水源小樱 - 白月光与朱砂痣",
"bpm": 240,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 215,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/3294062"
}
]
},
{
"name": "Toby Fox - The World Revolving",
"file": "TheWorldRevolving.txt",
"author": "酷安@落红难相聚",
"desc": "酷安 <a href=http://www.coolapk.com/u/2082465>@落红难相聚<a/> 分享乐谱 Toby Fox - The World Revolving(天旋地转)\n游戏 《Deltarune》 原声带",
"bpm": 720,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 11,
"noteCount": 664,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2082465"
}
]
},
{
"name": "拜尔 - 踩到猫儿",
"file": "踩到猫儿.txt",
"author": "酷安@落红难相聚",
"desc": "酷安 <a href=http://www.coolapk.com/u/2082465>@落红难相聚<a/> 分享乐谱 拜尔 - 踩到猫儿",
"bpm": 440,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 108,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2082465"
}
]
},
{
"name": "烟斗斜桥",
"file": "烟斗斜桥.txt",
"author": "酷安@落红难相聚",
"desc": "酷安 <a href=http://www.coolapk.com/u/2082465>@落红难相聚<a/> 分享原创乐谱 烟斗斜桥",
"bpm": 320,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 309,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2082465"
}
]
},
{
"name": "Cécile Corbel - Arrietty's Song",
"file": "Arrietty's_Song.txt",
"author": "酷安@落红难相聚",
"desc": "酷安 <a href=http://www.coolapk.com/u/2082465>@落红难相聚<a/> 分享乐谱 Cécile Corbel - Arrietty's Song\n动画电影《借东西的小人阿莉埃蒂》主题曲\n(アニメ映画「借りぐらしのアリエッティ」主題歌)",
"bpm": 430,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 631,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2082465"
}
]
},
{
"name": "莫文蔚 - 慢慢喜欢你",
"file": "慢慢喜欢你.txt",
"author": "酷安@落红难相聚",
"desc": "酷安 <a href=http://www.coolapk.com/u/2082465>@落红难相聚<a/> 分享乐谱 莫文蔚 - 慢慢喜欢你",
"bpm": 310,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 7,
"noteCount": 238,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2082465"
}
]
},
{
"name": "久石譲 - 海の見える街",
"file": "海の見える街.txt",
"author": "酷安@落红难相聚",
"desc": "酷安 <a href=http://www.coolapk.com/u/2082465>@落红难相聚<a/> 分享乐谱 久石譲 - 海の見える街\n动画电影《魔女宅急便》插曲",
"bpm": 404,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 6,
"noteCount": 515,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2082465"
}
]
},
{
"name": "金莎 - 星月神话",
"file": "星月神话.txt",
"author": "酷安@箬枫",
"desc": "酷安 <a href=http://www.coolapk.com/u/844564>@箬枫<a/> 分享乐谱 星月神话",
"bpm": 220,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 220,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/844564"
}
]
},
{
"name": "Rick Astley - Never Gonna Give You Up",
"file": "Never_Gonna_Give_You_Up.txt",
"author": "StageGuard",
"desc": "豪 俊 金 曲 放 送",
"bpm": 454,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 1,
"noteCount": 330,
"social": [
{
"platform": "github",
"name": "GitHub",
"link": "https://github.com/StageGuard"
},
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1790774"
}
]
},
{
"name": "上田麗奈 - リテラチュア",
"file": "リテラチュア(双手简谱).txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 上田麗奈 - リテラチュア\nTV动画《魔女之旅》片头曲\n<b>双手简谱版本。</b>",
"bpm": 472,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 4,
"noteCount": 2422,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "周兴哲 - 永不失联的爱",
"file": "永不失联的爱.txt",
"author": "酷安@温茶予君",
"desc": "酷安 <a href=http://www.coolapk.com/u/1212499>@温茶予君<a/> 分享乐谱 周兴哲 - 永不失联的爱",
"bpm": 340,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 363,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1212499"
}
]
},
{
"name": "上田麗奈 - リテラチュア",
"file": "リテラチュア.txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 上田麗奈 - リテラチュア\nTV动画《魔女之旅》片头曲",
"bpm": 472,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 4,
"noteCount": 467,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "新闻联播ED",
"file": "新闻联播ED.txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 新闻联播ED",
"bpm": 304,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 2,
"noteCount": 252,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "シルエット(Silhouette)",
"file": "Silhouette.txt",
"author": "chikin",
"desc": "<a href=mailto:2869826936@qq.com>@chikin<a/> 分享乐谱 シルエット(Silhouette)\n【火影忍者:疾风传】 OP 16 シルエット(Silhouette)",
"bpm": 350,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 1631,
"social": [
{
"platform": "mail",
"name": "2869826936@qq.com",
"link": "2869826936@qq.com"
}
]
},
{
"name": "のみこ/Masayoshi Minoshima - Bad Apple",
"file": "Bad_Apple.txt",
"author": "酷安@箬枫",
"desc": "酷安 <a href=http://www.coolapk.com/u/844564>@箬枫<a/> 分享乐谱 のみこ/Masayoshi Minoshima - Bad Apple",
"bpm": 240,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 563,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/844564"
}
]
},
{
"name": "新年好",
"file": "新年好.txt",
"author": "酷安@头条乀",
"desc": "酷安 <a href=http://www.coolapk.com/u/1192320>@头条乀<a/> 分享乐谱 新年好",
"bpm": 200,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 30,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1192320"
}
]
},
{
"name": "仙剑问情",
"file": "仙剑问情.txt",
"author": "酷安@Alusias",
"desc": "酷安 <a href=http://www.coolapk.com/u/808787>@Alusias<a/> 分享乐谱 仙剑问情",
"bpm": 282,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 174,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/808787"
}
]
},
{
"name": "铃儿响叮当",
"file": "铃儿响叮当.txt",
"author": "酷安@头条乀",
"desc": "酷安 <a href=http://www.coolapk.com/u/1192320>@头条乀<a/> 分享乐谱 铃儿响叮当",
"bpm": 200,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 3,
"noteCount": 112,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1192320"
}
]
},
{
"name": "高橋洋子 - 残酷天使的行动纲领",
"file": "残酷天使的行动纲领.txt",
"author": "酷安@cxk的篮球",
"desc": "酷安 <a href=http://www.coolapk.com/u/1090769>@cxk的篮球<a/> 分享乐谱 高橋洋子 - 残酷天使的行动纲领",
"bpm": 480,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 3,
"noteCount": 523,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1090769"
}
]
},
{
"name": "Avicii - Waiting for Love",
"file": "Waiting_for_love.txt",
"author": "酷安@明明酱",
"desc": "酷安 <a href=http://www.coolapk.com/u/1706128>@明明酱<a/> 分享乐谱 Avicii - Waiting for Love",
"bpm": 515,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 980,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1706128"
}
]
},
{
"name": "陈奕迅 - 心的距离",
"file": "陈奕迅_心的距离.txt",
"author": "酷安@DesperatU",
"desc": "酷安 <a href=http://www.coolapk.com/u/1075889>@DesperatU<a/> 分享乐谱 陈奕迅 - 心的距离",
"bpm": 300,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 520,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1075889"
}
]
},
{
"name": "Genshin Liyue",
"file": "Genshin_Liyue.txt",
"author": "Phoebe(twitter@huunhut1217)",
"desc": "Twitter用户 <a href=https://mobile.twitter.com/huunhut1217>Phoebe(twitter@huunhut1217)<a/> 分享乐谱 Genshin Liyue",
"bpm": 750,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 4,
"noteCount": 605,
"social": [
{
"platform": "twitter",
"name": "Twitter",
"link": "https://mobile.twitter.com/huunhut1217"
}
]
},
{
"name": "凉凉",
"file": "凉凉.txt",
"author": "酷安@终究是错付了",
"desc": "酷安 <a href=http://www.coolapk.com/u/2293899>@终究是错付了<a/> 分享乐谱 凉凉",
"bpm": 240,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 160,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2293899"
}
]
},
{
"name": "未闻花名",
"file": "未闻花名.txt",
"author": "酷安@终究是错付了",
"desc": "酷安 <a href=http://www.coolapk.com/u/2293899>@终究是错付了<a/> 分享乐谱 未闻花名",
"bpm": 240,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 6,
"noteCount": 266,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2293899"
}
]
},
{
"name": "烟花易冷",
"file": "烟花易冷K.txt",
"author": "酷安@终究是错付了",
"desc": "酷安 <a href=http://www.coolapk.com/u/2293899>@终究是错付了<a/> 分享乐谱 烟花易冷",
"bpm": 132,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 4,
"noteCount": 153,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2293899"
}
]
},
{
"name": "菊次郎的夏天(夏卡重制版)",
"file": "菊次郎的夏天(夏卡重制版).txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 菊次郎的夏天(夏卡重制版)",
"bpm": 384,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 640,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "恋爱循环",
"file": "恋爱循环.txt",
"author": "酷安@Syngenex",
"desc": "酷安 <a href=http://www.coolapk.com/u/1093421>@Syngenex<a/> 分享乐谱 恋爱循环",
"bpm": 480,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 442,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1093421"
}
]
},
{
"name": "微微",
"file": "微微.txt",
"author": "酷安@Syngenex",
"desc": "酷安 <a href=http://www.coolapk.com/u/1093421>@Syngenex<a/> 分享乐谱 微微",
"bpm": 204,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 172,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1093421"
}
]
},
{
"name": "Dream It Possible",
"file": "Dream_It_Possible.txt",
"author": "酷安@Syngenex",
"desc": "酷安 <a href=http://www.coolapk.com/u/1093421>@Syngenex<a/> 分享乐谱 Dream It Possible\n华为加油",
"bpm": 455,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 290,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1093421"
}
]
},
{
"name": "Love 5",
"file": "Love_5.txt",
"author": "Phoebe(twitter@huunhut1217)",
"desc": "Twitter用户 <a href=https://mobile.twitter.com/huunhut1217>Phoebe(twitter@huunhut1217)<a/> 分享乐谱 Love 5",
"bpm": 600,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 2,
"noteCount": 802,
"social": [
{
"platform": "twitter",
"name": "Twitter",
"link": "https://mobile.twitter.com/huunhut1217"
}
]
},
{
"name": "Co Chac Yeu La Day - MTP",
"file": "Co_Chac_Yeu_La_Day-MTP.txt",
"author": "Phoebe(twitter@huunhut1217)",
"desc": "Twitter用户 <a href=https://mobile.twitter.com/huunhut1217>Phoebe(twitter@huunhut1217)<a/> 分享乐谱 Co Chac Yeu La Day - MTP",
"bpm": 720,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 6,
"noteCount": 1426,
"social": [
{
"platform": "twitter",
"name": "Twitter",
"link": "https://mobile.twitter.com/huunhut1217"
}
]
},
{
"name": "Hanava",
"file": "Hanava.txt",
"author": "Phoebe(twitter@huunhut1217)",
"desc": "Twitter用户 <a href=https://mobile.twitter.com/huunhut1217>Phoebe(twitter@huunhut1217)<a/> 分享乐谱 Hanava",
"bpm": 800,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 10,
"noteCount": 1069,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "https://mobile.twitter.com/huunhut1217"
}
]
},
{
"name": "Summertime",
"file": "Summertime.txt",
"author": "Phoebe(twitter@huunhut1217)",
"desc": "Twitter用户 <a href=https://mobile.twitter.com/huunhut1217>Phoebe(twitter@huunhut1217)<a/> 分享乐谱 Summertime",
"bpm": 850,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 2,
"noteCount": 1112,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "https://mobile.twitter.com/huunhut1217"
}
]
},
{
"name": "See You Again (Stb)",
"file": "See_You_Again_(Stb).txt",
"author": "Phoebe(twitter@huunhut1217)",
"desc": "Twitter用户 <a href=https://mobile.twitter.com/huunhut1217>Phoebe(twitter@huunhut1217)<a/> 分享乐谱 See You Again (Stb)",
"bpm": 280,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 246,
"social": [
{
"platform": "twitter",
"name": "Twitter",
"link": "https://mobile.twitter.com/huunhut1217"
}
]
},
{
"name": "不知所措",
"file": "不知所措.txt",
"author": "哔哩哔哩@UTF16",
"desc": "哔哩哔哩用户 <a href=https://space.bilibili.com/623364258>@UTF16<a/> 分享乐谱 不知所措",
"bpm": 300,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 247,
"social": [
{
"platform": "bilibili",
"name": "哔哩哔哩",
"link": "https://space.bilibili.com/623364258"
}
]
},
{
"name": "那女孩对我说",
"file": "那女孩对我说.txt",
"author": "哔哩哔哩@UTF16",
"desc": "哔哩哔哩用户 <a href=https://space.bilibili.com/623364258>@UTF16<a/> 分享乐谱 那女孩对我说",
"bpm": 190,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 133,
"social": [
{
"platform": "bilibili",
"name": "哔哩哔哩",
"link": "https://space.bilibili.com/623364258"
}
]
},
{
"name": "演员",
"file": "演员.txt",
"author": "哔哩哔哩@UTF16",
"desc": "哔哩哔哩用户 <a href=https://space.bilibili.com/623364258>@UTF16<a/> 分享乐谱 演员",
"bpm": 240,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 207,
"social": [
{
"platform": "bilibili",
"name": "哔哩哔哩",
"link": "https://space.bilibili.com/623364258"
}
]
},
{
"name": "追光者",
"file": "追光者.txt",
"author": "酷安@Syngenex",
"desc": "酷安 <a href=http://www.coolapk.com/u/1093421>@Syngenex<a/> 分享乐谱 追光者",
"bpm": 286,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 155,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1093421"
}
]
},
{
"name": "走马",
"file": "走马.txt",
"author": "酷安@Syngenex",
"desc": "酷安 <a href=http://www.coolapk.com/u/1093421>@Syngenex<a/> 分享乐谱 走马",
"bpm": 289,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 205,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1093421"
}
]
},
{
"name": "Mojito",
"file": "Mojito.txt",
"author": "酷安@Syngenex",
"desc": "酷安 <a href=http://www.coolapk.com/u/1093421>@Syngenex<a/> 分享乐谱 Mojito",
"bpm": 245,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 95,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1093421"
}
]
},
{
"name": "下雨天",
"file": "下雨天.txt",
"author": "哔哩哔哩@UTF16",
"desc": "哔哩哔哩用户 <a href=https://space.bilibili.com/623364258>@UTF16<a/> 分享乐谱 下雨天",
"bpm": 207,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 214,
"social": [
{
"platform": "bilibili",
"name": "哔哩哔哩",
"link": "https://space.bilibili.com/623364258"
}
]
},
{
"name": "极乐净土(和弦)",
"file": "极乐净土(和弦).txt",
"author": "酷安@Syngenex",
"desc": "酷安 <a href=http://www.coolapk.com/u/1093421>@Syngenex<a/> 分享乐谱 极乐净土(和弦)",
"bpm": 532,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 531,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1093421"
}
]
},
{
"name": "极乐净土(无和弦)",
"file": "极乐净土(无和弦).txt",
"author": "酷安@Syngenex",
"desc": "酷安 <a href=http://www.coolapk.com/u/1093421>@Syngenex<a/> 分享乐谱 极乐净土(无和弦)",
"bpm": 532,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 617,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1093421"
}
]
},
{
"name": "童话镇",
"file": "童话镇.txt",
"author": "哔哩哔哩@UTF16",
"desc": "哔哩哔哩用户 <a href=https://space.bilibili.com/623364258>@UTF16<a/> 分享乐谱 童话镇",
"bpm": 240,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 248,
"social": [
{
"platform": "bilibili",
"name": "哔哩哔哩",
"link": "https://space.bilibili.com/623364258"
}
]
},
{
"name": "体面",
"file": "体面.txt",
"author": "哔哩哔哩@UTF16",
"desc": "哔哩哔哩用户 <a href=https://space.bilibili.com/623364258>@UTF16<a/> 分享乐谱 体面",
"bpm": 241,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 463,
"social": [
{
"platform": "bilibili",
"name": "哔哩哔哩",
"link": "https://space.bilibili.com/623364258"
}
]
},
{
"name": "阿珍爱上了阿强",
"file": "阿珍爱上了阿强_UTF16.txt",
"author": "哔哩哔哩@UTF16",
"desc": "哔哩哔哩用户 <a href=https://space.bilibili.com/623364258>@UTF16<a/> 分享乐谱 阿珍爱上了阿强",
"bpm": 197,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 115,
"social": [
{
"platform": "bilibili",
"name": "哔哩哔哩",
"link": "https://space.bilibili.com/623364258"
}
]
},
{
"name": "虫儿飞儿歌",
"file": "虫儿飞儿歌_UTF16.txt",
"author": "哔哩哔哩@UTF16",
"desc": "哔哩哔哩用户 <a href=https://space.bilibili.com/623364258>@UTF16<a/> 分享乐谱 虫儿飞儿歌",
"bpm": 240,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 111,
"social": [
{
"platform": "bilibili",
"name": "哔哩哔哩",
"link": "https://space.bilibili.com/623364258"
}
]
},
{
"name": "辞乆门回忆",
"file": "辞乆门回忆_UTF16.txt",
"author": "哔哩哔哩@UTF16",
"desc": "哔哩哔哩用户 <a href=https://space.bilibili.com/623364258>@UTF16<a/> 分享乐谱 辞乆门回忆",
"bpm": 270,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 115,
"social": [
{
"platform": "bilibili",
"name": "哔哩哔哩",
"link": "https://space.bilibili.com/623364258"
}
]
},
{
"name": "打上花火",
"file": "打上花火_UTF16.txt",
"author": "哔哩哔哩@UTF16",
"desc": "哔哩哔哩用户 <a href=https://space.bilibili.com/623364258>@UTF16<a/> 分享乐谱 打上花火",
"bpm": 300,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 282,
"social": [
{
"platform": "bilibili",
"name": "哔哩哔哩",
"link": "https://space.bilibili.com/623364258"
}
]
},
{
"name": "大悲咒",
"file": "大悲咒_UTF16.txt",
"author": "哔哩哔哩@UTF16",
"desc": "哔哩哔哩用户 <a href=https://space.bilibili.com/623364258>@UTF16<a/> 分享乐谱 大悲咒",
"bpm": 230,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 149,
"social": [
{
"platform": "bilibili",
"name": "哔哩哔哩",
"link": "https://space.bilibili.com/623364258"
}
]
},
{
"name": "好运来HX",
"file": "好运来HX_UTF16.txt",
"author": "哔哩哔哩@UTF16",
"desc": "哔哩哔哩用户 <a href=https://space.bilibili.com/623364258>@UTF16<a/> 分享乐谱 好运来HX",
"bpm": 240,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 114,
"social": [
{
"platform": "bilibili",
"name": "哔哩哔哩",
"link": "https://space.bilibili.com/623364258"
}
]
},
{
"name": "幻昼CH",
"file": "幻昼CH_UTF16.txt",
"author": "哔哩哔哩@UTF16",
"desc": "哔哩哔哩用户 <a href=https://space.bilibili.com/623364258>@UTF16<a/> 分享乐谱 幻昼CH",
"bpm": 200,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 204,
"social": [
{
"platform": "bilibili",
"name": "哔哩哔哩",
"link": "https://space.bilibili.com/623364258"
}
]
},
{
"name": "偏爱",
"file": "偏爱_UTF16.txt",
"author": "哔哩哔哩@UTF16",
"desc": "哔哩哔哩用户 <a href=https://space.bilibili.com/623364258>@UTF16<a/> 分享乐谱 偏爱",
"bpm": 220,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 374,
"social": [
{
"platform": "bilibili",
"name": "哔哩哔哩",
"link": "https://space.bilibili.com/623364258"
}
]
},
{
"name": "四月是你的谎言",
"file": "四月是你的谎言_UTF16.txt",
"author": "哔哩哔哩@UTF16",
"desc": "哔哩哔哩用户 <a href=https://space.bilibili.com/623364258>@UTF16<a/> 分享乐谱 四月是你的谎言",
"bpm": 240,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 680,
"social": [
{
"platform": "bilibili",
"name": "哔哩哔哩",
"link": "https://space.bilibili.com/623364258"
}
]
},
{
"name": "误红装A1",
"file": "误红装A1_UTF16.txt",
"author": "哔哩哔哩@UTF16",
"desc": "哔哩哔哩用户 <a href=https://space.bilibili.com/623364258>@UTF16<a/> 分享乐谱 误红装A1",
"bpm": 200,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 237,
"social": [
{
"platform": "bilibili",
"name": "哔哩哔哩",
"link": "https://space.bilibili.com/623364258"
}
]
},
{
"name": "夏天的风",
"file": "夏天的风_UTF16.txt",
"author": "哔哩哔哩@UTF16",
"desc": "哔哩哔哩用户 <a href=https://space.bilibili.com/623364258>@UTF16<a/> 分享乐谱 夏天的风",
"bpm": 220,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 211,
"social": [
{
"platform": "bilibili",
"name": "哔哩哔哩",
"link": "https://space.bilibili.com/623364258"
}
]
},
{
"name": "夏天的风GF",
"file": "夏天的风GF_UTF16.txt",
"author": "哔哩哔哩@UTF16",
"desc": "哔哩哔哩用户 <a href=https://space.bilibili.com/623364258>@UTF16<a/> 分享乐谱 夏天的风GF",
"bpm": 220,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 119,
"social": [
{
"platform": "bilibili",
"name": "哔哩哔哩",
"link": "https://space.bilibili.com/623364258"
}
]
},
{
"name": "小星星",
"file": "小星星_UTF16.txt",
"author": "哔哩哔哩@UTF16",
"desc": "哔哩哔哩用户 <a href=https://space.bilibili.com/623364258>@UTF16<a/> 分享乐谱 小星星",
"bpm": 240,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 135,
"social": [
{
"platform": "bilibili",
"name": "哔哩哔哩",
"link": "https://space.bilibili.com/623364258"
}
]
},
{
"name": "心作",
"file": "心作_UTF16.txt",
"author": "哔哩哔哩@UTF16",
"desc": "哔哩哔哩用户 <a href=https://space.bilibili.com/623364258>@UTF16<a/> 分享乐谱 心作",
"bpm": 240,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 165,
"social": [
{
"platform": "bilibili",
"name": "哔哩哔哩",
"link": "https://space.bilibili.com/623364258"
}
]
},
{
"name": "雨林",
"file": "雨林_UTF16.txt",
"author": "哔哩哔哩@UTF16",
"desc": "哔哩哔哩用户 <a href=https://space.bilibili.com/623364258>@UTF16<a/> 分享乐谱 雨林",
"bpm": 249,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 119,
"social": [
{
"platform": "bilibili",
"name": "哔哩哔哩",
"link": "https://space.bilibili.com/623364258"
}
]
},
{
"name": "猪猪侠",
"file": "猪猪侠_UTF16.txt",
"author": "哔哩哔哩@UTF16",
"desc": "哔哩哔哩用户 <a href=https://space.bilibili.com/623364258>@UTF16<a/> 分享乐谱 猪猪侠",
"bpm": 280,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 184,
"social": [
{
"platform": "bilibili",
"name": "哔哩哔哩",
"link": "https://space.bilibili.com/623364258"
}
]
},
{
"name": "もペもぺ(mopemope)",
"file": "もペもぺ(mopemope).txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 もペもぺ(mopemope)\n一首音游玩家熟悉的、好听的儿歌(并不)\n非完整版",
"bpm": 400,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 7,
"noteCount": 210,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "[IPhone]马林巴琴",
"file": "IPhone马林巴琴.txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 [IPhone]马林巴琴",
"bpm": 660,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 238,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "穿越时空的思念",
"file": "穿越时空的思念.txt",
"author": "酷安@北极马可罗尼",
"desc": "酷安 <a href=http://www.coolapk.com/u/463478>@北极马可罗尼<a/> 分享乐谱 穿越时空的思念",
"bpm": 160,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 264,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/463478"
}
]
},
{
"name": "不染",
"file": "不染_enhanced.txt",
"author": "酷安@九方辰",
"desc": "酷安 <a href=http://www.coolapk.com/u/634078>酷安@九方辰<a/> 分享乐谱 不染\n原作者为 抖音用户@子哲啊🌈(zizhe1880689503) \n 完善后续,修改了杂音",
"bpm": 150,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 226,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/634078"
}
]
},
{
"name": "Souvevirs d'Enfance\n童年的回忆",
"file": "Souvevirs_d'Enfance.txt",
"author": "酷安@你们很有趣呢",
"desc": "酷安 <a href=http://www.coolapk.com/u/2416229>酷安@你们很有趣呢<a/> 分享乐谱\n Souvevirs d'Enfance(童年的回忆)\n作者:理查德·克莱德曼(Richard Clayderman)又名爱的记忆\n曲子比原曲慢了一点点,建议加速播放",
"bpm": 720,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 7,
"noteCount": 758,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2416229"
}
]
},
{
"name": "Canon卡农 C大调 简易版",
"file": "Canon卡农_C大调_简易版.txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 Canon卡农 C大调 简易版",
"bpm": 300,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 427,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "九九八十一",
"file": "九九八十一.txt",
"author": "酷安@慕疵",
"desc": "酷安 <a href=http://www.coolapk.com/u/3286967>@慕疵<a/> 分享乐谱 九九八十一",
"bpm": 550,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 701,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/3286967"
}
]
},
{
"name": "Коробейники (货郎)\n俄罗斯方 块BGM",
"file": "Коробейники.txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 Коробейники (货郎)",
"bpm": 720,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 633,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "土耳其进行曲(莫扎特)",
"file": "土耳其进行曲(莫扎特).txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 土耳其进行曲(莫扎特)",
"bpm": 528,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 2518,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "The truth that you leave\n你离开的事实",
"file": "The_truth_that_you_leave_你离开的事实.txt",
"author": "酷安@情如风雪无常",
"desc": "酷安 <a href=http://www.coolapk.com/u/643670>@情如风雪如常<a/> 分享乐谱 The truth that you leave",
"bpm": 520,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 11,
"noteCount": 245,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/643670"
}
]
},
{
"name": "名侦探柯南",
"file": "名侦探柯南.txt",
"author": "酷安@情如风雪无常",
"desc": "酷安 <a href=http://www.coolapk.com/u/643670>@情如风雪如常<a/> 分享乐谱 名侦探柯南",
"bpm": 511,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 8,
"noteCount": 165,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/643670"
}
]
},
{
"name": "Unity",
"file": "Unity.txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 Unity",
"bpm": 600,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 460,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "大鱼(简易)",
"file": "大鱼(简易).txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 大鱼(简易)",
"bpm": 288,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 341,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "嘿咻狂想曲",
"file": "嘿咻狂想曲.txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 嘿咻狂想曲\n<b>I love you? , I miss you?</b>\n<u>建议在雨林右侧副本的隐藏图(两人掉下去那个), 释放蝴蝶后弹奏</u>",
"bpm": 480,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 5,
"noteCount": 289,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "城南花已开",
"file": "城南花已开.txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 城南花已开",
"bpm": 480,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 522,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "撒野完整版",
"file": "撒野完整版.txt",
"author": "酷安@深空失忆か",
"desc": "酷安 <a href=http://www.coolapk.com/u/3005974>@深空失忆か<a/> 分享乐谱 撒野完整版",
"bpm": 240,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 605,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/3005974"
}
]
},
{
"name": "婚礼进行曲(整活用)",
"file": "婚礼进行曲(整活用).txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 婚礼进行曲(整活用)(简易版)\n<b>不推荐在别人递白蜡烛?时使用,因为会导致画面极度生草,且伴有顺着网线被暴打一顿的风险,没听懂的话我再强调一遍( 滑稽 )</b>",
"bpm": 280,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 77,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "Graze the Roof",
"file": "Graze_the_Roof.txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 Graze the Roof\n游戏《植物大战僵尸》(Plants vs. Zombies Soundtrack) 屋顶关卡背景音乐",
"bpm": 520,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 8,
"noteCount": 735,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "Only My Railgun",
"file": "Only_my_railgun.txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 Only My Railgun \n(TVアニメ「とある科学の超電磁砲」OP1テーマ) \n你指尖跳跃的电光,是我此生不灭的信仰",
"bpm": 440,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 1758,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "生命之名(いのちの名前)",
"file": "生命之名(いのちの名前).txt",
"author": "酷安@你们很有趣呢",
"desc": "酷安 <a href=http://www.coolapk.com/u/2416229>酷安@你们很有趣呢<a/> 分享乐谱\n 生命之名(いのちの名前)\n(千と千寻の神隠し插曲One Summer’s Day完整版)\n这是我第一次的手编谱,可能有些音转的不完美。\nPs:这谱很长很长,而且越弹 到后面越不对劲。",
"bpm": 595,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 1,
"noteCount": 1456,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2416229"
}
]
},
{
"name": "Martin Ermen - River Flows in You",
"file": "Martin_Ermen_River_Flows_in_You.txt",
"author": "StageGuard",
"desc": "没写outro",
"bpm": 572,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 4,
"noteCount": 729,
"social": [
{
"platform": "github",
"name": "GitHub",
"link": "https://github.com/StageGuard"
},
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1790774"
}
]
},
{
"name": "神々が恋した幻想郷(修改版)",
"file": "神々が恋した幻想郷(修改版).txt",
"author": "StageGuard",
"desc": "源谱来自酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> \n稍作修改使节奏更接近原曲\n(过一段时间出完整版)",
"bpm": 512,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 5,
"noteCount": 922,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
},
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1790774"
}
]
},
{
"name": "猪八戒背媳妇(简易单指)",
"file": "猪八戒背媳妇(简易单指).txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 猪八戒背媳妇(简易单指)\n背 背 友 尽 曲 ",
"bpm": 440,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 67,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "猪八戒背媳妇",
"file": "猪八戒背媳妇.txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 猪八戒背媳妇\n背 背 友 尽 曲 ",
"bpm": 440,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 463,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "夜的钢琴曲(五)",
"file": "夜的钢琴曲(五).txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 夜的钢琴曲(五)\n<u>应尽量避免洞穴效应</u>",
"bpm": 400,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 3,
"noteCount": 957,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "雨的印记(Kiss the Rain)",
"file": "Kiss_the_Rain.txt",
"author": "酷安@你们很有趣呢",
"desc": "酷安 <a href=http://www.coolapk.com/u/2416229>酷安@你们很有趣呢<a/> 分享乐谱\n 雨的印记(Kiss the Rain)\n初始手编作,更多谱子即将到来。",
"bpm": 225,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 9,
"noteCount": 459,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2416229"
}
]
},
{
"name": "The Right Path",
"file": "The_Right_Path.txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 The Right Path",
"bpm": 500,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 10,
"noteCount": 336,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "[C418]Danny (Minecraft BGM)",
"file": "C418_Danny.txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 [C418]Danny (Minecraft BGM)",
"bpm": 320,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 159,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "[C418]Wet Hands (Minecraft BGM)",
"file": "C418_Wet_Hands.txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 [C418]Wet Hands (Minecraft BGM)",
"bpm": 272,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 9,
"noteCount": 241,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "[C418]Hal2 (Minecraft BGM)",
"file": "C418_Hal2.txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 [C418]Hal2 (Minecraft BGM)",
"bpm": 300,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 309,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "MIUI铃声(循环)",
"file": "MIUI铃声.txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 MIUI铃声(循环)",
"bpm": 280,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 512,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "美丽拍档(朱一旦枯燥曲)",
"file": "美丽拍档.txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 \n美丽拍档(朱一旦枯燥曲)",
"bpm": 266,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 275,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "Flower Dance",
"file": "Flower_Dance.txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 Flower Dance",
"bpm": 400,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 11,
"noteCount": 2307,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "不染",
"file": "不染.txt",
"author": "抖音@子哲啊🌈(zizhe1880689503)",
"desc": "抖音用户@子哲啊🌈(zizhe1880689503)上传乐谱 不染",
"bpm": 150,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 89,
"social": [
{
"platform": "douyin",
"name": "抖音",
"link": "https://v.douyin.com/J9gUaVE/"
}
]
},
{
"name": "赤岭",
"file": "赤岭.txt",
"author": "抖音@子哲啊🌈(zizhe1880689503)",
"desc": "抖音用户@子哲啊🌈(zizhe1880689503)上传乐谱 赤岭",
"bpm": 145,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 66,
"social": [
{
"platform": "douyin",
"name": "抖音",
"link": "https://v.douyin.com/J9gUaVE/"
}
]
},
{
"name": "大鱼海棠",
"file": "大鱼海棠.txt",
"author": "抖音@子哲啊🌈(zizhe1880689503)",
"desc": "抖音用户@子哲啊🌈(zizhe1880689503)上传乐谱 大 鱼海棠",
"bpm": 123,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 58,
"social": [
{
"platform": "douyin",
"name": "抖音",
"link": "https://v.douyin.com/J9gUaVE/"
}
]
},
{
"name": "失眠飞行t",
"file": "失眠飞行t.txt",
"author": "抖音@子哲啊🌈(zizhe1880689503)",
"desc": "抖音用户@子哲啊🌈(zizhe1880689503)上传乐谱 失眠飞行t",
"bpm": 200,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 69,
"social": [
{
"platform": "douyin",
"name": "抖音",
"link": "https://v.douyin.com/J9gUaVE/"
}
]
},
{
"name": "千本桜",
"file": "千本桜.txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 千本桜",
"bpm": 614,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 5,
"noteCount": 3207,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "神々が恋した幻想郷",
"file": "神々が恋した幻想郷.txt",
"author": "酷安@夏卡卡卡",
"desc": "越共探头(\n酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡 卡卡<a/> 分享乐谱 神々が恋した幻想郷",
"bpm": 256,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 5,
"noteCount": 890,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "Vicetone - Nevada",
"file": "Nevada.txt",
"author": "StageGuard",
"desc": "Nevada SkyStudio钢琴版。\n内包含<u>比较复杂的和弦</u>,不适合手弹(笑\n你可以在SkyStudio的练习模式试试[狗头]",
"bpm": 497,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 3,
"noteCount": 1308,
"social": [
{
"platform": "github",
"name": "GitHub",
"link": "https://github.com/StageGuard"
},
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1790774"
}
]
},
{
"name": "TK from Ling tosite sigure - Unravel",
"file": "Unravel.txt",
"author": "StageGuard",
"desc": "TK from Ling tosite sigure - Unravel钢琴版。\n咕了很长时间的Unravel终于整完了\n难度适中(指比Nevada简单一点)\n有些地方实在不知道该怎么谱,所以有一点点瑕疵啦",
"bpm": 530,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 10,
"noteCount": 2252,
"social": [
{
"platform": "github",
"name": "GitHub",
"link": "https://github.com/StageGuard"
},
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1790774"
}
]
},
{
"name": "[CL]だんご大家族",
"file": "だんご大家族.txt",
"author": "酷安@夏卡卡卡",
"desc": "<b>写作CL,译作经典,拼读人生。</b>\n酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 だんご大家族",
"bpm": 200,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 6,
"noteCount": 535,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "いつも何度でも (「千と千尋の神隠し」主題歌)",
"file": "いつも何度でも.txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 いつも何度でも \n(「千と千尋の神隠し」主題歌)",
"bpm": 230,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 5,
"noteCount": 1323,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "[钢琴曲]潮鸣り(原速)",
"file": "潮鸣り.txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 [钢琴曲] 潮鸣り(原速)\n<b>只建议用钢琴演奏原速</b>\n如需切合其他乐器,请<u>通过Sky Studio修改更高的速度</u>",
"bpm": 108,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 282,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "Lemon",
"file": "Lemon.txt",
"author": "酷安@深空失忆か",
"desc": "酷安 <a href=http://www.coolapk.com/u/3005974>@深空失忆か<a/> 分享乐谱 Lemon",
"bpm": 500,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 62,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/3005974"
}
]
},
{
"name": "克罗地亚狂想曲",
"file": "克罗地亚狂想曲.txt",
"author": "酷安@深空失忆か",
"desc": "酷安 <a href=http://www.coolapk.com/u/3005974>@深空失忆か<a/> 分享乐谱 克罗地亚狂想曲",
"bpm": 720,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 3,
"noteCount": 1269,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/3005974"
}
]
},
{
"name": "斗地主",
"file": "斗地主.txt",
"author": "酷安@深空失忆か",
"desc": "酷安 <a href=http://www.coolapk.com/u/3005974>@深空失忆か<a/> 分享乐谱 斗地主",
"bpm": 240,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 10,
"noteCount": 52,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/3005974"
}
]
},
{
"name": "黑人抬棺Astronomia",
"file": "Astronomia.txt",
"author": "酷安@深空失忆か",
"desc": "酷安 <a href=http://www.coolapk.com/u/3005974>@深空失忆か<a/> 分享乐谱 黑人抬棺Astronomia",
"bpm": 240,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 10,
"noteCount": 319,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/3005974"
}
]
},
{
"name": "简易茉莉花",
"file": "简易茉莉花.txt",
"author": "酷安@夏卡卡卡",
"desc": "酷安 <a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/> 分享乐谱 简易茉莉花\n建议在由洞穴效应的地方弹;最后的部分因音高问题进行了小修改",
"bpm": 200,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 89,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/2313452"
}
]
},
{
"name": "大悲咒",
"file": "大悲咒.txt",
"author": "酷安@Aex技术总监",
"desc": "酷安 <a href=http://www.coolapk.com/u/1286879>@Aex技术总监</a>分享乐谱 大悲咒",
"bpm": 151,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 3,
"noteCount": 314,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1286879"
}
]
},
{
"name": "坏苹果",
"file": "坏苹果.txt",
"author": "酷安@Aex技术总监",
"desc": "酷安 <a href=http://www.coolapk.com/u/1286879>@Aex技术总监</a>分享乐谱 坏苹果",
"bpm": 720,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 6,
"noteCount": 641,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1286879"
}
]
},
{
"name": "三葉",
"file": "三葉.txt",
"author": "酷安@Aex技术总监",
"desc": "酷安 <a href=http://www.coolapk.com/u/1286879>@Aex技术总监</a>分享乐谱 三葉",
"bpm": 318,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 0,
"noteCount": 121,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1286879"
}
]
},
{
"name": "亡灵序曲选节",
"file": "亡灵序曲选节.txt",
"author": "酷安@Aex技术总监",
"desc": "酷安 <a href=http://www.coolapk.com/u/1286879>@Aex技术总监</a>分享乐谱 亡灵序曲选节",
"bpm": 240,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 6,
"noteCount": 327,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1286879"
}
]
},
{
"name": "天空之城",
"file": "天空之城.txt",
"author": "酷安@Aex技术总监",
"desc": "酷安 <a href=http://www.coolapk.com/u/1286879>@Aex技术总监</a>分享乐谱 天空之城",
"bpm": 240,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 3,
"noteCount": 111,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1286879"
}
]
},
{
"name": "幻昼",
"file": "幻昼.txt",
"author": "酷安@Aex技术总监",
"desc": "酷安 <a href=http://www.coolapk.com/u/1286879>@Aex技术总监</a>分享乐谱 幻昼",
"bpm": 281,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 10,
"noteCount": 96,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1286879"
}
]
},
{
"name": "烟花易冷",
"file": "烟花易冷.txt",
"author": "酷安@Aex技术总监",
"desc": "酷安 <a href=http://www.coolapk.com/u/1286879>@Aex技术总监</a>分享乐谱 烟花易冷",
"bpm": 132,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 4,
"noteCount": 153,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1286879"
}
]
},
{
"name": "菊次郎的夏天",
"file": "菊次郎的夏天.txt",
"author": "酷安@Aex技术总监",
"desc": "酷安 <a href=http://www.coolapk.com/u/1286879>@Aex技术总监</a>分 享乐谱 菊次郎的夏天",
"bpm": 349,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 2,
"noteCount": 189,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1286879"
}
]
},
{
"name": "起风了",
"file": "起风了.txt",
"author": "酷安@Aex技术总监",
"desc": "酷安 <a href=http://www.coolapk.com/u/1286879>@Aex技术总监</a>分享乐谱 起风了",
"bpm": 236,
"suggested_instrument": 1,
"keyCount": 15,
"pitchLevel": 6,
"noteCount": 260,
"social": [
{
"platform": "coolapk",
"name": "酷安",
"link": "http://www.coolapk.com/u/1286879"
}
]
}
]
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/stageguard-SkyAutoPlayerScript.git
git@api.gitlife.ru:oschina-mirror/stageguard-SkyAutoPlayerScript.git
oschina-mirror
stageguard-SkyAutoPlayerScript
stageguard-SkyAutoPlayerScript
master