REVIEW 4 major objections 5 minor 1 cited by
Musical composition and 2D cellular automata based on music intervals
T0 review · 4 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read A 2D cellular automaton whose rules use melodic and harmonic intervals can organize a random array of notes into a chosen key, and the authors argue this captures part of the musical creativity process.
desk verdict A reproducible CA-music rule set whose key-tone convergence is largely built into the rules; the creativity claim overreaches. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The update mechanism is a 2D cellular automaton on a 50-by-50 grid with a Moore neighborhood. Each cell's state is a note in scientific pitch notation; the paper partitions notes into two melodic-interval sets relative to the key tone—(root, 3rd, 5th, 7th) and (2nd, 4th, 6th)—and applies four local rules (STAY FLAT, LEAP EMOTION, EXTEND/SUSPEND/ADD, SEARCH FOR SCALE TONE) that decide the next note based on how many neighbors lie in those sets. This machinery carries the argument by converting music-theoretic proximity into cellular-neighborhood counts and by making the key-tone sets absorbing under the dynamics.
What would settle it
Run a listening test or music-theoretic analysis comparing the output of the musical rule with the output of the deterministic rule; if listeners cannot reliably distinguish the musical-rule output as more musical, the claim that interval-based rules replicate musical creativity fails. Alternatively, implement a control rule that simply forces all cells into the key-tone set without interval structure and show that it produces the same key-tone proportion dynamics, demonstrating that the interval rules are not the cause.
Extended reading notes
Core claim
The paper's central claim is that a 2D cellular automaton whose transition rules distinguish chord-tone intervals (root, 3rd, 5th, 7th) from extension and suspension tones (2nd, 4th, 6th), and which updates each cell based on how many Moore-neighbors fall in those sets, drives a random uniform array of notes to near-total membership in a target key (E minor) within about five iterations. The authors argue that this interval-based coordination is a form of harmonization that resembles the traditional compositional process, and that the resulting statistical signature (a gamma distribution with low variance and high skewness and kurtosis) is characteristic of musical audio signals, whereas the random and deterministic controls yield noise-like outputs.
Load-bearing premise
The load-bearing premise is that the fraction of cells whose notes belong to the E-minor key tone is an adequate proxy for musical organization and 'pleasing' output; the paper offers no perceptual or music-theoretic validation of this equivalence, yet its central conclusion depends on it.
Editorial extensions
If this is right
- Random arrays of notes can be harmonized into a chosen key by local interval rules, offering a new instrument for composers to generate key-consistent material.
- The musical rule produces a distinct statistical profile (low variance, high skewness and kurtosis) that could serve as a quantitative marker distinguishing rule-based music from noise.
- If the claim holds, musical creativity in composition can be partially encoded in a few lines of code, supporting the idea that simple local rules generate complex organized structures.
- The approach is generic in key: changing the key tone changes the interval sets, so the same framework should work for any major or minor tonality without altering the rule logic.
- The conceptual validation framework—comparing musical, random, and deterministic rules—provides a template for testing other musically grounded transition rules in cellular automata.
Reading between the lines
- The harmonization may be an artifact of the rule design: cells outside the key sets are forced to copy a neighbor, and key-set cells with few key-neighbors jump to another key-set note, so the key-tone set is an absorbing state; perceptual or music-theoretic validation would be needed to support the 'creativity' claim.
- A stronger control would be a rule that also drives cells into the key but without the interval structure (e.g., a majority rule on key membership), isolating whether the interval sets themselves matter beyond simply constraining states to the key.
- The gamma-distribution finding likely reflects the bounded, skewed nature of the proportion data rather than musicality; applying the same analysis to non-musical binary or categorical patterns could test whether the statistical signature is specific to music.
- The model could be extended to generate actual audio and subjected to listening tests, or to other tonal systems (e.g., non-Western scales), to test whether the claimed resemblance to 'pleasing music' holds beyond the authors' visual inspection.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a two-dimensional cellular automaton whose cell states are musical notes in scientific pitch notation and whose update rules are defined in terms of melodic and harmonic intervals relative to a chosen key tone (E minor). Starting from a uniformly random 50x50 array, the musical rule set (Algorithm 1) is compared with a fully random rule (Algorithm 2) and a deterministic rule targeting A4 (Algorithm 3). The main reported findings are that the musical rule drives the proportion of key-tone cells to nearly 100% within five iterations, that pairwise Spearman correlations between the three final arrays are near zero, and that the final arrays are best described by gamma distributions with skewed shapes. The paper interprets these results as evidence that interval-based cellular automata can coordinate random note arrays into organized, music-like patterns and can 'replicate some aspects of the creativity used in musical composition' (Section 5.1).
Significance. If the central claim were supportable, a cellular-automaton model that uses music-theoretic intervals to produce structured musical output would be a relevant contribution to computational creativity and algorithmic composition. The manuscript has genuine strengths: the algorithm is stated explicitly, the implementation details are reproducible, and the OSF repository makes code and data available. However, the significance of the paper as a claim about musical creativity is currently low. The only quantitative measure of 'organization' is the proportion of cells belonging to the key tone, and that measure is largely built into the update rules. There is no perceptual validation, no music-theoretic analysis of the generated note arrays, and no null model that isolates the role of interval structure from the role of target-set membership. The statistical analysis is also fragile, resting on a single seed and marginal goodness-of-fit results. The paper's broad conclusion therefore goes beyond what the evidence demonstrates.
major comments (4)
- [Section 3.2, Algorithm 1; Section 4, Figure 3] The rise in key-tone proportion shown in Figure 3(a) is nearly tautological. For cells in the first or second interval sets, every update rule (STAY FLAT, LEAP EMOTION, EXTEND/SUSPEND) either keeps the current note or draws uniformly from one of those two sets, both of which are subsets of the E-minor key. For cells outside those sets, SEARCH FOR SCALE TONE copies a random neighbor's state, and because the initial uniform array already contains a substantial fraction of key-tone cells, non-key cells are likely to be replaced by key-tone notes. No control rule with the same key-tone target bias but without interval-based neighborhoods is run, so the comparison in Algorithms 2 and 3 does not establish that intervals, rather than target-set membership, drive the observed convergence.
- [Section 4, Figure 3; Section 5] The paper's only quantitative evidence for 'organization' or 'pleasing music' is the proportion of cells in the key tone across iterations. There is no spatial autocorrelation or clustering analysis of the final note array, no examination of melodic or harmonic structure in the generated note sequences, no comparison with any musical corpus, and no listening test or music-theoretic evaluation. The statement that the outputs 'closely resemble the pleasing music' (Section 4) and that the musical rule produces 'organized sounds closely related to music' (Section 5) is therefore not supported by the data presented.
- [Section 3.3; Table 2; Table 1] The statistical analysis is weaker than reported. In Table 2, the KS p-value for the random case is 0.049, which is below 0.05, so the gamma distribution is actually rejected at the 5% level for that case; the musical and deterministic p-values (0.066 and 0.056) are marginal. In addition, the entire study uses one random seed and one final realization per case, so there is no uncertainty quantification or error bars for Figure 3 or for the Spearman correlations in Table 1. The correlations are computed on single final arrays and do not characterize the convergence dynamics.
- [Section 3.3, Algorithms 2 and 3] The control cases are not matched to the musical rule, so they cannot isolate the role of interval structure. The random rule has no key-tone target at all, while the deterministic rule targets the single pitch A4 with a different neighbor threshold (at least five neighbors) than the musical rule uses (thresholds of at least three, one or two, and zero). The observed differences among the three cases could therefore be due to the size of the target set, the threshold values, or the amount of stochasticity, rather than to the use of melodic and harmonic intervals.
minor comments (5)
- [Section 3.2] The Moore neighborhood is described as 'defined by the fourth orthogonal and diagonal adjacent cells,' which is unclear; it should say the eight surrounding cells (four orthogonal and four diagonal). Figure 2 also contains typographical errors: 'Neighborhods' and 'Von Neuman.'
- [Section 1] The phrase 'caring out the musical composition' should be 'carrying out the musical composition'; similar typographical issues appear elsewhere (for example, 'existed knowledge').
- [Section 4] The sentence 'Subfigure (c) displays a gradual rise ... We can see that reached the 30 iteration ... closed to 80%' should be reworded for grammatical correctness, and 'Emin' should be written as 'E minor.'
- [Section 4, Table 1] The text says 'the null hypothesis that two cases have no ordinal correlation is accepted,' but a non-significant p-value only means failure to reject, not acceptance of the null.
- [Section 4, Tables 2 and 3] The KS test is reported without the sample size, and the gamma distribution is listed with an estimated location parameter; the text should clarify how many data points were used and what the location parameter represents.
Circularity Check
The E-minor harmonization is built into Algorithm 1's target sets, and the gamma-as-musicality interpretation rests on the authors' own prior arXiv result.
-
self definitional
[Section 3.2, items 3-4 and Algorithm 1; Section 4, Figure 3(a)]
"The first set of melodic intervals is defined by the tuple of (root, 3rd, 5th, 7th) and the second set is defined by (2nd, 4th, 6th). ... (d) SEARCH FOR SCALE TONE. ... Each cell outside the first or second sets of melodic intervals updates its state by randomly selecting one value related to its neighboring cells. ... Subfigure (a) shows a sharp rise in the number of cells in the tonal key. We can see that after 5 iterations the number of cells in the key tone is almost complete, i.e., the array has been harmonized."
The claimed result—that the musical interval rules harmonize random notes and suggest that such rules matter for generating large-scale patterns of organized notes—is the direct output of the rule's own definition. The first and second melodic interval sets are exactly the seven pitch classes of the E-minor key (E, F#, G, A, B, C, D). Algorithm 1 keeps every cell in those sets inside them (STAY FLAT, LEAP EMOTION, EXTEND/ADD) and forces every cell outside them to copy a random neighbor. Because the initial uniform SPN array already has about 58% key-tone cells (7 of 12 pitch classes), the copy step drives the minority toward key-tone cells; the sharp rise in Figure 3(a) and saturation by iteration 5 is the rule saturating on its built-in target set.
-
self citation load bearing
[Section 2 (Literature review) and Section 5 (Discussion)]
"In the same way, the work of Lugo and Alatriste-Contreras [20] studied the spectrum of audio signals ... They found that the best-fit statistical distributions related to those signals were skewed statistical distributions, and they suggested that these type of distributions are the most common statistical attributes in the nature of audio signals related to music. ... the gamma distribution associated with the musical rule shows the natural characteristic of audio signals related to music."
The only external evidence offered that a gamma fit indicates musicality is the authors' own prior work, cited as [20] (Lugo and Alatriste-Contreras, arXiv:2404.18355). That work is not independently established in the present paper and is not machine-checked or reproduced against an external benchmark. Section 5 then uses this self-cited finding to interpret the fitted gamma for the musical rule as the natural characteristic of audio signals related to music and to conclude that the output is closely related to musical sounds rather than noise. The interpretive conclusion therefore reduces to a self-citation chain.
full rationale
Score is high because the paper's central empirical claim—that interval-based CA rules coordinate random note arrays into a key and resemble pleasing music—is not discovered from the dynamics; it is embedded in Algorithm 1's state sets and copying rule. The only measured outcome (key-tone proportion) is the same set the rules are restricted to, so the rise in Figure 3(a) is a saturation effect of the rule definition. The comparison to random and deterministic rules does not isolate interval structure, because the random rule has no key-tone bias and the deterministic rule uses a different threshold and a single target note A4; this weakens the causal claim but is a validation-design issue rather than circularity. Separately, the step from gamma distribution to musical sound rests on the authors' own prior arXiv finding, which is a load-bearing self-citation. Prior CA/music literature (Xenakis, Wolfram, Miranda) is cited only for background, not for the key-tone result, so no other circularity is found.
Assumptions & free parameters
free parameters (6)
- Array dimension =
50x50
- Number of iterations =
30
- Key tone =
E minor
- STAY FLAT neighbor threshold =
>= 3
- LEAP EMOTION neighbor count =
1 or 2
- Deterministic rule threshold =
neighbors >= 5
assumptions (6)
- domain assumption The Western twelve-tone equal temperament with A4=440 Hz is the relevant musical system.
- domain assumption Music intervals defined by root, 3rd, 5th, 7th (first set) and 2nd, 4th, 6th (second set) are meaningful tonal sets for harmonization.
- domain assumption A 2D CA with Moore neighborhood is an appropriate model for musical composition.
- domain assumption The proportion of cells in the key tone is a valid measure of musical organization or pleasingness.
- domain assumption The final array values can be treated as a continuous sample suitable for gamma distribution fitting via KS test.
- ad hoc to paper The authors' prior result that music audio signals follow skewed/gamma distributions (Ref [20]) is a valid benchmark.
Cite this review
Pith. "Pith review of Musical composition and 2D cellular automata based on music intervals." pith.science (2026). https://pith.science/paper/GMX5NZCT
@misc{pith2026241119844,
author = {Pith},
title = {Pith review of: Musical composition and 2D cellular automata based on music intervals},
year = {2026},
howpublished = {\url{https://pith.science/paper/GMX5NZCT}},
note = {Machine review of arXiv:2411.19844}
}
read the original abstract
This study is a theoretical approach for exploring the applicability of a 2D cellular automaton based on melodic and harmonic intervals in random arrays of musical notes. The aim of this study was to explore alternatives uses for a cellular automaton in the musical context for better understanding the musical creativity. We used the complex systems and humanities approaches as a framework for capturing the essence of creating music based on rules of music theory. Findings suggested that such rules matter for generating large-scale patterns of organized notes. Therefore, our formulation provides a novel approach for understanding and replicating aspects of the musical creativity.
Figures
Forward citations
Cited by 1 Pith paper
-
Complexity of frequency fluctuations and the interpretive style in the bass viola da gamba
Across 14 viola da gamba recordings by one performer, spectral frequencies mostly follow an exponential distribution and network centrality is correlated, which the authors attribute to the performer's style.
Reference graph
Works this paper leans on
-
[1]
Improvisation is a novel tool to study musicality
Weiss, M.W., Peretz, I. “Improvisation is a novel tool to study musicality”. Scientific Reports . 12, 12595 (2022) https://doi.org/10.1038/s41598-022-15312-5
- [2]
-
[3]
Wolfram, S. A New Kind of Science . Wolfram Media Inc, USA (2002)
work page 2002
-
[4]
Berezovsky, J. “The structure of musical harmony as an ordered phase of sound: A statistical mechanics approach to music theory”. Science, 5, 8490 (2019) https: //doi.org/10.1126/sciadv.aav8490
-
[5]
WolframTones. “WolframTones, Generates.” (Accessed November 1, 2023). Available at https://tones.wolfram. com/generate/GgPCRYxKNpjAPA9JA5Js73j0XcnOhmKL7Nr8gR1ja6yE6p5
work page 2023
-
[6]
Miranda, E.R., Biles, J.A. (eds.). Evolutionary Computer Music . Springer, London (2007)
work page 2007
-
[7]
Miranda, E.R. (ed.). Handbook of Artificial Intelligence for Music: Foundations, Advanced Approaches, and Developments for Creative . Springer, Switzerland (2021)
work page 2021
-
[8]
Miranda, E.R. (ed.). Quantum Computer Music: Foundations, Methods and Advanced Concepts. Springer, Switzerland (2022)
work page 2022
Show all 26 references
-
[9]
Cellular automata music: From sound synthesis to mu- sical forms
Miranda, E.R. “Cellular automata music: From sound synthesis to mu- sical forms.” In: Miranda, E.R., Biles, J.A. (eds.) Software Pioneers. Springer, London (2007)
2007
-
[10]
Digital synthesis of self-modifying waveforms by means of linear automata
Chareyron, J. “Digital synthesis of self-modifying waveforms by means of linear automata.” Computer Music Journal 14(4), 25–40 (1990) Complex Systems, V olume(year) 1–1+ 16
1990
-
[11]
Chaosynth–computer music meets high-performance computing
Miranda, E.R. “Chaosynth–computer music meets high-performance computing.” Supercomputer 11(1), 16–23 (1995)
1995
-
[12]
Synchronous granular synthesis
Roads, C. “Synchronous granular synthesis.” In: al., G. (ed.) Represen- tations of Music Signals . The MIT Press, Cambridge, MA (1991)
1991
-
[13]
Creativity studies and musical interaction
Pachet, F. “Creativity studies and musical interaction.” In: Deli` ege, I., Wiggins, G.A. (eds.) Musical Creativity: Multidisciplinary Research in Theory and Practice. Psychology Press, Hove, UK, and New York, NY (2006)
2006
-
[14]
Deli` ege, I., Wiggins, G.A. (eds.). Musical Creativity: Multidisciplinary Research in Theory and Practice . Psychology Press, Hove, UK, and New York, NY (2006)
2006
-
[15]
Collins, D. (ed.). The Act of Musical Composition, Studies in the Cre- ative Process. Routledge, London (2012)
2012
-
[16]
Defining inspiration? modelling the non-conscious cre- ative pro- cess
Wiggins, G.A. “Defining inspiration? modelling the non-conscious cre- ative pro- cess.” In: Collins, D. (ed.) The Act of Musical Composition . Routledge, London (2012)
2012
-
[17]
Rules, tactics and strategies for composing music
Cope, D. “Rules, tactics and strategies for composing music”. In: Collins, D. (ed.) The Act of Musical Composition . Routledge, London (2012)
2012
-
[18]
An introduction to statistical signal processing and spectrum estimation
Davy, M. “An introduction to statistical signal processing and spectrum estimation”. In: Klapuri, A., Davy, M. (eds.) Signal Processing Methods for Music Transcription. Springer, Boston, MA (2006)
2006
-
[19]
Klapuri, A., Davy, M. (eds.). Signal Processing Methods for Music Tran- scription. Springer, New York (2006)
2006
-
[20]
Pi` eces de viole des cinq livres and their statistical signatures: the musical work of Marin Marais and Jordi Savall
Lugo, I., Alatriste-Contreras, M.G. “Pi` eces de viole des cinq livres and their statistical signatures: the musical work of Marin Marais and Jordi Savall.” arXiv:2404.18355v1 (2023)
2023 arXiv
-
[21]
Marin Marais: Pi` eces De Viole Des Cinq Livres (1686 - 1725)
Savall, J., Koopman, T., Smith, H., Coin, C., Gallet, A. Marin Marais: Pi` eces De Viole Des Cinq Livres (1686 - 1725). Alia Vox, France (2010)
2010
-
[22]
The fantastic combinations of john conway’s new solitaire game of life
Gardner, M. “The fantastic combinations of john conway’s new solitaire game of life.” Scientific American 223(4), 120–123 (1970)
1970
-
[23]
Simulation modeling as a tool for synthe- sis of stock identification information
Kerr, L.A., Goethel, D.R. “Simulation modeling as a tool for synthe- sis of stock identification information.” In: Cadrin, S.X., Kerr, L.A., Mariani, S. (eds.) Stock Identification Methods, pp. 501–533. Academic Press, Knoxville (2014)
2014
-
[24]
Simulation model validation
Sargent, R.G. “Simulation model validation.” In: ¨Oren, T.I., Zeigler, B.P., Elzas, M.S. (eds.) Simulation and Model-Based Methodologies: An Integrative View. Springer, Berlin, Heidelberg (1984). Complex Systems, V olume(year) 1–1+ 17
1984
-
[25]
The kolmogorov-smirnov test for goodness of fit
Massey, F.J. “The kolmogorov-smirnov test for goodness of fit.” Journal of the American Statistical Association 46(253), 68–78 (1951)
1951
-
[26]
Nonlinearity and distance of an- cient routes in the aztec empire
Lugo, I., Alatriste-Contreras, M.G. “Nonlinearity and distance of an- cient routes in the aztec empire.” PLoS ONE 14, 0218593 (2019) https://doi.org/10.1371/ journal.pone.0218593 Complex Systems, V olume(year) 1–1+
2019
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.