Partura Music

Modus Practica

The science behind Modus Practica

Why this app works the way it does — a practical tool built on scientific principles, not absolute truth.

Why I built this

At 60, I started playing piano again. My biggest frustration was not knowing how to practice. Which passage to work on, how many times, and when to come back to it. Every session felt like starting from scratch.

That changed when I came across a lecture by Dr. Molly Gebrian, a professional violist and music researcher who explains how motor learning actually works in musicians. That was the spark. I spent two years reading research on cognition, motor memory, and spaced repetition — not as an academic, but as someone trying to solve a real problem.

Modus Practica is the result. It is not a scientific instrument. It is a practical tool built on scientific principles — an honest indicator of when to practice what, so that musicians can spend their time playing instead of guessing. Treat it as a guide, not absolute truth: it does not replace a teacher, and it does not measure musical artistry — only a structured estimate of when to return to a passage.

A note on authorship

Frank De Baere

Architect & Designer — Modus Practica · Flanders, Belgium

The ideas behind this app, the design of how it works, and all decisions about what to include and what to leave out are entirely mine. I have a background in technical education and programming, and have worked on this app for two years — the scheduling engine alone took the longest to get right.

The text on this page was refined with the help of AI. The code was written by AI under my full supervision and control. All scientific sources referenced here are peer-reviewed and publicly available — I make no claims beyond what those sources support.

The scientific foundations

Modus Practica is an experimental software project. While its core scheduling and learning intervals are inspired by peer-reviewed cognitive and motor-learning research, the specific calibration values, thresholds, and adaptive mechanisms — including the version 1.4.2 feedback loop — are empirical solutions born from personal practice and real-world testing. The tool is designed to solve a practical musical problem, not to serve as a rigid academic instrument.

Spaced repetition

Repeating something at the right moment is more effective than repeating it many times in a row. This applies to motor skills as well as declarative memory — distributed practice reliably improves both the acquisition and retention of motor skills (Lee & Genovese, 1988), and the optimal interval between repetitions grows as the target retention period lengthens (Cepeda et al., 2006). Scheduling is built on the DSR memory model (Difficulty, Stability, Retrievability) that underlies FSRS (Ye et al., 2022) — an app-specific engine inspired by that research, not a full FSRS implementation. It estimates when each repetition is likely needed based on how stable and how difficult a section has become. Within each session, the suggested target for correct repetitions follows the same logic: the baseline depends on stability, and sections with high difficulty (above 0.5) receive one or two additional repetitions, up to a maximum of eight. Training volume therefore scales with both retention interval and personal task resistance — consistent with the challenge-point framework (Guadagnoli & Lee, 2004).

Sleep & motor consolidation

Sleep is not rest — it is an active consolidation process. Research using piano-type finger sequences has shown that subcortical brain regions strengthen their connections during sleep, producing measurable improvement the following morning without any additional practice (Walker et al., 2002; Korman et al., 2007). The scheduling algorithm treats one night of sleep as the minimum unit of consolidation and updates once per section per calendar day.

The Gebrian method

Dr. Molly Gebrian’s approach to motor learning in musicians informs the repetition structure in Modus Practica. Correct repetitions build the motor trace; errors interfere with it. Errors before the first correct repetition determine how many further correct reps are needed, and brief pauses between attempts are encouraged throughout. Research on sensorimotor adaptation supports an Intertrial Interval (also called the post-KR delay) of roughly 5–15 seconds between attempts: Bock, Thomas & Grigorova (2005) found that trials separated by only about 1 second of rest produced markedly poorer motor recalibration and overnight retention — on the order of 50% less effective — because the brain needs time to process error feedback and update the movement plan before the next attempt. A micro-break prompt appears every 3 repetitions as a UI reminder to pause — the specific values (a micro-break prompt every 3 repetitions, a 5-second minimum rest recommendation between attempts, and a 10–15-second pause suggestion) are design choices informed by Gebrian’s method, the Bock et al. findings on post-KR delay, and the broader research on rest-dependent motor consolidation, not constants derived from a published protocol.

Recommended reading: Learn Faster, Perform Better: A Musician’s Guide to the Neuroscience of Practicing by Dr. Molly Gebrian — mollygebrian.com

Tempo progression

The app gradually increases practice tempo as performance improves. Research on effective practice shows that the strongest learners keep accuracy high and vary the tempo of difficult passages deliberately, rather than simply playing faster (Duke, Simmons & Cash, 2009); the principle of matching the challenge to current skill is formalised in the challenge-point framework (Guadagnoli & Lee, 2004). Building on this, the app raises the tempo only when accuracy is high, with a step that is smaller for harder passages. You never need to adjust the metronome manually — the algorithm does this based on your performance data.

When a session goes well (85% or more correct repetitions), the tempo increases by 1 to 8 BPM depending on how far the current tempo is from the target and how difficult the section has become. The harder the section, the smaller the step. When performance falls below 60% correct, the tempo is reduced by 2 BPM to allow recovery.

Sessions that succeed but take unusually long advance more conservatively: when a strong session exceeds a time threshold (at least ten minutes, scaled with the repetition target), the tempo step is halved and the difficulty reduction is smaller — high time cost is treated as a sign of high cognitive effort, in the spirit of the challenge-point framework.

The specific values used — the 0.15 scaling factor, the 1–8 BPM range for increases, the 50% floor for reductions, and the long-session time threshold — are design choices that produce reasonable behaviour across a wide range of tempos. They are not derived from published research, and are noted here in the interest of transparency.

FrustrationGuard

When a passage resists consolidation, continued practice becomes counterproductive — motor resistance increases and the risk of encoding errors rises. FrustrationGuard tracks the Total Error Burden: the sum of failed attempts and streak resets. A reset after several correct repetitions counts the same as an initial failure, because both interrupt the build-up of a stable motor pathway.

Two thresholds apply. The soft limit (5) marks the point where, in practice, irritation starts to interfere with focused, deliberate correction. The hard limit (8) is loosely informed by working-memory limits (Miller, 1956) and by the finding that stress hormones can impair the synaptic plasticity that learning depends on (Joëls et al., 2006): beyond this point, continuing the same session is unlikely to be productive.

The values 5 and 8 are evidence-informed heuristics based on cognitive research, not universal biological constants. When the guard intervenes, two adjustments help: lowering tempo and reducing section size (fragmentation). For complex motor patterns, fragmentation is often the more effective lever — it directly reduces task complexity rather than only slowing execution. Stopping and returning the next day is often the most productive choice (Rosenbaum, 2010).

When the guard intervenes, stability is adjusted downward to bring the next review earlier. The reduction is progressive: it depends on how consolidated the section already is. An isolated failure in a well-established motor sequence does not justify heavy devaluation of the entire network — occasional retrieval difficulty at high stability is neurologically distinct from genuine relearning (Ye et al., 2022). Newer, less consolidated sections receive a proportionally stronger setback.

Thresholds and factors — how the model is calibrated

This section keeps two layers apart on purpose. The direction of scheduling — spaced repetition, sleep consolidation, challenge-point thinking, shortening the interval after a weak retrieval — is inspired by the peer-reviewed research cited on this page. The exact numbers and some adaptive engineering around them are not: no published study hands down a ready-made motor-practice formula. They are pragmatic design choices, listed here so nothing hides behind the word “algorithm” and so this page does not read as pseudoscientific marketing.

A note on the adaptive feedback loop (version 1.4.2). While the core scheduling intervals and difficulty scaling are inspired by established models (such as FSRS and the challenge-point framework), the self-calibrating feedback loop introduced in version 1.4.2 is a pragmatic engineering choice rather than a directly researched psychological phenomenon. No published study prescribes adjusting a motor-learning setback factor based on a sliding window of one’s last 30 sessions. This mechanism was added purely to bridge the gap between rigid mathematical models and human psychological friction — ensuring that a temporary, stressful dip in performance does not trigger overly punitive intervals, while still respecting the underlying principles of motor consolidation.

Two design rules keep these choices safe. First, every value is bounded: stability is clamped between 1 and 365 days, difficulty between 0.01 and 0.99, and tempo steps are capped — a mis-calibrated parameter can produce a slightly suboptimal schedule, never an absurd one. Second, wherever the evidence is uncertain the model errs on the cautious side: growth is damped, penalties are mild, and the worst realistic failure mode is practicing a passage slightly more often than strictly needed.

Practicing the same section more than once a day

Many musicians practice the same section more than once a day — and that is entirely compatible with this app. The scheduling algorithm updates once per section per calendar day because consolidation requires time. But a second session on the same day is not wasted.

The Analysis mode is designed precisely for this: free exploration without performance pressure, without affecting the scheduled learning cycle. You can use it to explore a passage you are not yet ready to count, to work on phrasing and expression, or after your official training session. This supports the mental representation of the music without interfering with the motor consolidation process (Chaffin et al., 2002; Gabrielsson, 2003).

Note on sequence: If you want to do both an official Training session and an Analysis session on the same passage in a single day, always run the Training session first. This tests and trains the “cold start” from long-term memory — exactly as required during a concert performance. Running an Analysis session prior to Training creates a “warm start”, giving the FSRS algorithm a biased (overly optimistic) measure of consolidation.

What this app does not measure

This section matters most for readers with an academic background. The app measures correct and failed attempts, tempo relative to a target, and entry cost — the number of failed attempts before the first correct repetition. These are valid indicators for the learning phase this app is designed for.

The stability and difficulty values are a structured, evidence-informed estimate. Entry cost is similar: an app-defined proxy — a downward trend across sessions is a useful indicator, not a direct measurement of consolidation. They are useful precisely because they are consistent and honest about what they are.

References

Open Modus Practica Back to home