From ce09298f262bf67da270db4d97ba2c7c8a5c8bcc Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 1 Apr 2026 11:21:34 -0400 Subject: [PATCH] Move player screenshot down one paragraph in Interpretations essay Co-Authored-By: Claude Opus 4.6 (1M context) --- .../2026-04-01-interpretations_an_album_written_in_python.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/essays/2026-04-01-interpretations_an_album_written_in_python.md b/data/essays/2026-04-01-interpretations_an_album_written_in_python.md index 7d891c6..8df0e09 100644 --- a/data/essays/2026-04-01-interpretations_an_album_written_in_python.md +++ b/data/essays/2026-04-01-interpretations_an_album_written_in_python.md @@ -3,10 +3,10 @@ I'm working on an album. Each track is a Python script. You run it, it renders a WAV file. That's the whole workflow. -![Interpretations player running in the terminal](/static/images/interpretations-player.png) - The project is called [**Interpretations**](https://github.com/kennethreitz/interpretations), and it's built on [PyTheory](https://github.com/kennethreitz/pytheory) — the same synthesis engine I've been writing about [lately](/essays/2026-03-29-numpy_as_synth_engine). No DAW. No MIDI. No samples. Just Python files that describe music and a library that turns them into sound. +![Interpretations player running in the terminal](/static/images/interpretations-player.png) + It's very much a work in progress, but the concept is solid enough to talk about. ## The Idea