Electronic Music – write a response to ONE of the following works of your choosing:
a) Stockhausen “Gesang der Junglinge” (1958) https://www.youtube.com/watch?v=Y1Psx24n3rM
b) Aphex Twin “Windowlicker” (1999) https://www.youtube.com/watch?v=FATTzbm78cc
c) William Basinski “Watermusic” (2001) https://www.youtube.com/watch?v=ybe5di9h4ro
How does technology enable the composer(s) to do what would otherwise be impossible? How are traditionally musical elements extended? Why or why not do you find the work compelling? If you wish, you may use articles such as “Liberation of Sound” by Varese, the documentation on Stockhausenʼs “Gesang” ( http://en.wikipedia.org/wiki/Gesang_der_J%C3%BCnglinge ), “Ambient Music and Apocalypse” by Joanna Demers, and other relevant sources to support your writing.
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 });

