Changes between Version 15 and Version 16 of Other/Summer/2018/music


Ignore:
Timestamp:
Jul 5, 2018, 4:06:28 AM (6 years ago)
Author:
jrb340
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2018/music

    v15 v16  
    11= Music Intelligence =
    22
    3 The objective of this summer work is to create some sort of computer aid for original music composition. Said program should understand the style of the user and use existing music within the context of a single song, and offer suggestions for notes, general phrasing, and harmonic texture depending on user preferences.
     3The objective of this summer project is to create some sort of computer aid for original music composition. Said program should understand the style of the user and use existing music within the context of a single song, and offer suggestions for notes, general phrasing, and harmonic texture depending on user preferences.
    44
    55== History ==
    66
     7Currently, there are no known implementations which have solved our problem to the extent we would like to. One program, [https://www.cs.hmc.edu/~keller/jazz/improvisor/ Impro-Visor], has been successful with computational and grammatical approaches for the composition of jazz solos. Impro-Visor has the ability to apply grammars which are extracted from different genres or styles of prominent jazz musicians for stylistic suggestions, but struggles to compose long phrases of music while maintaining musical creativity. Although Impro-Visor is a promising start, we hope to expand our implementation to more styles than jazz as well implement active, near real-time composition in a similar style as the user's.
     8
    79== Approach ==
    810
    9 We have decided to use machine learning and natural language processing techniques to generate short-term and long-term musical suggestions.
     11We have accomplished music composition based on an existing corpus from the Music21 Python library using first-order and second-order Markov chains.
     12
     13<center><img src="http://www.orbit-lab.org/raw-attachment/wiki/Other/Summer/2017/MF_Multihoming/amiga.png" height=300></center>
     14
     15blahblah
     16
    1017
    1118== Implementation ==