Add noon introduction article — composing music with Clojure#320
Merged
timothypratley merged 3 commits intoClojureCivitas:mainfrom Feb 10, 2026
Merged
Add noon introduction article — composing music with Clojure#320timothypratley merged 3 commits intoClojureCivitas:mainfrom
timothypratley merged 3 commits intoClojureCivitas:mainfrom
Conversation
- Introduces noon's core model, building blocks, and harmonic layer system - 6 piano roll diagrams illustrating chromatic/diatonic/structural/tonic steps, scale comparisons, structure comparisons, chord progressions, and layer mixing - Images generated from evaluated noon expressions with color-coded harmonic layers
Use noon.viz.piano-roll to render piano rolls inline from evaluated noon expressions. Removes the 6 static PNG assets and the fragile screenshot pipeline dependency. - Add noon as a git dep - Replace  refs with ^:kindly/hide-code (pr/piano-roll ...) calls - Delete src/music/noon_introduction/*.png
Collaborator
|
Hi @pbaille, Thank you so much for adding to ClojureCivitas! Because the namespace has the When you are ready to publish it, please remove the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Noon — Composing Music with Clojure
Introduces noon, a Clojure library for composing MIDI music.
Content
The article covers:
lin,par,tup,rep,each,chansVisuals
6 piano roll diagrams generated from evaluated noon expressions, color-coded by harmonic layer (tonic → structural → diatonic → chromatic).