Computer Generated Jazz

Slides:



Advertisements
Similar presentations
Simulation Examples in EXCEL Montana Going Green 2010.
Advertisements

Lesson Three Reading Music: Pitch and Duration. Duration: Quarter Notes & Eighth Notes  In the second lesson on duration you that one quarter note lasts.
Lesson Three Reading Music: Pitch and Duration. Duration: Quarter Notes & Eighth Notes In the second lesson on duration you learned that one quarter note.
Software Engineering, COMP 201 Slide 1 Automata and Formal Languages Moore and Mealy Automata Ralf Möller Hamburg Univ. of Technology based on slides by.
Van Morrison Tupelo Honey By. Context Soft rock - Ballad Much of it improvised! 1971 Over 7 minutes long Influenced by R&B, Rock, Soul, Irish folk and.
Don’t underestimate the importance of the ACCOMPANIMENT, it can: Support a melody Provide harmony Contrast sections Here is a few examples and ideas for.
Modeling Jazz Artist Influence Mathematically A Preliminary Investigation By Andres Calderon Jaramillo Mentor - Larry Lucas, Ph.D. University of Central.
Huffman Encoding Visualization Auto-Generated Slides To Visualize Huffman Encoding by Chris Fremgen.
Huffman Encoding Visualization Auto-Generated Slides To Visualize Huffman Encoding by Chris Fremgen.
Huffman Encoding Visualization Auto-Generated Slides To Visualize Huffman Encoding by Chris Fremgen.
Huffman Encoding Visualization Auto-Generated Slides To Visualize Huffman Encoding by Chris Fremgen.
Functional Music Interim Presentation Simon McNeilly Supervisors Dr. Lloyd Allison Dr. Jon McCormack.
Final Presentation Simon McNeilly Supervisors Dr. Lloyd Allison Jon McCormack Melody Generation by Phrase.
Huffman Encoding Visualization Auto-Generated Slides To Visualize Huffman Encoding by Chris Fremgen.
Section 9.6 Determinants and Inverses Objectives To understand how to find a determinant of a 2x2 matrix. To understand the identity matrix. Do define.
Functional Music (I) Amanda Crawford Hons. Comp.Sci Monash University, Australia. Supervisors: Lloyd Allison, Jon McCormack.
"Sound is fifty percent of the motion picture experience.” –George Lucas.
KIND OF BLUE
What to Listen for in Music
HANA HARRISON CSE 435 NOVEMBER 19, 2012 Music Composition.
CSSE463: Image Recognition Day 27 This week This week Last night: k-means lab due. Last night: k-means lab due. Today: Classification by “boosting” Today:
A year 1 musicianA year 2 musicianA year 3 musician I can use my voice to speak, sing and chant. I can use instruments to perform. I can clap short rhythmic.
AOS 3 ALL BLUES MILES DAVIS. Basic facts about ALL BLUES  This track is from the ALBUM KIND OF BLUES which was recorded in one take in NY in 1959  Line-up.
ENG College of Engineering Engineering Education Innovation Center 1 Array Accessing and Strings in MATLAB Topics Covered: 1.Array addressing. 2.
For use with WJEC Performing Arts GCSE Unit 1 and Unit 3 Task 1 Music Technology Context and interpretation of your sound track.
HELUS Middle School Elective Mr. Nosik
Texture.
Elements of Music.
Final Projects Some simple ideas. Composition (1) program that "learns" some aspect of musical composition.
Manao Project A bridge Between A bridge Between Canary Folk Music Canary Folk Music and and Jazz Jazz.
Jazz Improvisation Improvise on the Melody Adding to the Melody Changing Rhythm Ornamenting/Embellishing Improvise on the Harmony Tonic Triad Blues Scales.
Beethoven Copycat. Learning from the Master Listen to the first two lines of this melody by Beethoven.  How are these two phrases the same? How are they.
Training Phase Modeling Jazz Artist Similarities Mathematically Andres Calderon Jaramillo - Mentor: Dr. Larry Lucas Department of Mathematics and Statistics,
The Modern Era 1900-present While some composers on the twentieth century remained in the romantic style, most composers moved on. The only rule was that.
Gamelan Music. Today you will:  Learn where Gamelan music originates from.  Learn about the different styles of Gamelan.  Learn the instruments used.
Alex Stabile. Research Questions: Could a computer learn to distinguish between different composers? Why does music by different composers even sound.
JAZZ – AOS2 – SHARED MUSIC L.O - To understand the musical features found in Jazz music. To be able to learn and use the correct musical vocabulary.
Print the sample banner slides or customize with your own message. Click on the letter and type your own text. Use one character per slide. Cut along dotted.
A shallow description framework for musical style recognition Pedro J. Ponce de León, Carlos Pérez-Sancho and José Manuel Iñesta Departamento de Lenguajes.
Print the sample banner slides or customize with your own message. Click on the letter and type your own text. Use one character per slide. C.
CS1020 SIT IN LAB 1 Pattern Matching. Problem Given a RxC letters matrix and a RpxCp pattern matrix,find how many ways to match the patterns and letters.
Computer-Generated Sound Final Project
AOS 3 ALL BLUES MILES DAVIS
Topics discussed in this section:
Reading Music: Part Two Quarter rests, s-m-d
AP Music Theory Mr. Silvagni
Sample Presentation. Slide 1 Info Slide 2 Info.
Impressionist Music.
Binary Files.
W Customize this banner with your own message! Select the letter and add your own text. Use one character per slide.
Elements of Music.
More than a Melody.
A First Look at Music Composition using LSTM Recurrent Neural Networks
B Customize this banner with your own message! Select the letter and add your own text. Use one character per slide.
D Minor March D E F G A Bb C# D D E F G A Bb A A G F D E F E
H Customize this banner with your own message! Select the letter and add your own text. Use one character per slide.
network of simple neuron-like computing elements
B Customize this banner with your own message! Select the letter and add your own text. Use one character per slide.
W Customize this banner with your own message! Select the letter and add your own text. Use one character per slide.
MUSIC HIGH SCHOOL – MUSIC TECHNOLOGY – Unit 5
W Customize this banner with your own message! Select the letter and add your own text. Use one character per slide.
MUSIC HIGH SCHOOL - MUSIC TECHNOLOGY – Unit 2
W Customize this banner with your own message! Select the letter and add your own text. Use one character per slide.
BETONLINEBETONLINE A·+A·+
Topics discussed in this section:
W Customize this banner with your own message! Select the letter and add your own text. Use one character per slide.
NYMAZ: Sounding Out Author: Grace McNeill.
W Customize this banner with your own message! Select the letter and add your own text. Use one character per slide.
Understanding Standards: An overview of course assessment
H Customize this banner with your own message! Select the letter and add your own text. Use one character per slide.
Presentation transcript:

Computer Generated Jazz By Chris Wynnyk

The Basics Break down into rhythm, melody, harmony Focused on effective accompaniment rhythms in the style of Bill Evans Markov algorithm approach to computer learning.

The Markov Algorithm For each set of characters, creates weighted prediction matrix from the input. Set order to determine creativity. Output is a random but weighted. Ex: order 2, Input: AABAABAAC would create an entry for AA predicting that the next letter is 2/3 likely to be B, 1/3 C

Music Input

Sample of Input/Output data 122122 010012 121212 121221 012212 010122 121212 122212 121121 010121 221222 112122 122222 122222 221222 100122 122122 122112 221212 122212 100100 122122

Rhythmic Transcription of Output

This slide will contain demo Sounds Demo of Input File Demo of Output Comping Rhythms with Solo overlaid Demo of Output Comping Rhythms

The End