summaryrefslogtreecommitdiff
path: root/docs/index.html
blob: 02c3fc1bd984aa5088ee61fe3ca1ff3dcbb4bd56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!doctype html>
<html>
<head>
<title>Xena Vectra</title>
<meta charset="utf-8">
<link rel="stylesheet" href="assets/css/css.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
</head>
<body class='loading'>
<div class="shards">
  <div class="bgs fade"></div>
</div>
<header>
  <div class="row">
    <div class="row menu">
      <h1>Xena Vectra</h1>
      <a href="#bio"><span class='d'>Biography</span><span class='m'>Bio</span></a>
      <!-- <a href="#discography"><span class='d'>Discography</span><span class='m'>Albums</span></a> -->
      <a href="#hardware">Equipment</a>
      <a href="#contact">Contact</a>
    </div>
    <div class="player paused">
      <div class="icon"></div>
      <div class="track">Dreaming City</div>
      <div class="playlistToggle">
        <div></div>
        <div></div>
        <div></div>
      </div>
    </div>
  </div>
</header>
<section id="bio">
  <h2>Biography</h2>
  <p>
    Xena Vectra is the alter ego of synth goddess Bethany Barrett. Born in the mountains of the Black Forest and raised in sunny California, Beth has a long history in Berlin's underground music scene. Over the years she has produced everything from shoegaze to noise, avant garde disco and synthwave alike.  Her unique style as Xena Vectra is inspired by vintage horror soundtracks, driven by her love of analog electronics.
  </p>
  <p>
    As Xena Vectra, she performs live using an all hardware setup without a laptop in sight. She is available for bookings throughout Europe. Her soundtrack work includes scoring indie film <i>Figaros W&ouml;lfe</i> (2017) and various upcoming projects for German artist Hito Steyerl.
  </p>
</section>
<section id="discography">
  <h2>Discography</h2>
  <p>
    <i>As Xena Vectra</i>
  </p>
  <!--
  <p>
    <b>Escape from Neukölln</b> EP (2018)<br>
    Vinyl / digital on <a href="https://xenavectra.bandcamp.com/albums/escape-from-neukolln/">Bandcamp</a>
  </p>
  <p>
    <b>Dreaming City</b> EP (2018)<br>
    Cassette / digital on <a href="https://xenavectra.bandcamp.com/albums/escape-from-neukolln/">Bandcamp</a>
  </p>
  <p>
    <i>Magisphere</i>
  </p>
  <p>
    <b>Theta 5</b> EP (2018)<br>
    Cassette / digital on <a href="https://lobsterlfo.bandcamp.com/albums/magisphere-theta-5/">Bandcamp</a>
  </p>
  -->
</section>
<section id="hardware">
  <h2>Equipment</h2>
  <h3>Monosynths</h3>
  <ul>
    <li>Moog Subphatty</li>
    <li>Korg Monologue</li>
    <li>Arturia Microbrute</li>
    <li>Pittsburgh Modular Lifeforms SV-1</li>
  </ul>
  <h3>Polysynths</h3>
  <ul>
    <li>Behringer DeepMind 12</li>
    <li>Korg Minilogue</li>
    <li>Roland JX-8P</li>
    <li>Roland D-05</li>
    <li>Korg Volca FM</li>
  </ul>
  <h3>Drum machines</h3>
  <ul>
    <li>Roland TR-8</li>
    <li>Elektron Digitakt</li>
  </ul>
  <h3>Pedals</h3>
  <ul>
    <li>Strymon Timeline</li>
    <li>Strymon Big Sky</li>
  </ul>
  <i>"<span id='quote'></span>" &mdash;Cayde-6</i>
</section> <section id="contact"> <h2>Contact</h2> <p>
    Booking:
      <a target='_blank' id='email_addr'></a><br>
    Twitter:
      @<a target='_blank' id='twitter_addr' href='https://twitter.com/XenaVectra/'>XenaVectra</a><br>
    Soundcloud:
      <a target='_blank' href="https://soundcloud.com/xenavectra/">xenavectra</a>,
      <a target='_blank' href="https://soundcloud.com/magisphere/">magisphere</a>
    <br/>
    <!--
    Bandcamp: <a target='_blank' href="https://xenavectra.bandcamp.com/">xenavectra</a><br/>
    -->
  </p>
</section>
<div class="playlist">
  <ul></ul>
</div>
<script src="./assets/js/util.js"></script>
<script src="./assets/js/cielab.js"></script>
<script src="./assets/js/sounds.js"></script>
<script src="./assets/js/player.js"></script>
<script src="./assets/js/stars.js"></script>
<script src="./assets/js/shards.js"></script>
<script src="./assets/js/site.js"></script>
</body>
</html>