Given a number of notes (1-12) the program creates all possible permutations as chords or melodies. It stores it as text and midi files. A custom non-recursive algorithm was used to generate the i-th permutation using subtables, mostly for a possible future implementation of queries and a GUI, where the user can roam through the permutations.
-
Updated
Jan 28, 2026 - C