The Endoscope Trio

Performer

Post-punk, Shoegaze
 The band's sound is characterized by a combination of dense, reverb-laden guitars, driving basslines, and ethereal vocals. The use of the Bass VI (played by Paolo) adds a unique texture to their music, blending the depth of bass with the melodic capacity of a guitar. Drum machines are often employed to create precise, mechanical rhythms that complement the atmospheric soundscapes.


 - *Valerio*'s bass provides a solid foundation, anchoring the band's sound with rhythmic and melodic lines.
 - *Marco*'s guitar work and vocal contributions introduce fuzzed out melodic elements, creating a distinctive "wall of sound."
 - *Paolo*'s Bass VI thickens the sound, adding layers of sonic depth balancing the overall texture.

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!"; });