# Music Workbook

An AI-generated music theory course and interactive workbook.

## Metadata

- HTML: https://glenzli.com/en/dr-stochastic-parrot/music-workbook/
- Markdown: https://glenzli.com/en/dr-stochastic-parrot/music-workbook.md
- Collection: Dr. Stochastic Parrot
- Language: en
- Published: 2026-06-30
- Status: published
- Tags: ai-generated, stochastic-parrot, music, theory, workbook

## Content

Music Workbook is an AI-generated music theory course and interactive workbook. It organizes foundational theory, harmony, form analysis, ear training, orchestration, score reading, jazz theory, and modern music analysis into modules that can be read, practiced, and reviewed.

Lesson pages explain concepts and rules, while drills turn each topic into repeatable practice. Staff notation, a virtual piano, and audio playback present abstract theory in interactive form; local practice history and smart review bring learners back to weaker areas. The content, course structure, and most of the implementation were generated primarily by language models and have not received systematic music-education review.

## How It Runs

  ![Music Workbook music theory lessons and exercises](/images/projects/music-workbook-cover.webp)

It runs fully in the browser, with practice progress stored locally and no server-side session.

## Content Scope

| Area | Modules |
| --- | --- |
| Fundamentals | Sight-reading and note recognition, intervals, rhythm and meter, key signatures, music terms |
| Harmony | Chords, minor-key systems, advanced harmony, reharmonization, figured bass, voice leading, modes, modulation, SATB writing, jazz theory |
| Analysis and Composition | Composition theory, phrase structure, stylistic idioms, counterpoint, form analysis, 12-bar blues, set theory |
| Listening and Practice | Continuous sight-reading, ear training, harmonic dictation, solfege, transposition, orchestration, score reading |
| Acoustics and Performance | Tuning systems, extended techniques, conducting diagrams |

The home screen currently provides 32 topic modules, plus entries for learning stats, smart review, simulated transcription, and simulated analysis.

## Learning Flow And Screens

### Home: Modules By Knowledge Area

  ![Music Workbook home screen and module navigation](/images/projects/music-workbook-home.webp)
  The home screen groups modules into fundamentals, harmony, analysis and composition, listening and practice, and acoustics and performance. Each topic can open directly into a lesson or a drill.

### Lessons: Concepts Before Examples

  ![Music Workbook interval lesson screen](/images/projects/music-workbook-lesson.webp)
  Lesson pages combine written explanations, staff examples, and keyboard diagrams. The interval module, for example, explains melodic and harmonic intervals, interval numbers, and semitone distance before showing concrete notation and piano examples.

### Drills: Immediate Feedback

  ![Music Workbook sight-reading and virtual piano drill](/images/projects/music-workbook-drill.webp)
  Drill pages emphasize quick recognition and feedback. The sight-reading drill shows the key signature, target note, score, streak, average speed, and a virtual piano for training note recognition, keyboard location, and response speed.

### Progress: Review State And Coverage

  ![Music Workbook learning stats and module progress](/images/projects/music-workbook-progress.webp)
  The progress dashboard summarizes answer count, accuracy, streak, and practice time, then breaks completion down by module so learners can see which topics are practiced and which should return to lessons or smart review.

## Core Learning Loop

- Lessons: each topic provides concepts, rules, notation examples, or diagrams.
- Focused drills: exercises are generated around one knowledge point for repeated practice.
- Sight-reading and keyboard practice: staff notation and a virtual piano support note recognition and location.
- Ear training: browser audio playback powers interval, chord, and dictation-style practice.
- Smart review: local practice history prioritizes weaker topics.
- Integrated application: simulated transcription and analysis combine listening, tonal judgment, harmonic labeling, and form recognition.

## Notes

Music Workbook is a backend-free React single-page app. Practice data and review records are stored in browser `localStorage`, so the workbook can keep expanding module by module without changing its static hosting model.
