mirror of
https://github.com/kennethreitz/interpretations.git
synced 2026-06-05 23:00:19 +00:00
Website: album description prose between cover and tracklist
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -62,6 +62,15 @@
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.album-desc {
|
||||
max-width: 520px;
|
||||
margin: 20px auto 0;
|
||||
font-size: 14px;
|
||||
line-height: 1.7;
|
||||
color: #888;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Track list */
|
||||
.tracklist {
|
||||
max-width: 700px;
|
||||
@@ -359,6 +368,17 @@
|
||||
<div class="album-title">Interpretations</div>
|
||||
<div class="artist">Infinite State</div>
|
||||
<div class="album-info">24 tracks · 83:58 · Written in Python · Generated from code</div>
|
||||
<p class="album-desc">
|
||||
Sitar ragas with 808 drops. Singing bowls over trap beats.
|
||||
A string quartet ambushed by drum & bass.
|
||||
Five voices simulating auditory hallucinations.
|
||||
A piano telling the story of a psychotic break — every note placed by hand.
|
||||
Microtonal tuning systems. Mellotron tape warble. Raw oscillator screams.
|
||||
<br><br>
|
||||
Every sound generated from Python source code using
|
||||
<a href="https://github.com/kennethreitz/pytheory" style="color:#c8a846">pytheory</a>.
|
||||
No samples. No DAW. The music is the code.
|
||||
</p>
|
||||
<div class="streaming-links" id="streaming-links">
|
||||
<!-- Uncomment as links go live
|
||||
<a href="#" class="stream-btn">Spotify</a>
|
||||
|
||||
Reference in New Issue
Block a user