Building the MetroDrone
The engineering design of an ear training tool that combines a drone and metronome — and why two simple functions require surprisingly careful engineering to work well together.
The MetroDrone is the best-selling product in the Muse Eek catalog — not because it does something exotic, but because it does something essential with exceptional reliability. It combines two functions: a sustained drone tone at a specified pitch and a metronome click at a specified tempo. These two functions, combined in one tool, solve a problem that practicing musicians encounter every day.
The engineering challenge is that “combining two functions” is not as simple as it sounds. A drone and a metronome interact acoustically, cognitively, and technically in ways that require careful design to get right. Understanding these interactions is the engineering story behind the MetroDrone.
Why Two Tools Are Not Enough
A musician practicing ear training with a pitch reference and a metronome can use a tuning fork and a standalone metronome — two separate tools. This seems equivalent to the MetroDrone. In practice it is not, for two reasons:
Cognitive load: Monitoring two separate sound sources — one for pitch reference, one for rhythmic reference — requires attention to be split between them. The brain has limited attentional resources. A combined tool that presents both references as a unified perceptual experience reduces this load, allowing more attention to be directed toward the actual ear training task.
Synchronization: A drone and a metronome that are not synchronized can create rhythmic interference — the drone’s sustain may mask metronome clicks at certain beat positions, or the metronome’s click pattern may distract from the pitch perception task in inconsistent ways. A properly engineered MetroDrone presents the drone as a continuous background and the click as a foreground event, maintaining a consistent perceptual hierarchy.
The Engineering Specifications
The Acoustic Engineering Problem — Drone Timbre
The most counterintuitive engineering challenge in the MetroDrone is choosing the drone timbre. The obvious choice — a sustained piano note or guitar note — turns out to be wrong for a specific acoustic reason: instruments with rich overtone profiles generate harmonics that compete with the melodic material the student is practicing. If the drone is a sustained guitar A, its 3rd harmonic is E, its 5th harmonic is C#, its 7th harmonic is approximately G — and these overtones will be heard as faint pitches in the background, potentially influencing the student’s perception of which notes “belong” to the key center.
The engineering solution is a drone with a minimal overtone profile — a sine wave or a very soft, filtered organ tone that generates primarily the fundamental and weak second harmonic. This drone provides the pitch reference without generating competing overtone content. The student’s ear gets the key center without the instrument’s overtone profile colouring their perception of the exercise material.
Equal Temperament and the Pitch Reference
The MetroDrone uses equal temperament tuning — the standard 12-note system where all semitones are equal and A4 = 440Hz. This is not the only valid choice (just intonation, or A=432Hz, or other tuning systems are used in some contexts), but it is the correct choice for the hexatonic ear training system, for a specific reason: the pitch class set system is defined in equal temperament. The intervals of a trichord are equal-tempered semitones. Using a just-intonation drone would create a subtle but real mismatch between the reference pitch and the theoretical system being studied.
The Metronome Problem — Latency and Click Perception
A metronome click that arrives even 20ms late is perceivable as late by a trained musician. Digital audio systems introduce latency — a delay between when audio is scheduled and when it actually reaches the speaker. Mobile devices have variable latency depending on audio buffer size, system load, and operating system audio routing.
The iOS audio framework (AVFoundation, and at lower level, Audio Unit) allows very low latency audio rendering — the MetroDrone iOS app targets buffer sizes that achieve less than 10ms click onset latency, within the just-noticeable-difference threshold for rhythmic perception. Achieving this requires using the low-latency audio path (Core Audio) rather than the high-level audio APIs that prioritize power efficiency over latency.
The result is a metronome that feels tight — whose clicks land where they are expected, providing reliable rhythmic reference that the musician can genuinely “feel time” against rather than merely hear it. This is the engineering realization of the pedagogical principle: feel time, don’t count it.
Compositions Practiced with the MetroDrone
The MetroDrone is the foundational practice tool for all Sound Cells material. These pieces were developed with the drone as the constant reference — the key center anchor that makes the hexatonic sound world coherent.
Engineering and music, the same design principles
Perceptual hierarchy
The MetroDrone’s drone-as-background, click-as-foreground design mirrors the musical hierarchy of key center (background) and melody (foreground). Good audio engineering and good musical structure use the same layering principle.
Timbre as engineering choice
Choosing a sine-wave-adjacent drone timbre is an engineering decision with musical consequences — eliminating overtone competition that would bias the student’s key center model. Timbre is not decoration; it is signal engineering.
Latency and feel
Sub-10ms click latency is a specification driven by psychoacoustics — the just-noticeable-difference threshold for rhythmic perception. The engineering target is defined by human perceptual limits, not by arbitrary precision.
Equal temperament
Choosing equal temperament (A=440Hz) over just intonation is an engineering decision aligned with the mathematical system being taught. The tuning system of the tool must match the tuning system of the theory — consistency is an engineering requirement.
The Best-Selling Product
The MetroDrone is the best-selling product in the Muse Eek catalog because it solves a real problem that every musician encounters, every day, at every level of advancement. It is not sophisticated music theory — it is excellent engineering in service of a simple and essential function. The sophistication of the hexatonic trichord pair system would be inaccessible without the reliable, friction-free practice environment that a good MetroDrone provides.
The next article looks at the acoustic engineering of the guitar itself — how the physical construction of the instrument shapes which trichords are most naturally playable, and what this means for the development of the trichord pair approach as a guitar-specific system.
iOS audio framework documentation: developer.apple.com/documentation/avfoundation/audio. Core Audio latency: Apple Technical Note TN2321. Equal temperament and A=440Hz: ISO 16:1975 (International Organization for Standardization). MetroDrone available at muse-eek.com and on the iOS App Store.
