Cybine Combinations

Musician

Frank Vis & Marcio Gibson

Last year Marcio Gibson & Frank Schouten formed a duo under the name Cybine Combinations. To promote there upcoming tour they meet up in Amsterdam and Paris to record this release. This dutch/brazilian psychedelic improvisation band takes there influence from free-jazz, audio play and noise. Frenetic drumming against a modular synth setup played in a jittery rhythm. An eternal becoming of compositional fragments and networks in space.

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