From 1d767e749a8a82d6d3dbec21daa2f2b2bc576bc2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 22 Mar 2026 14:48:12 -0400 Subject: [PATCH] Add pytheory play CLI example to blog post Co-Authored-By: Claude Opus 4.6 (1M context) --- ...ry_breaking_through_five_years_of_creative_block_with_ai.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/essays/2026-03-22-pytheory_breaking_through_five_years_of_creative_block_with_ai.md b/data/essays/2026-03-22-pytheory_breaking_through_five_years_of_creative_block_with_ai.md index c696715..ebed3ae 100644 --- a/data/essays/2026-03-22-pytheory_breaking_through_five_years_of_creative_block_with_ai.md +++ b/data/essays/2026-03-22-pytheory_breaking_through_five_years_of_creative_block_with_ai.md @@ -267,6 +267,9 @@ play(c, temperament="pythagorean", synth=Synth.SAW) Because sometimes you just want a quick answer without writing a script: ```bash +# Play a C major chord +$ pytheory play C4 E4 G4 + # What's in the key of D major? $ pytheory key D major