I’m taking a mid-level music theory class and we’re doing a unit on avant garde music. With my course load at the moment I don’t think I’ll have time to listen to the album (http://shittyhorror.bandcamp.com/album/prom-night-after-party-in-ed-geins-basement) and wrap my head around it. The professor gave us a link to the album and said we didn’t have to buy it but could instead listen to each song on that page for free.
The gist of the assignment is to compare and contrast the album linked above (“Prom Night After Party in Ed Gein’s Basement”) to The Smiths and Radiohead, two bands the teacher chose to represent the 80s and 90s respectively (we just got off a unit on those two bands, now doing avant garde stuff).
he assignment says “800 words discussing the relationship between art and listenability the band Tunky & Longface represents and how that relationship compares/contrasts with your views on Radiohead and The Smiths. Include a critical reading of two songs from the Tunky & Longface album to defend your thesis.”
http://shittyhorror.bandcamp.com/album/prom-night-after-party-in-ed-geins-basement
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

