{"id":576,"date":"2011-01-28T00:33:48","date_gmt":"2011-01-27T14:33:48","guid":{"rendered":"http:\/\/www.filthmedia.com\/?p=576"},"modified":"2011-01-28T00:34:20","modified_gmt":"2011-01-27T14:34:20","slug":"cup-size-choir","status":"publish","type":"post","link":"http:\/\/www.filthmedia.com\/?p=576","title":{"rendered":"Cup Size Choir"},"content":{"rendered":"<p>Recently made the Cup Size Choir for La Senza via the agency Karmarama, which was quite a hit over the Christmas period&#8230; 1,000,000 uniques over the first 4 days. The site got hammered by Gizmodo on the first night, apparently was serving 200mb\/sec at one stage.<\/p>\n<p><a href=\"http:\/\/www.cupsizechoir.com\/?s=27775\"><img loading=\"lazy\" src=\"http:\/\/www.filthmedia.com\/wp-content\/uploads\/2011\/01\/cupsizechoir.jpg\" alt=\"\" title=\"cupsizechoir\" width=\"480\" height=\"276\" class=\"alignleft size-full wp-image-594\" srcset=\"http:\/\/www.filthmedia.com\/wp-content\/uploads\/2011\/01\/cupsizechoir.jpg 480w, http:\/\/www.filthmedia.com\/wp-content\/uploads\/2011\/01\/cupsizechoir-300x172.jpg 300w\" sizes=\"(max-width: 480px) 100vw, 480px\" \/><\/a><\/p>\n<p>So forget the boring Deck the Halls song, here&#8217;s a link to the Nothing Else Matters intro that I made: <a href=\"http:\/\/www.cupsizechoir.com\/?s=27775\">www.cupsizechoir.com\/?s=27775<\/a><\/p>\n<p>Unlike most tunes that are recorded live on the site, having access to the database I entered this tune in via code. Took about 2 hrs to format the data correctly for the tune &#8211; it doesn&#8217;t mimic the guitar work perfectly though.<\/p>\n<p>Flagged as NSFW, but I really think it is SFW.<\/p>\n<p>For code people, here&#8217;s the &#8216;tablature&#8217; for the tune:<\/p>\n<div style='font-family:monospace;'>\nvar barlength:int = 24;<br \/>\nvar bar : int = 0 * barlength;<br \/>\ndeckthehalls[bar + 0] = 0;<br \/>\ndeckthehalls[bar + 4] = 2;<br \/>\ndeckthehalls[bar + 8] = 4;<br \/>\ndeckthehalls[bar + 12] = 7;<br \/>\ndeckthehalls[bar + 16] = 4;<br \/>\ndeckthehalls[bar + 20] = 2;<\/p>\n<p>bar += barlength;<br \/>\ndeckthehalls[bar + 0] = 0;<br \/>\ndeckthehalls[bar + 4] = 2;<br \/>\ndeckthehalls[bar + 8] = 4;<br \/>\ndeckthehalls[bar + 12] = 7;<br \/>\ndeckthehalls[bar + 16] = 4;<br \/>\ndeckthehalls[bar + 20] = 2;<\/p>\n<p>bar += barlength;<br \/>\ndeckthehalls[bar + 0] = 0;<br \/>\ndeckthehalls[bar + 4] = 2;<br \/>\ndeckthehalls[bar + 8] = 4;<br \/>\ndeckthehalls[bar + 12] = 7;<br \/>\ndeckthehalls[bar + 16] = 4;<br \/>\ndeckthehalls[bar + 20] = 2;<\/p>\n<p>bar += barlength;<br \/>\ndeckthehalls[bar + 0] = 0;<br \/>\ndeckthehalls[bar + 4] = 2;<br \/>\ndeckthehalls[bar + 8] = 4;<br \/>\ndeckthehalls[bar + 12] = 7;<br \/>\ndeckthehalls[bar + 16] = 4;<br \/>\ndeckthehalls[bar + 20] = &#8216;2,11&#8217;;<\/p>\n<p>bar += barlength;<br \/>\ndeckthehalls[bar + 0] = &#8216;0,11&#8217;;<br \/>\ndeckthehalls[bar + 4] = 2;<br \/>\ndeckthehalls[bar + 8] = 4;<br \/>\ndeckthehalls[bar + 12] = &#8216;7,11&#8217;;<br \/>\ndeckthehalls[bar + 14] = 7;<br \/>\ndeckthehalls[bar + 16] = 4;<br \/>\ndeckthehalls[bar + 20] = 2;<\/p>\n<p>bar += barlength;<br \/>\ndeckthehalls[bar + 0] = 0;<br \/>\ndeckthehalls[bar + 4] = 2;<br \/>\ndeckthehalls[bar + 8] = &#8216;4,11&#8217;;<br \/>\ndeckthehalls[bar + 12] = &#8216;7,12&#8217;;<br \/>\ndeckthehalls[bar + 16] = &#8216;4,11&#8217;;<br \/>\ndeckthehalls[bar + 20] = &#8216;2,10&#8217;;<\/p>\n<p>bar += barlength;<br \/>\ndeckthehalls[bar + 0] = &#8216;0,11&#8217;;<br \/>\ndeckthehalls[bar + 4] = &#8216;2,10&#8217;;<br \/>\ndeckthehalls[bar + 8] = &#8216;4,9&#8217;;<\/p>\n<p>\/\/ half bar up to A<br \/>\nbar += 12;<br \/>\ndeckthehalls[bar + 0] = 3;<br \/>\ndeckthehalls[bar + 4] = 5;<br \/>\ndeckthehalls[bar + 8] = 7;<br \/>\ndeckthehalls[bar + 12] = 10;<br \/>\ndeckthehalls[bar + 16] = 7;<br \/>\ndeckthehalls[bar + 20] = 5;<\/p>\n<p>bar += barlength;<\/p>\n<p>deckthehalls[bar + 0] = 3;<br \/>\ndeckthehalls[bar + 4] = 5;<br \/>\ndeckthehalls[bar + 8] = 7;<br \/>\ndeckthehalls[bar + 12] = 10;<br \/>\ndeckthehalls[bar + 16] = &#8216;3,5,7&#8217;;<br \/>\ndeckthehalls[bar + 20] = &#8216;4,5,7&#8217;;<\/p>\n<p>\/\/ up to c<br \/>\nbar += barlength;<br \/>\ndeckthehalls[bar + 0] = &#8216;5,7&#8217;;<br \/>\ndeckthehalls[bar + 4] = 7;<br \/>\ndeckthehalls[bar + 8] = 9;<br \/>\ndeckthehalls[bar + 12] = 12;<br \/>\ndeckthehalls[bar + 16] = 9;<br \/>\ndeckthehalls[bar + 20] = 7;<\/p>\n<p>bar += barlength;<\/p>\n<p>deckthehalls[bar + 0] = 6;<br \/>\ndeckthehalls[bar + 4] = 8;<br \/>\ndeckthehalls[bar + 8] = 10;<br \/>\ndeckthehalls[bar + 12] = 13;<br \/>\ndeckthehalls[bar + 16] = 10;<br \/>\ndeckthehalls[bar + 20] = 8;<\/p>\n<p>deckthehalls[bar + 23] = 100; \/\/ end loop<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Recently made the Cup Size Choir for La Senza via the agency Karmarama, which was quite a hit over the Christmas period&#8230; 1,000,000 uniques over the first 4 days. The site got hammered by Gizmodo on the first night, apparently was serving 200mb\/sec at one stage. So forget the boring Deck the Halls song, here&#8217;s [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[2,10,3,7],"tags":[],"_links":{"self":[{"href":"http:\/\/www.filthmedia.com\/index.php?rest_route=\/wp\/v2\/posts\/576"}],"collection":[{"href":"http:\/\/www.filthmedia.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.filthmedia.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.filthmedia.com\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"http:\/\/www.filthmedia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=576"}],"version-history":[{"count":0,"href":"http:\/\/www.filthmedia.com\/index.php?rest_route=\/wp\/v2\/posts\/576\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.filthmedia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=576"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.filthmedia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=576"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.filthmedia.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=576"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}