Introduction to artificial intelligence. Music generation

Слайд 2

Music Generation

Music Generation

Слайд 3

Scale Degree Scale degree refers to the position of a particular

Scale Degree

Scale degree refers to the position of a particular note on a scale relative to

the tonic, the first and main note of the scale from which each octave is assumed to begin. Degrees are useful for indicating the size of intervals and chords, and whether they are major or minor
Слайд 4

Exercise Use evolutionary algorithm to generate sequence of tonic, subdominant and

Exercise

Use evolutionary algorithm to generate sequence of tonic, subdominant and dominant

triads for C major in MIDI format. Suppose that possible MIDI note levels are in the range [60;90]. All generated chords should begin in the same octave.
Слайд 5

Recommendations You can use any programming language. Some languages allow to

Recommendations

You can use any programming language. Some languages allow to use

special musical libraries. For Java JFugue or JMusic can be used for MIDI generation, Python is also popular in this field.