37
SAMPLING ON THE CORPUS OF GIANTS notes on algorithmic composition using markov models Maximilian Karasz @mknoszlig Friday, December 20, 13

sampling on the corpus of giants

Embed Size (px)

DESCRIPTION

notes on algorithmic composition using markov models

Citation preview

Page 1: sampling on the corpus of giants

SAMPLING ON THE CORPUS OF GIANTS

notes on algorithmic composition using markov models

Maximilian Karasz @mknoszlig

Friday, December 20, 13

Page 2: sampling on the corpus of giants

MARKOV MODELS

http://en.wikipedia.org/wiki/File:Andrei_Markov.jpg

Friday, December 20, 13

Page 3: sampling on the corpus of giants

MARKOV MODELS

sunny: 0.4

rainy: 0.3cloudy: 0.3

0.1

0.10.6

0.4

0.5

0.3

Friday, December 20, 13

Page 4: sampling on the corpus of giants

MARKOV MODELS

sunny cloudy rainy

sunny

cloudy

rainy

0.4 0.5 0.1

0.3 0.3 0.4

0.1 0.6 0.3

Friday, December 20, 13

Page 5: sampling on the corpus of giants

DUDE, WHERE’S MY CONTEXT?

http://imgur.com/N0l6L

Friday, December 20, 13

Page 6: sampling on the corpus of giants

DUDE, WHERE’S MY CONTEXT?

http://imgur.com/N0l6L

Friday, December 20, 13

Page 7: sampling on the corpus of giants

MARKOV MODELS

sunny cloudy rainy

sunny

cloudy

rainy

0.4 0.5 0.1

0.3 0.3 0.4

0.1 0.6 0.4

Friday, December 20, 13

Page 8: sampling on the corpus of giants

MARKOV MODELSsunny cloudy rainy

s-sc-sr-ss-cc-cr-cs-rc-rr-r

0.25 0.5 0.250.4 0.4 0.20.1 0.6 0.30.2 0.5 0.30.4 0.2 0.40.1 0.6 0.30.4 0.4 0.20.1 0.4 0.50.1 0.6 0.3

Friday, December 20, 13

Page 9: sampling on the corpus of giants

MUSICAL DIMENSIONS

Friday, December 20, 13

Page 10: sampling on the corpus of giants

MUSICAL DIMENSIONS

Friday, December 20, 13

Page 11: sampling on the corpus of giants

MUSICAL DIMENSIONS

Friday, December 20, 13

Page 12: sampling on the corpus of giants

PITCH

Friday, December 20, 13

Page 13: sampling on the corpus of giants

PITCH

Friday, December 20, 13

Page 14: sampling on the corpus of giants

TIME

Friday, December 20, 13

Page 15: sampling on the corpus of giants

TIME

Friday, December 20, 13

Page 16: sampling on the corpus of giants

TIME

Friday, December 20, 13

Page 17: sampling on the corpus of giants

TIME

Friday, December 20, 13

Page 18: sampling on the corpus of giants

HARMONY

Friday, December 20, 13

Page 19: sampling on the corpus of giants

HARMONY

Friday, December 20, 13

Page 20: sampling on the corpus of giants

DATA PLZ!

Friday, December 20, 13

Page 21: sampling on the corpus of giants

VOICE EXTRACTION

Friday, December 20, 13

Page 22: sampling on the corpus of giants

VOICE EXTRACTION

Friday, December 20, 13

Page 23: sampling on the corpus of giants

VOICE EXTRACTION

Friday, December 20, 13

Page 24: sampling on the corpus of giants

PHRASE MAPPING

Friday, December 20, 13

Page 25: sampling on the corpus of giants

Friday, December 20, 13

Page 26: sampling on the corpus of giants

Friday, December 20, 13

Page 27: sampling on the corpus of giants

Friday, December 20, 13

Page 28: sampling on the corpus of giants

Friday, December 20, 13

Page 29: sampling on the corpus of giants

Friday, December 20, 13

Page 30: sampling on the corpus of giants

Friday, December 20, 13

Page 31: sampling on the corpus of giants

Friday, December 20, 13

Page 32: sampling on the corpus of giants

Friday, December 20, 13

Page 33: sampling on the corpus of giants

LET’S BUILD A MODEL!

Friday, December 20, 13

Page 34: sampling on the corpus of giants

SINGLE DIMENSION

pitch

time

harmonies

Friday, December 20, 13

Page 35: sampling on the corpus of giants

ASSEMBLY

Friday, December 20, 13

Page 36: sampling on the corpus of giants

SOME MORE EXAMPLES

Friday, December 20, 13

Page 37: sampling on the corpus of giants

THANKS!

https://github.com/josephwilk/musical-creativity

FIND THE CODE HERE:

Friday, December 20, 13