I got up early in the morning and started on an idea to see if AI could compose music. I agreed on a text format for midi notation. and now can use the following prompts to start a session:
"hi. Let's use the following text notation for midi music: <noteNumber> <durationInBeats> <velocity> ok?"
that sets up the basic format which is common. and then this prompts adds multi track capability: "let's add to the notation. The notation now can have several tracks. Track starts are notated by a line with: Track <track name>"
Then I just asked: "ok now start with 12 bars of 12 bar blues from music theory, and jazz it up using music theory. give me the midi text"
I'm condensing some here but the result was a piano track and a bass track with 12 bar blues.
In another chat, and not the subject of this message, it helped me develop python code to convert the midi text file to standard midi, using the MIDIUtil package in python.
Right now the result does sound like computer music, but it seems like that just needs a bit more specification.
AI is aware of MIDI concepts and earlier it was able to provide a drum track too knowing the standard midi drum kit.