「収録曲」の編集履歴(バックアップ)一覧はこちら

収録曲」(2014/01/10 (金) 00:12:23) の最新版変更点

追加された行は緑色になります。

削除された行は赤色になります。

*公式による全曲紹介動画 &youtube(http://www.youtube.com/watch?v=srUOMj8Dsvo) リスト見てもピンと来ない人はまずこの動画を見ると知ってる曲があるかも。 バンドフューズはTAB譜未経験の人にもわかりやすい解説があるのと、 身につけておいて損のない感じにテクニックが網羅されているので、 好きな曲が無い場合もこれらの曲をやりこんでおくと、TAB譜さえあれば弾ける準備ができます。 *収録曲一覧 #divid(makeTableButton){ } #divid(tablesorter-src){ |アーティスト|曲名|Tuning|難易度|Tuning|難易度|難易度|RS| |Nine Days|Absolutely (Story of a Girl)|E|1|E|2|3|-| |Pearl Jam|Alive|E|4|E|3|3|DLC| |Blink 182|All The Small Things|E|1|E|2|3|DLC| |Children Of Bodom|Are You Dead Yet?|DropC|5|DropC|5|5|-| |Slash|Back From Cali|E|3|E|2|4|-| |Social Distortion|Bad Luck|Eb|1|Eb|1|3|-| |Duncan Sheik|Barely Breathing|E|3|E|3|3|-| |Heart|Barracuda|E|4|E|2|3|DLC| |Jane's Addiction|Been Caught Stealing|E|4|E|4|3|-| |Santana|Black Magic Woman|E|3|E|3|3|DLC| |Kenny Wayne Shepherd|Blue on Black|DropD|4|E|3|3|-| |Judas Priest|Breakin' The Law|Eb|3|Eb|2|3|-| |Kansas|Carry On My Wayward Son|E|4|E|4|3|-| |Living Colour|Cult of Personality|E|5|E|5|3|DLC| |Shinedown|Devour|DropC|2|DropC|3|3|-| |The Distillers|Drain the Blood|E|2|E|3|3|-| |Incubus|Drive|E|3|E|2|3|-| |Faith No More|Epic|E|3|E|4|3|-| |Modest Mouse|Float On|E|1|E|1|3|DLC| |Blue Oyster Cult|Godzilla|E|3|E|4|3|DLC| |Megadeth|Hangar 18|E|5|DropD|4|3|DLC| |Maroon 5|Harder To Breathe|E|2|E|2|4|DLC| |Grateful Dead|Hell in a Bucket|E|4|E|4|3|-| |the Pixies|Here Comes Your Man|E|1|E|3|3|DLC| |Foreigner|Hot Blooded|E|4|E|2|3|-| |Modern English|I Melt With You|E|1|E|2|3|-| |Cheap Trick|I Want You To Want Me|E|2|E|2|4|-| |Pantera|I'm Broken|D|5|D|4|4|-| |Bad Religion|Infected|D|1|D|3|3|-| |Rick Springfield|Jessie's Girl|E|4|E|2|3|DLC| |Rush|Limelight|E|4|E|5|3|DLC| |Halestorm|Love Bites|DropD|4|DropD|3|3|-| |All American Rejects|Move Along|Eb|1|Eb|2|3|-| |Blind Melon|No Rain|E|3|E|3|3|DLC| |Zakk Wyide|Overlord|D|4|D|3|3|-| |Dream Theater|Pull Me Under|E|5|E|5|4|-| |Billy Idol|Rebel Yell|E|4|E|2|3|-| |The Strokes|Reptilia|E|3|E|3|3|DLC| |Bootsy Collin|Rock Bandit|E|5|E|5|5|-| |Brian Setzer|Rock This Town|E|5|E|5|3|-| |Ratt|Round and Round|Eb|4|Eb|4|3|2014| |The Clash|Should I Stay Or Should I Go|E|1|E|2|3|DLC| |Blur|Song 2|E|1|Eb|1|3|2014| |Testament|Souls of Black|Eb|5|Eb|5|4|-| |Fall Out Boy|"Sugar| We're Going Down"|DropD|2|DropD|2|3|-| |Bullet For My Valentine|Tears Don't Fall|DropC|5|DropC|3|3|-| |Five Finger Death Punch|The Bleeding|DropC|5|DropC|2|4|-| |Stellar Revival|The Crazy Ones|DropDb|3|DropDb|3|3|-| |My Chemical Romance|Welcome to the Black Parade|E|3|E|2|3|DLC| |Sublime|What I Got|E|2|E|2|2|-| |Lynch Mob|Wicked Sensation|Eb|5|Eb|4|5|-| |Red Fang|Wires|DropD|3|DropD|3|3|2014| |Wolfmother|Woman|E|3|E|4|3|-| |Coldplay|Yellow|E|2|E|2|3|-| |Alanis Morissette|You Oughta Know|E|3|E|5|3|-| } #divid(tablesorter-dest){ } // -------------------- ここからしたは弄る必要なし ----------------- #include_js(http://cdn18.atwikiimg.com/worditest/pub/jquery.min.js) #include_js(http://cdn18.atwikiimg.com/worditest/pub/jquery.tablesorter.js) #javascript(){ // ボタン作成 $("#makeTableButton").append("<input type='button' value='ソート対応のテーブルを作成' onclick='makeTable()' />"); function makeTable() { // 移動元と移動先のテーブル var src = $("#tablesorter-src").children("table"); $("#tablesorter-dest").append("<table>"); var dest = $("#tablesorter-dest").children("table"); // 移動先テーブルの準備 dest.addClass("tablesorter"); dest.append("<thead id='tableHead'>"); dest.append("</thead>"); dest.append("<tbody id='tableBody'>"); dest.append("</tbody>"); // 移動元から移動先へ srcHead = src.find(".atwiki_tr_1"); srcHead.html(srcHead.html().replace(/td/ig, "th")); srcHead.appendTo("#tableHead"); src.find("tr").appendTo("#tableBody"); // 準備が出来たのでソート対応へ dest.tablesorter({sortList:[[0,0]], widgets: ['zebra']}); // 移動後に必要ないものの後始末 $("#tablesorter-src").empty(); $("#makeTableButton").html("<input type='button' value='作成完了!' disabled />"); } }
*公式による全曲紹介動画 &youtube(http://www.youtube.com/watch?v=srUOMj8Dsvo) リスト見てもピンと来ない人はまずこの動画を見ると知ってる曲があるかも。 バンドフューズはTAB譜未経験の人にもわかりやすい解説があるのと、 身につけておいて損のない感じにテクニックが網羅されているので、 好きな曲が無い場合もこれらの曲をやりこんでおくと、TAB譜さえあれば弾ける準備ができます。 *収録曲一覧 #divid(makeTableButton){ } #divid(tablesorter-src){ |CENTER:アーティスト|CENTER:曲名|CENTER:Guitar&br()Tuning|CENTER:Guitar&br()難易度|CENTER:Bass&br()Tuning|CENTER:Bass&br()難易度|CENTER:Vocal&br()難易度|RS| |Nine Days|Absolutely (Story of a Girl)|E|1|E|2|3|-| |Pearl Jam|Alive|E|4|E|3|3|DLC| |Blink 182|All The Small Things|E|1|E|2|3|DLC| |Children Of Bodom|Are You Dead Yet?|DropC|5|DropC|5|5|-| |Slash|Back From Cali|E|3|E|2|4|-| |Social Distortion|Bad Luck|Eb|1|Eb|1|3|-| |Duncan Sheik|Barely Breathing|E|3|E|3|3|-| |Heart|Barracuda|E|4|E|2|3|DLC| |Jane's Addiction|Been Caught Stealing|E|4|E|4|3|-| |Santana|Black Magic Woman|E|3|E|3|3|DLC| |Kenny Wayne Shepherd|Blue on Black|DropD|4|E|3|3|-| |Judas Priest|Breakin' The Law|Eb|3|Eb|2|3|-| |Kansas|Carry On My Wayward Son|E|4|E|4|3|-| |Living Colour|Cult of Personality|E|5|E|5|3|DLC| |Shinedown|Devour|DropC|2|DropC|3|3|-| |The Distillers|Drain the Blood|E|2|E|3|3|-| |Incubus|Drive|E|3|E|2|3|-| |Faith No More|Epic|E|3|E|4|3|-| |Modest Mouse|Float On|E|1|E|1|3|DLC| |Blue Oyster Cult|Godzilla|E|3|E|4|3|DLC| |Megadeth|Hangar 18|E|5|DropD|4|3|DLC| |Maroon 5|Harder To Breathe|E|2|E|2|4|DLC| |Grateful Dead|Hell in a Bucket|E|4|E|4|3|-| |the Pixies|Here Comes Your Man|E|1|E|3|3|DLC| |Foreigner|Hot Blooded|E|4|E|2|3|-| |Modern English|I Melt With You|E|1|E|2|3|-| |Cheap Trick|I Want You To Want Me|E|2|E|2|4|-| |Pantera|I'm Broken|D|5|D|4|4|-| |Bad Religion|Infected|D|1|D|3|3|-| |Rick Springfield|Jessie's Girl|E|4|E|2|3|DLC| |Rush|Limelight|E|4|E|5|3|DLC| |Halestorm|Love Bites|DropD|4|DropD|3|3|-| |All American Rejects|Move Along|Eb|1|Eb|2|3|-| |Blind Melon|No Rain|E|3|E|3|3|DLC| |Zakk Wyide|Overlord|D|4|D|3|3|-| |Dream Theater|Pull Me Under|E|5|E|5|4|-| |Billy Idol|Rebel Yell|E|4|E|2|3|-| |The Strokes|Reptilia|E|3|E|3|3|DLC| |Bootsy Collin|Rock Bandit|E|5|E|5|5|-| |Brian Setzer|Rock This Town|E|5|E|5|3|-| |Ratt|Round and Round|Eb|4|Eb|4|3|2014| |The Clash|Should I Stay Or Should I Go|E|1|E|2|3|DLC| |Blur|Song 2|E|1|Eb|1|3|2014| |Testament|Souls of Black|Eb|5|Eb|5|4|-| |Fall Out Boy|Sugar, We're Going Down|DropD|2|DropD|2|3|-| |Bullet For My Valentine|Tears Don't Fall|DropC|5|DropC|3|3|-| |Five Finger Death Punch|The Bleeding|DropC|5|DropC|2|4|-| |Stellar Revival|The Crazy Ones|DropDb|3|DropDb|3|3|-| |My Chemical Romance|Welcome to the Black Parade|E|3|E|2|3|DLC| |Sublime|What I Got|E|2|E|2|2|-| |Lynch Mob|Wicked Sensation|Eb|5|Eb|4|5|-| |Red Fang|Wires|DropD|3|DropD|3|3|2014| |Wolfmother|Woman|E|3|E|4|3|-| |Coldplay|Yellow|E|2|E|2|3|-| |Alanis Morissette|You Oughta Know|E|3|E|5|3|-| } #divid(tablesorter-dest){ } // -------------------- ここからしたは弄る必要なし ----------------- #include_js(http://cdn18.atwikiimg.com/worditest/pub/jquery.min.js) #include_js(http://cdn18.atwikiimg.com/worditest/pub/jquery.tablesorter.js) #javascript(){ // ボタン作成 $("#makeTableButton").append("<input type='button' value='ソート対応のテーブルを作成' onclick='makeTable()' />"); function makeTable() { // 移動元と移動先のテーブル var src = $("#tablesorter-src").children("table"); $("#tablesorter-dest").append("<table>"); var dest = $("#tablesorter-dest").children("table"); // 移動先テーブルの準備 dest.addClass("tablesorter"); dest.append("<thead id='tableHead'>"); dest.append("</thead>"); dest.append("<tbody id='tableBody'>"); dest.append("</tbody>"); // 移動元から移動先へ srcHead = src.find(".atwiki_tr_1"); srcHead.html(srcHead.html().replace(/td/ig, "th")); srcHead.appendTo("#tableHead"); src.find("tr").appendTo("#tableBody"); // 準備が出来たのでソート対応へ dest.tablesorter({sortList:[[0,0]], widgets: ['zebra']}); // 移動後に必要ないものの後始末 $("#tablesorter-src").empty(); $("#makeTableButton").html("<input type='button' value='作成完了!' disabled />"); } }

表示オプション

横に並べて表示:
変化行の前後のみ表示: