summaryrefslogtreecommitdiff
path: root/docs/index.html
blob: aec8e68eca2410985dceb670d37a19ad80c8030e (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
119
120
121
122
<!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, raised in sunny California, she now resides in Berlin.  Her unique style is inspired by her love of synth-heavy film soundtracks and italo disco, driven by her love of analog electronics.
  </p>
  <p>
    As Xena Vectra, she performs live using an all hardware setup, no laptop. She is always looking for new projects involving sound design, including film and game soundtracks, and is available for live bookings throughout Europe. She also appears as one half of synth duo Magisphere. 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 MS-20 Mini</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>
    <li>Kawai K1m</li>
  </ul>
  <h3>Drum machines / Sequencers / Samplers</h3>
  <ul>
    <li>Korg DDD-1</li>
    <li>Roland TR-8</li>
    <li>Elektron Digitakt</li>
    <li>Alesis Samplepad</li>
  </ul>
  <h3>FX</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>