From 8ea3c9d64261ea11924412f1a2b66a8fcc10d3fd Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 22 Mar 2026 14:53:24 -0400 Subject: [PATCH] Add pytheory play Cmaj7 example with output Co-Authored-By: Claude Opus 4.6 (1M context) --- ...breaking_through_five_years_of_creative_block_with_ai.md | 6 ++++++ 1 file changed, 6 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 ebed3ae..b057d9b 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 @@ -270,6 +270,12 @@ Because sometimes you just want a quick answer without writing a script: # Play a C major chord $ pytheory play C4 E4 G4 +# Play a chord by name +$ pytheory play Cmaj7 + Playing: C major 7th (C4 E4 G4 B4) + Synth: sine + Duration: 1000 ms + # What's in the key of D major? $ pytheory key D major