Mr W

Performer

Wij zijn drie door de wol geverfde muzikanten uit succesvolle bands binnen de Amsterdamse underground, die iets anders wilden dan standaard bandrepetities en het experiment zijn aangegaan. Onze muziek ontstaat in het moment en is daarom iedere keer anders: meeslepend, dansbaar en rockend, maar soms ook klein en kwetsbaar. We omschrijven onze muziek als Ecstatic Improck. Where words fail ---music speaks (HC Anderson)

MANIFESTTOPCONTACT
PERFORMERS
PERFORMERS
PERFORMERS
PERFORMERS
No items found.
document.getElementById("copy-button").addEventListener("click", function() { // Get the current page URL var currentUrl = window.location.href; // Create a temporary input element var tempInput = document.createElement("input"); // Add the current page URL to the input value tempInput.setAttribute("value", currentUrl); // Append the input to the body document.body.appendChild(tempInput); // Select the input tempInput.select(); // Copy the selected text document.execCommand("copy"); // Remove the input from the body document.body.removeChild(tempInput); // Update the text of the "copy-status" element document.getElementById("copy-status").textContent = "Copied!"; });