-
Notifications
You must be signed in to change notification settings - Fork 0
/
akoko-ajeji.html
41 lines (35 loc) · 2.61 KB
/
akoko-ajeji.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Akoko Ajeji</title>
<meta name="author" content="Chris Korda">
<meta name="date" content="2021-11-29">
<meta name="description" content="Press release for Chris Korda's Akoko Ajeji album">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="./style.css" rel=stylesheet title=default type=text/css>
</head>
<body>
<div class=menu>
<p><table id="navigation">
<tr>
<th><a href="index.html">Home</a></th>
<th><a href="music.html">Music</a></th>
<th><a href="software.html">Software</a></th>
<th><a href="art.html">Art</a></th>
<th><a href="words.html">Words</a></th>
<th><a href="contact.html">Contact</a></th>
</tr>
</table>
</div>
<div id=body>
<!-- content goes HERE -->
<h2>Akoko Ajeji</h2>
<p>Akoko Ajeji means "Strange Time" in Yoruba. All the tracks on this album are in complex polymeter, which means that they use multiple prime meters simultaneously. Each instrumental part is written in a different meter, and consequently the instruments shift phase or "slip" relative to each other. For example, the kick pattern could be in 4/4, the organ part in 5/4, the hi-hat in 7/4, and so on. The result is an intricate but non-random pattern of interference, similar to a moiré pattern. The album's theme is trance, and its titles are in Yoruba because Yoruba has evocative and beautiful words for trance, music, and dancing.
<p>Akoko Ajeji is very likely the only album in the world entirely in complex polymeter. In terms of rhythmic complexity, it's hard to find anything to compare it to other than my previous releases. It differs from them in that polymeter is now the primary focus, and determines not only the rhythm, but the harmony too. The technique is as radical in its way as the pitch sets of atonal music were in the 1920s. It's a new approach to music composition, and a new type of algorithmic music. One proof of this is that I had to write (re-write) my own <a href="https://victimofleisure.github.io/Polymeter/">MIDI sequencer</a> in order to even begin composing this album, because commercial sequencers and DAWs simply can't handle complex polymeter.
<p>Akoko Ajeji extends polymeter beyond Steve Reich's ideas into new domains, especially permutational harmony generation, and fuses algorithmic music with the traditions of techno and jazz.
<p>Release date is September 6 on Perlon Records. Listen and order <a href="https://www.decks.de/track/chris_korda-akoko_ajeji/cf8-23">HERE</a>. Preorder was here <a href="http://www.wordandsound.de/news/archive/news_512">Word and Sound</a>.
<!-- content stops HERE -->
</div>
</body>
</html>