Create MIDI File with Chromatic Scales of Fifth Circle Chords

This page provides a Bash function that creates a MIDI file with all chromatic scales of the fifth circle chords and saves it. The function takes the name of the MIDI file as an argument and generates the MIDI file with the specified name. The function uses the chromatic scale notes and the fifth circle chords to generate the MIDI commands for each note in each chord. The resulting MIDI file contains the chromatic scales of all the fifth circle chords. Below is the Bash code for the function:

Read more here: Source link