Computing, Artificial Intelligence, and Music. A History and Exploration of Current Research. Josh Everist CS 427 5/12/05

Size: px
Start display at page:

Download "Computing, Artificial Intelligence, and Music. A History and Exploration of Current Research. Josh Everist CS 427 5/12/05"

Transcription

1 Computing, Artificial Intelligence, and Music A History and Exploration of Current Research Josh Everist CS 427 5/12/05

2 Introduction. As an art, music is older than mathematics. Humans learned to manipulate primitive instruments long before writing or mathematics existed. Indeed, one of the first uses of mathematics was to define music in terms of pitch and rhythm. In ancient Greece, the study of music was as important as arithmetic, astronomy, and geometry. The concept of the music of the spheres was a symbolic effort by the Greeks to tie together the seven known planets, the seven colors of the rainbow, and the seven notes of the diatonic scale. The origin of this concept is attributed to Pythagoras (c BC). One of its most important proponents was Plato, whose Timeaus contains enigmatic references to the Pythagorean ideas. In particular, Pythagoras, along with discovering the famous Pythagorean theorem, with which all budding mathematicians and computer scientists are familiar, also discovered the harmonic properties of the octave, the perfect fourth and the perfect fifth properties that sadly many mathematicians and computer scientists are not familiar with. The octave is the basis of all modern music, or at least music that has been composed in Western civilization since the time of the Greeks. The octave is simply a doubling of musical pitch. A tone played at 440 Hz(cycles per second). is the same note as a tone played at 880 Hz., only an octave down. Fig 1. An A note, played at 440 Hz. (Sound sample:

3 Fig 2. An A note, played at 880 Hz. (Sound sample: The diatonic scale is a division of seven notes over the octave. The perfect fourth and perfect fifth are the fourth and fifth notes of the scale. Fig 3. A diatonic scale(c major) (Sound sample: Here, we come to an extremely interesting feature of music the ability of music to convey emotion. While the major scale is described as conveying happy, joyful sounds, the minor scale is described as conveying sad and reflective sounds. It is something worthwhile for mathematicians and computer scientists, especially those involved in artificial intelligence, to consider: one can express emotion with purely mathematical language!

4 Fig. 4. The A minor scale. This scale uses the same notes as the C major scale, but the octave is played from A to A, rather than from C to C. (Sound sample: Beyond being able to describe pitch, which is the basis of melody and harmony, mathematics can describe virtually every other aspect of music. Rhythm, for instance, is the division of notes into figures like eighth notes(eight notes per bar), quarter notes(four notes per bar), and triplets(a division of quarter notes into three notes per quarter note). The timbre of music meaning the tonal difference between instruments like the violin and the trumpet can also be precisely defined in mathematical terms. The simplest mathematical term describing timbre is the sine wave. Along the audio frequencies, the sine wave produces a distinct sound. Most electronic synthesizers consist of waveform generators that produce only three different waveforms the sine wave, the square wave, and the sawtooth wave. Add the ability to adjust attack, decay, sustain, and release to these basic waveforms, along with a few basic electronic filters, and virtually any sound can be duplicated. These days, sounds can be replicated with startling accuracy, good enough to fool most listeners and even many experts. The ability to make a sound wave sound like a trumpet or a cello or a grand piano is yet another thing that can be expressed in purely mathematical terms.

5 Computers, Artificial Intelligence, and Music Pitch, rhythm, and timbre are all that is required to describe a musical composition. A musical score will contain only combinations of these elements. Since the fundamentals of music can be precisely defined in mathematical terms, musicians have used computers to help them write and compose music ever since it became practical to do so. But just like symbols and numbers are meaningless unless they are arranged into written works or computer programs, the basic elements of music too are meaningless until they are skillfully arranged into a musical composition. The central question for researchers investigating artificial intelligence as it applies to music is: can computers be programmed to compose music? Can they be trained to compose music that would pass the Turing test meaning a listener would not be able to tell the difference between a human-composed piece of music and one that was generated by a computer program? The answer to this is yes, to a certain extent. As computers become more powerful and artificial intelligence techniques grow more sophisticated, the ability of computers to compose original music will grow. Already though, there are programs exist that can effectively mimic certain styles of music, and even pass the Turing test in many cases. One reason computers are able to produce music in certain styles is as follows: Just as many of the fundamental algorithms of computer science were invented long before the advent of electronic computers, algorithms were also invented to aid in the composition of classical music. The eighteenth century Musikalisches Würfelspiel, or musical dice game, was one of the first examples.

6 The Musikalisches Würfelspiel is a form of music composed with a previously composed work, a matrix, and two 6-sided dye. The numbers down the left side of the matrix represent the eleven possible results from rolling two dice. Each number in the matrix links to a previously composed measure of music. To generate new measures of music, one rolls the dice, and then takes a corresponding measure of music from the previously written score. A typical Würfelspiel is 16 measures: the following matrix could therefore generate 11^16 different new pieces. Fig. 5. A matrix for a first phrase from a Musikalisches Würfelspiel attributed to Franz Josef Haydn. A B C D E F G H Besides Haydn, CPE Bach and Mozart were other notable composers of the Musikalisches Würfelspiel.

7 In the past fifty years or so, composers wishing to use mathematical algorithms and artificial intelligence techniques have done so with computers. Some of the pioneering researchers and composers in artificial intelligence and music were the following: Iannis Senakis is particularly remembered for his pioneering electronic and computer music, and for the use of stochastic mathematical techniques in his compositions, including probability (Pithoprakta), aleatory distribution of points on a plane in (Diamorphoses), minimal constraints(achorripsis), Gaussian distribution(st/10, Atrèes), Markovian chains(analogiques), game theory (Duel and Stratégie), group theory (Nomos Alpha), and Boolean algebra (Herma, Eonta). Kemal Ebcioglu, primarily a compiler researcher at IBM, used predicate calculus to develop more than 350 rules of voice leading for creating chorales in the style of J.S. Bach. His program effectively portrays the techniques of four-part writing. William Schottstaedt, a Stanford university researcher, created a program called Counterpoint Solver, which produces counterpoint in the Baroque style of the early 18 th century. He is also the inventor of Common Lisp Music, a sound synthesis language that is fast, efficient, has real-time capabilities and runs on many different types of computers. Charles Ames, a researcher for the Kurzweil Group, created a program called the Cybernetic Composer that composes in four different popular styles: "standard" jazz, Latin jazz, ragtime, and rock. The Cybernetic Composer program works in four layers-- solo, background chords, bass line, and drums. Each layer works (almost) independently

8 of the remaining lines. Pitch, rhythm, thematic structure, and other compositional choices are calculated by a series of rules. Christopher Yavelow is the creator of an interesting children s program called Push Button Bach(PushBtnBach). Primarily for children, PushBtnBach will keep generating new minuets in the style of Bach simply pressing the Compose button in the program. Composed music can be played directly on a MIDI synthesizer if one is connected to the computer, or it can just play through a computers soundcard. PushBtnBach was one of the only programs I have mentioned so far that is still available for download it can be obtained at In recent years, Dominik Hornel and Wolfram Menzel have made use of neural networks to create music with stylistic similarities to composers of the Renaissance and Baroque periods. While their focus has been primarily on harmonization and melodic variation, their work departs from other approaches based on programmed rules. Rather, their program is fed one or more examples of music and their neural network then learns through the process of backpropagation. Eduardo Miranda, a research scientist now with Sony, began researching artificial intelligence and music at the University of Edinburgh. His research primarily involves the use of cellular automata to compose music. One of the most interesting facets of Miranda s research is that he is not only applying artificial intelligence techniques to the creation of musical structures, but to the actual synthesis of the sounds used in the compositions as well.

9 The last researcher I will mention is David Cope, a professor at USC. He has written a program called Experiments in Musical Intelligence, affectionately known as Emmy. Although Emmy uses more traditional techniques of artificial intelligence than some of the ones I have mentioned above, such as combinatorics, pattern matching, and probability, his program has succeeded in passing the Turing test, and has been praised by many other researchers in the field. To demonstrate how well his program works, I have made available two sets of files that can be downloaded from The first set is two pieces of music by J.S. Bach, and two pieces that were composed by the Emmy program. The second set is two pieces by Frederic Chopin and two pieces composed by Emmy. The answers as to which is which can be found on the site, however, I would encourage the reader to try to guess which is which before looking. Conclusion. Music is a language that can be expressed precisely through mathematics. Because of that, the use of computers in music came about as a natural evolution. As the field of artificial intelligence grew, so did its applications toward the composition of music. It is unfortunate however, that many mathematicians, computer scientists, and artificial intelligence researchers completely ignore music in their careers. I believe research in music and artificial intelligence might help those involved in computational linguistics better approach the problem of grounding because as I demonstrated above, music can be a precise way to mathematically model emotions. It would be interesting to see what

10 kind of interdisciplinary research could come about from people working in music and other areas of artificial intelligence because of this. Bibliography Virtual Music Computer Synthesis of Musical Style, David Cope, MIT Press 2001 Godel, Escher, Bach, Douglas Hofstader, Basic Books 1999 Wikipedia,

Musical Creativity. Jukka Toivanen Introduction to Computational Creativity Dept. of Computer Science University of Helsinki

Musical Creativity. Jukka Toivanen Introduction to Computational Creativity Dept. of Computer Science University of Helsinki Musical Creativity Jukka Toivanen Introduction to Computational Creativity Dept. of Computer Science University of Helsinki Basic Terminology Melody = linear succession of musical tones that the listener

More information

Elements of Music David Scoggin OLLI Understanding Jazz Fall 2016

Elements of Music David Scoggin OLLI Understanding Jazz Fall 2016 Elements of Music David Scoggin OLLI Understanding Jazz Fall 2016 The two most fundamental dimensions of music are rhythm (time) and pitch. In fact, every staff of written music is essentially an X-Y coordinate

More information

Musical Harmonization with Constraints: A Survey. Overview. Computers and Music. Tonal Music

Musical Harmonization with Constraints: A Survey. Overview. Computers and Music. Tonal Music Musical Harmonization with Constraints: A Survey by Francois Pachet presentation by Reid Swanson USC CSCI 675c / ISE 575c, Spring 2007 Overview Why tonal music with some theory and history Example Rule

More information

Building a Better Bach with Markov Chains

Building a Better Bach with Markov Chains Building a Better Bach with Markov Chains CS701 Implementation Project, Timothy Crocker December 18, 2015 1 Abstract For my implementation project, I explored the field of algorithmic music composition

More information

MELONET I: Neural Nets for Inventing Baroque-Style Chorale Variations

MELONET I: Neural Nets for Inventing Baroque-Style Chorale Variations MELONET I: Neural Nets for Inventing Baroque-Style Chorale Variations Dominik Hornel dominik@ira.uka.de Institut fur Logik, Komplexitat und Deduktionssysteme Universitat Fridericiana Karlsruhe (TH) Am

More information

use individual notes, chords, and chord progressions to analyze the structure of given musical selections. different volume levels.

use individual notes, chords, and chord progressions to analyze the structure of given musical selections. different volume levels. Music Theory Creating Essential Questions: 1. How do artists generate and select creative ideas? 2. How do artists make creative decisions? 3. How do artists improve the quality of their creative work?

More information

CSC475 Music Information Retrieval

CSC475 Music Information Retrieval CSC475 Music Information Retrieval Symbolic Music Representations George Tzanetakis University of Victoria 2014 G. Tzanetakis 1 / 30 Table of Contents I 1 Western Common Music Notation 2 Digital Formats

More information

The Mathematics of Music and the Statistical Implications of Exposure to Music on High. Achieving Teens. Kelsey Mongeau

The Mathematics of Music and the Statistical Implications of Exposure to Music on High. Achieving Teens. Kelsey Mongeau The Mathematics of Music 1 The Mathematics of Music and the Statistical Implications of Exposure to Music on High Achieving Teens Kelsey Mongeau Practical Applications of Advanced Mathematics Amy Goodrum

More information

Arts, Computers and Artificial Intelligence

Arts, Computers and Artificial Intelligence Arts, Computers and Artificial Intelligence Sol Neeman School of Technology Johnson and Wales University Providence, RI 02903 Abstract Science and art seem to belong to different cultures. Science and

More information

Transition Networks. Chapter 5

Transition Networks. Chapter 5 Chapter 5 Transition Networks Transition networks (TN) are made up of a set of finite automata and represented within a graph system. The edges indicate transitions and the nodes the states of the single

More information

Melody Extraction from Generic Audio Clips Thaminda Edirisooriya, Hansohl Kim, Connie Zeng

Melody Extraction from Generic Audio Clips Thaminda Edirisooriya, Hansohl Kim, Connie Zeng Melody Extraction from Generic Audio Clips Thaminda Edirisooriya, Hansohl Kim, Connie Zeng Introduction In this project we were interested in extracting the melody from generic audio files. Due to the

More information

TABLE OF CONTENTS CHAPTER 1 PREREQUISITES FOR WRITING AN ARRANGEMENT... 1

TABLE OF CONTENTS CHAPTER 1 PREREQUISITES FOR WRITING AN ARRANGEMENT... 1 TABLE OF CONTENTS CHAPTER 1 PREREQUISITES FOR WRITING AN ARRANGEMENT... 1 1.1 Basic Concepts... 1 1.1.1 Density... 1 1.1.2 Harmonic Definition... 2 1.2 Planning... 2 1.2.1 Drafting a Plan... 2 1.2.2 Choosing

More information

Outline. Why do we classify? Audio Classification

Outline. Why do we classify? Audio Classification Outline Introduction Music Information Retrieval Classification Process Steps Pitch Histograms Multiple Pitch Detection Algorithm Musical Genre Classification Implementation Future Work Why do we classify

More information

Chapter 12. Meeting 12, History: Iannis Xenakis

Chapter 12. Meeting 12, History: Iannis Xenakis Chapter 12. Meeting 12, History: Iannis Xenakis 12.1. Announcements Musical Design Report 3 due 6 April Start thinking about sonic system projects 12.2. Quiz 10 Minutes 12.3. Xenakis: Background An architect,

More information

Copyright 2009 Pearson Education, Inc. or its affiliate(s). All rights reserved. NES, the NES logo, Pearson, the Pearson logo, and National

Copyright 2009 Pearson Education, Inc. or its affiliate(s). All rights reserved. NES, the NES logo, Pearson, the Pearson logo, and National Music (504) NES, the NES logo, Pearson, the Pearson logo, and National Evaluation Series are trademarks in the U.S. and/or other countries of Pearson Education, Inc. or its affiliate(s). NES Profile: Music

More information

MUSIC CURRICULM MAP: KEY STAGE THREE:

MUSIC CURRICULM MAP: KEY STAGE THREE: YEAR SEVEN MUSIC CURRICULM MAP: KEY STAGE THREE: 2013-2015 ONE TWO THREE FOUR FIVE Understanding the elements of music Understanding rhythm and : Performing Understanding rhythm and : Composing Understanding

More information

PLANE TESSELATION WITH MUSICAL-SCALE TILES AND BIDIMENSIONAL AUTOMATIC COMPOSITION

PLANE TESSELATION WITH MUSICAL-SCALE TILES AND BIDIMENSIONAL AUTOMATIC COMPOSITION PLANE TESSELATION WITH MUSICAL-SCALE TILES AND BIDIMENSIONAL AUTOMATIC COMPOSITION ABSTRACT We present a method for arranging the notes of certain musical scales (pentatonic, heptatonic, Blues Minor and

More information

Pacing Guide DRAFT First Quarter 8 th GRADE GENERAL MUSIC Weeks Understandings Program of Studies August 1-3

Pacing Guide DRAFT First Quarter 8 th GRADE GENERAL MUSIC Weeks Understandings Program of Studies August 1-3 2007-2008 Pacing Guide DRAFT First Quarter 8 th GRADE GENERAL MUSIC Weeks Understandings Program of Studies August 1-3 4.1 Core Content Essential Questions CHAMPS Why is Champs important to follow? List

More information

K-12 Performing Arts - Music Standards Lincoln Community School Sources: ArtsEdge - National Standards for Arts Education

K-12 Performing Arts - Music Standards Lincoln Community School Sources: ArtsEdge - National Standards for Arts Education K-12 Performing Arts - Music Standards Lincoln Community School Sources: ArtsEdge - National Standards for Arts Education Grades K-4 Students sing independently, on pitch and in rhythm, with appropriate

More information

Simple Harmonic Motion: What is a Sound Spectrum?

Simple Harmonic Motion: What is a Sound Spectrum? Simple Harmonic Motion: What is a Sound Spectrum? A sound spectrum displays the different frequencies present in a sound. Most sounds are made up of a complicated mixture of vibrations. (There is an introduction

More information

Connecticut State Department of Education Music Standards Middle School Grades 6-8

Connecticut State Department of Education Music Standards Middle School Grades 6-8 Connecticut State Department of Education Music Standards Middle School Grades 6-8 Music Standards Vocal Students will sing, alone and with others, a varied repertoire of songs. Students will sing accurately

More information

Music is applied mathematics (well, not really)

Music is applied mathematics (well, not really) Music is applied mathematics (well, not really) Aaron Greicius Loyola University Chicago 06 December 2011 Pitch n Connection traces back to Pythagoras Pitch n Connection traces back to Pythagoras n Observation

More information

PHY 103: Scales and Musical Temperament. Segev BenZvi Department of Physics and Astronomy University of Rochester

PHY 103: Scales and Musical Temperament. Segev BenZvi Department of Physics and Astronomy University of Rochester PHY 103: Scales and Musical Temperament Segev BenZvi Department of Physics and Astronomy University of Rochester Musical Structure We ve talked a lot about the physics of producing sounds in instruments

More information

AN INTRODUCTION TO MUSIC THEORY Revision A. By Tom Irvine July 4, 2002

AN INTRODUCTION TO MUSIC THEORY Revision A. By Tom Irvine   July 4, 2002 AN INTRODUCTION TO MUSIC THEORY Revision A By Tom Irvine Email: tomirvine@aol.com July 4, 2002 Historical Background Pythagoras of Samos was a Greek philosopher and mathematician, who lived from approximately

More information

Music Curriculum Map Year 5

Music Curriculum Map Year 5 Music Curriculum Map Year 5 At all times pupils will be encouraged to perform using their own instruments if they have them. Topic 1 10 weeks Topic 2 10 weeks Topics 3 10 weeks Topic 4 10 weeks Title:

More information

HST 725 Music Perception & Cognition Assignment #1 =================================================================

HST 725 Music Perception & Cognition Assignment #1 ================================================================= HST.725 Music Perception and Cognition, Spring 2009 Harvard-MIT Division of Health Sciences and Technology Course Director: Dr. Peter Cariani HST 725 Music Perception & Cognition Assignment #1 =================================================================

More information

In the sixth century BC, Pythagoras yes, that Pythagoras was the first. person to come up with the idea of an eight-note musical scale, where

In the sixth century BC, Pythagoras yes, that Pythagoras was the first. person to come up with the idea of an eight-note musical scale, where 1 In the sixth century BC, Pythagoras yes, that Pythagoras was the first person to come up with the idea of an eight-note musical scale, where the eighth note was an octave higher than the first note.

More information

Implementation of a Ten-Tone Equal Temperament System

Implementation of a Ten-Tone Equal Temperament System Proceedings of the National Conference On Undergraduate Research (NCUR) 2014 University of Kentucky, Lexington, KY April 3-5, 2014 Implementation of a Ten-Tone Equal Temperament System Andrew Gula Music

More information

Instrumental Music Curriculum

Instrumental Music Curriculum Instrumental Music Curriculum Instrumental Music Course Overview Course Description Topics at a Glance The Instrumental Music Program is designed to extend the boundaries of the gifted student beyond the

More information

California Subject Examinations for Teachers

California Subject Examinations for Teachers California Subject Examinations for Teachers TEST GUIDE MUSIC SUBTEST I Sample Questions and Responses and Scoring Information Copyright 2015 Pearson Education, Inc. or its affiliate(s). All rights reserved.

More information

An Integrated Music Chromaticism Model

An Integrated Music Chromaticism Model An Integrated Music Chromaticism Model DIONYSIOS POLITIS and DIMITRIOS MARGOUNAKIS Dept. of Informatics, School of Sciences Aristotle University of Thessaloniki University Campus, Thessaloniki, GR-541

More information

Piano Transcription MUMT611 Presentation III 1 March, Hankinson, 1/15

Piano Transcription MUMT611 Presentation III 1 March, Hankinson, 1/15 Piano Transcription MUMT611 Presentation III 1 March, 2007 Hankinson, 1/15 Outline Introduction Techniques Comb Filtering & Autocorrelation HMMs Blackboard Systems & Fuzzy Logic Neural Networks Examples

More information

Evolutionary Computation Systems for Musical Composition

Evolutionary Computation Systems for Musical Composition Evolutionary Computation Systems for Musical Composition Antonino Santos, Bernardino Arcay, Julián Dorado, Juan Romero, Jose Rodriguez Information and Communications Technology Dept. University of A Coruña

More information

Music Appreciation: The Enjoyment of Listening

Music Appreciation: The Enjoyment of Listening Course Syllabus Music Appreciation: The Enjoyment of Listening Course Description Music is part of everyday lives and reflects the spirit of our human condition. To know and understand music, we distinguish

More information

GRADUATE PLACEMENT EXAMINATIONS MUSIC THEORY

GRADUATE PLACEMENT EXAMINATIONS MUSIC THEORY McGILL UNIVERSITY SCHULICH SCHOOL OF MUSIC GRADUATE PLACEMENT EXAMINATIONS MUSIC THEORY All students beginning graduate studies in Composition, Music Education, Music Technology and Theory are required

More information

y POWER USER MUSIC PRODUCTION and PERFORMANCE With the MOTIF ES Mastering the Sample SLICE function

y POWER USER MUSIC PRODUCTION and PERFORMANCE With the MOTIF ES Mastering the Sample SLICE function y POWER USER MUSIC PRODUCTION and PERFORMANCE With the MOTIF ES Mastering the Sample SLICE function Phil Clendeninn Senior Product Specialist Technology Products Yamaha Corporation of America Working with

More information

Music GRADES K-12 Overview

Music GRADES K-12 Overview Music GRADES K-12 Overview Music and the arts provide an important foundation for the creative, innovative, and intellectual capacities for all students regardless of musical or artistic aptitude. Music

More information

Musical Acoustics Lecture 16 Interval, Scales, Tuning and Temperament - I

Musical Acoustics Lecture 16 Interval, Scales, Tuning and Temperament - I Musical Acoustics, C. Bertulani 1 Musical Acoustics Lecture 16 Interval, Scales, Tuning and Temperament - I Notes and Tones Musical instruments cover useful range of 27 to 4200 Hz. 2 Ear: pitch discrimination

More information

Blues Improviser. Greg Nelson Nam Nguyen

Blues Improviser. Greg Nelson Nam Nguyen Blues Improviser Greg Nelson (gregoryn@cs.utah.edu) Nam Nguyen (namphuon@cs.utah.edu) Department of Computer Science University of Utah Salt Lake City, UT 84112 Abstract Computer-generated music has long

More information

Bach-Prop: Modeling Bach s Harmonization Style with a Back- Propagation Network

Bach-Prop: Modeling Bach s Harmonization Style with a Back- Propagation Network Indiana Undergraduate Journal of Cognitive Science 1 (2006) 3-14 Copyright 2006 IUJCS. All rights reserved Bach-Prop: Modeling Bach s Harmonization Style with a Back- Propagation Network Rob Meyerson Cognitive

More information

Mathematics and Music

Mathematics and Music Mathematics and Music What? Archytas, Pythagoras Other Pythagorean Philosophers/Educators: The Quadrivium Mathematics ( study o the unchangeable ) Number Magnitude Arithmetic numbers at rest Music numbers

More information

Figured Bass and Tonality Recognition Jerome Barthélemy Ircam 1 Place Igor Stravinsky Paris France

Figured Bass and Tonality Recognition Jerome Barthélemy Ircam 1 Place Igor Stravinsky Paris France Figured Bass and Tonality Recognition Jerome Barthélemy Ircam 1 Place Igor Stravinsky 75004 Paris France 33 01 44 78 48 43 jerome.barthelemy@ircam.fr Alain Bonardi Ircam 1 Place Igor Stravinsky 75004 Paris

More information

LESSON 1 PITCH NOTATION AND INTERVALS

LESSON 1 PITCH NOTATION AND INTERVALS FUNDAMENTALS I 1 Fundamentals I UNIT-I LESSON 1 PITCH NOTATION AND INTERVALS Sounds that we perceive as being musical have four basic elements; pitch, loudness, timbre, and duration. Pitch is the relative

More information

Modes and Ragas: More Than just a Scale

Modes and Ragas: More Than just a Scale Connexions module: m11633 1 Modes and Ragas: More Than just a Scale Catherine Schmidt-Jones This work is produced by The Connexions Project and licensed under the Creative Commons Attribution License Abstract

More information

Take a Break, Bach! Let Machine Learning Harmonize That Chorale For You. Chris Lewis Stanford University

Take a Break, Bach! Let Machine Learning Harmonize That Chorale For You. Chris Lewis Stanford University Take a Break, Bach! Let Machine Learning Harmonize That Chorale For You Chris Lewis Stanford University cmslewis@stanford.edu Abstract In this project, I explore the effectiveness of the Naive Bayes Classifier

More information

Curriculum Standard One: The student will listen to and analyze music critically, using the vocabulary and language of music.

Curriculum Standard One: The student will listen to and analyze music critically, using the vocabulary and language of music. Curriculum Standard One: The student will listen to and analyze music critically, using the vocabulary and language of music. 1. The student will develop a technical vocabulary of music. 2. The student

More information

Cooperative music composition platform

Cooperative music composition platform Cooperative music composition platform LUO Hong (jasonluo@gmail.com) To be supervised by Prof David Rossiter 1. Background: Many people like to record or singing for an existing song since the karaoke

More information

An Approach to Classifying Four-Part Music

An Approach to Classifying Four-Part Music An Approach to Classifying Four-Part Music Gregory Doerfler, Robert Beck Department of Computing Sciences Villanova University, Villanova PA 19085 gdoerf01@villanova.edu Abstract - Four-Part Classifier

More information

VOCAL MUSIC CURRICULUM STANDARDS Grades Students will sing, alone and with others, a varied repertoire of music.

VOCAL MUSIC CURRICULUM STANDARDS Grades Students will sing, alone and with others, a varied repertoire of music. Standard 1.0 Singing VOCAL MUSIC CURRICULUM STANDARDS Grades 9-12 Students will sing, alone and with others, a varied repertoire of music. The Student will 1.1 Demonstrate expression and technical accuracy

More information

Modes and Ragas: More Than just a Scale

Modes and Ragas: More Than just a Scale OpenStax-CNX module: m11633 1 Modes and Ragas: More Than just a Scale Catherine Schmidt-Jones This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 3.0 Abstract

More information

CHAPTER ONE TWO-PART COUNTERPOINT IN FIRST SPECIES (1:1)

CHAPTER ONE TWO-PART COUNTERPOINT IN FIRST SPECIES (1:1) HANDBOOK OF TONAL COUNTERPOINT G. HEUSSENSTAMM Page 1 CHAPTER ONE TWO-PART COUNTERPOINT IN FIRST SPECIES (1:1) What is counterpoint? Counterpoint is the art of combining melodies; each part has its own

More information

Lab P-6: Synthesis of Sinusoidal Signals A Music Illusion. A k cos.! k t C k / (1)

Lab P-6: Synthesis of Sinusoidal Signals A Music Illusion. A k cos.! k t C k / (1) DSP First, 2e Signal Processing First Lab P-6: Synthesis of Sinusoidal Signals A Music Illusion Pre-Lab: Read the Pre-Lab and do all the exercises in the Pre-Lab section prior to attending lab. Verification:

More information

Cyclophonic Music Generation

Cyclophonic Music Generation Cyclophonic Music Generation Draft 1 7-11-15 Copyright 2015 Peter McClard. All Rights Reserved. Table of Contents Introduction......................... 3 The Cosmic Wave.................... 3 Cyclophonic

More information

Game of Life music. Chapter 1. Eduardo R. Miranda and Alexis Kirke

Game of Life music. Chapter 1. Eduardo R. Miranda and Alexis Kirke Contents 1 Game of Life music.......................................... 1 Eduardo R. Miranda and Alexis Kirke 1.1 A brief introduction to GoL................................. 2 1.2 Rending musical forms

More information

Music Appreciation: The Enjoyment of Listening

Music Appreciation: The Enjoyment of Listening Course Syllabus Music Appreciation: The Enjoyment of Listening Course Code: EDL023 Course Description Have you ever heard a piece of music that made you want to get up and dance? Cry your heart out? Sing

More information

AN ANALYSIS OF PIANO VARIATIONS

AN ANALYSIS OF PIANO VARIATIONS AN ANALYSIS OF PIANO VARIATIONS Composed by Richard Anatone A CREATIVE PROJECT SUBMITTED TO THE GRADUATE SCHOOL IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE MASTER OF MUSIC BY RICHARD ANATONE

More information

MUSIC (MUS) Music (MUS) 1

MUSIC (MUS) Music (MUS) 1 Music (MUS) 1 MUSIC (MUS) MUS 2 Music Theory 3 Units (Degree Applicable, CSU, UC, C-ID #: MUS 120) Corequisite: MUS 5A Preparation for the study of harmony and form as it is practiced in Western tonal

More information

Course Overview. Assessments What are the essential elements and. aptitude and aural acuity? meaning and expression in music?

Course Overview. Assessments What are the essential elements and. aptitude and aural acuity? meaning and expression in music? BEGINNING PIANO / KEYBOARD CLASS This class is open to all students in grades 9-12 who wish to acquire basic piano skills. It is appropriate for students in band, orchestra, and chorus as well as the non-performing

More information

1. Content Standard: Singing, alone and with others, a varied repertoire of music Achievement Standard:

1. Content Standard: Singing, alone and with others, a varied repertoire of music Achievement Standard: The School Music Program: A New Vision K-12 Standards, and What They Mean to Music Educators GRADES K-4 Performing, creating, and responding to music are the fundamental music processes in which humans

More information

PLACEMENT ASSESSMENTS MUSIC DIVISION

PLACEMENT ASSESSMENTS MUSIC DIVISION PLACEMENT ASSESSMENTS MUSIC DIVISION August 31- September 2, 2015 Students must be present for all days of testing in preparation for registration, which is held September 2-4. Placement Assessments are

More information

Different aspects of MAthematics

Different aspects of MAthematics Different aspects of MAthematics Tushar Bhardwaj, Nitesh Rawat Department of Electronics and Computer Science Engineering Dronacharya College of Engineering, Khentawas, Farrukh Nagar, Gurgaon, Haryana

More information

Grade HS Band (1) Basic

Grade HS Band (1) Basic Grade HS Band (1) Basic Strands 1. Performance 2. Creating 3. Notation 4. Listening 5. Music in Society Strand 1 Performance Standard 1 Singing, alone and with others, a varied repertoire of music. 1-1

More information

Robert Alexandru Dobre, Cristian Negrescu

Robert Alexandru Dobre, Cristian Negrescu ECAI 2016 - International Conference 8th Edition Electronics, Computers and Artificial Intelligence 30 June -02 July, 2016, Ploiesti, ROMÂNIA Automatic Music Transcription Software Based on Constant Q

More information

Grade 6 Music Curriculum Maps

Grade 6 Music Curriculum Maps Grade 6 Music Curriculum Maps Unit of Study: Form, Theory, and Composition Unit of Study: History Overview Unit of Study: Multicultural Music Unit of Study: Music Theory Unit of Study: Musical Theatre

More information

Music Representations

Music Representations Lecture Music Processing Music Representations Meinard Müller International Audio Laboratories Erlangen meinard.mueller@audiolabs-erlangen.de Book: Fundamentals of Music Processing Meinard Müller Fundamentals

More information

Divisions on a Ground

Divisions on a Ground Divisions on a Ground Introductory Exercises in Improvisation for Two Players John Mortensen, DMA Based on The Division Viol by Christopher Simpson (1664) Introduction. The division viol was a peculiar

More information

XYNTHESIZR User Guide 1.5

XYNTHESIZR User Guide 1.5 XYNTHESIZR User Guide 1.5 Overview Main Screen Sequencer Grid Bottom Panel Control Panel Synth Panel OSC1 & OSC2 Amp Envelope LFO1 & LFO2 Filter Filter Envelope Reverb Pan Delay SEQ Panel Sequencer Key

More information

OCTAVE C 3 D 3 E 3 F 3 G 3 A 3 B 3 C 4 D 4 E 4 F 4 G 4 A 4 B 4 C 5 D 5 E 5 F 5 G 5 A 5 B 5. Middle-C A-440

OCTAVE C 3 D 3 E 3 F 3 G 3 A 3 B 3 C 4 D 4 E 4 F 4 G 4 A 4 B 4 C 5 D 5 E 5 F 5 G 5 A 5 B 5. Middle-C A-440 DSP First Laboratory Exercise # Synthesis of Sinusoidal Signals This lab includes a project on music synthesis with sinusoids. One of several candidate songs can be selected when doing the synthesis program.

More information

GRADUATE PLACEMENT EXAMINATIONS - COMPOSITION

GRADUATE PLACEMENT EXAMINATIONS - COMPOSITION McGILL UNIVERSITY SCHULICH SCHOOL OF MUSIC GRADUATE PLACEMENT EXAMINATIONS - COMPOSITION All students beginning graduate studies in Composition, Music Education, Music Technology and Theory are required

More information

Music (MUSIC) Iowa State University

Music (MUSIC) Iowa State University Iowa State University 2013-2014 1 Music (MUSIC) Courses primarily for undergraduates: MUSIC 101. Fundamentals of Music. (1-2) Cr. 2. F.S. Prereq: Ability to read elementary musical notation Notation, recognition,

More information

Standard 1 PERFORMING MUSIC: Singing alone and with others

Standard 1 PERFORMING MUSIC: Singing alone and with others KINDERGARTEN Standard 1 PERFORMING MUSIC: Singing alone and with others Students sing melodic patterns and songs with an appropriate tone quality, matching pitch and maintaining a steady tempo. K.1.1 K.1.2

More information

Jazz Melody Generation from Recurrent Network Learning of Several Human Melodies

Jazz Melody Generation from Recurrent Network Learning of Several Human Melodies Jazz Melody Generation from Recurrent Network Learning of Several Human Melodies Judy Franklin Computer Science Department Smith College Northampton, MA 01063 Abstract Recurrent (neural) networks have

More information

Greeley-Evans School District 6 High School Vocal Music Curriculum Guide Unit: Men s and Women s Choir Year 1 Enduring Concept: Expression of Music

Greeley-Evans School District 6 High School Vocal Music Curriculum Guide Unit: Men s and Women s Choir Year 1 Enduring Concept: Expression of Music Unit: Men s and Women s Choir Year 1 Enduring Concept: Expression of Music To perform music accurately and expressively demonstrating self-evaluation and personal interpretation at the minimal level of

More information

Checks for Understanding State Performance Indicators Assessments

Checks for Understanding State Performance Indicators Assessments Course: Class Piano Level One Unit: Unit 4 - Performing the Piano Course Level Expectations: 2.1 Demonstrate, with expression and technical accuracy, a varied repertoire of piano literature,early elementary

More information

8th Grade Band 8/11. *Warm Ups and Beyond Page 18 Concert Bb Major Scale and Arpeggio 1 & 2 Major Chords Thirds Chromatic Pivot Scale

8th Grade Band 8/11. *Warm Ups and Beyond Page 18 Concert Bb Major Scale and Arpeggio 1 & 2 Major Chords Thirds Chromatic Pivot Scale 8th Grade Band 8/11 I can perform the Star Spangled Banner m1 19. *Review Note Names *Breathing Exercises through instruments (in 4 out 4, in 4 out 8) *Bb Major Scale (whole notes all together, then in

More information

MUSIC (MUAP, MUEN, MUSI)

MUSIC (MUAP, MUEN, MUSI) Music (MUAP, MUEN, MUSI) 1 MUSIC (MUAP, MUEN, MUSI) Music Applied Private instruction on instruments and in voice is available to students majoring or minoring in music, and to other students who desire

More information

Curriculum Framework for Performing Arts

Curriculum Framework for Performing Arts Curriculum Framework for Performing Arts School: Mapleton Charter School Curricular Tool: Teacher Created Grade: K and 1 music Although skills are targeted in specific timeframes, they will be reinforced

More information

FINE ARTS Institutional (ILO), Program (PLO), and Course (SLO) Alignment

FINE ARTS Institutional (ILO), Program (PLO), and Course (SLO) Alignment FINE ARTS Institutional (ILO), Program (PLO), and Course (SLO) Program: Music Number of Courses: 52 Date Updated: 11.19.2014 Submitted by: V. Palacios, ext. 3535 ILOs 1. Critical Thinking Students apply

More information

OCR GCSE (9-1) MUSIC TOPIC EXPLORATION PACK - THE CONCERTO THROUGH TIME

OCR GCSE (9-1) MUSIC TOPIC EXPLORATION PACK - THE CONCERTO THROUGH TIME OCR GCSE (9-1) MUSIC TOPIC EXPLORATION PACK - THE CONCERTO THROUGH TIME Abstract [Draw your reader in with an engaging abstract. It is typically a short summary of the document. When you re ready to add

More information

Modes and Ragas: More Than just a Scale *

Modes and Ragas: More Than just a Scale * OpenStax-CNX module: m11633 1 Modes and Ragas: More Than just a Scale * Catherine Schmidt-Jones This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 3.0 Abstract

More information

Music Theory. Fine Arts Curriculum Framework. Revised 2008

Music Theory. Fine Arts Curriculum Framework. Revised 2008 Music Theory Fine Arts Curriculum Framework Revised 2008 Course Title: Music Theory Course/Unit Credit: 1 Course Number: Teacher Licensure: Grades: 9-12 Music Theory Music Theory is a two-semester course

More information

A Bayesian Network for Real-Time Musical Accompaniment

A Bayesian Network for Real-Time Musical Accompaniment A Bayesian Network for Real-Time Musical Accompaniment Christopher Raphael Department of Mathematics and Statistics, University of Massachusetts at Amherst, Amherst, MA 01003-4515, raphael~math.umass.edu

More information

Music Semester in Greece Spring 2018 Course Listing January 29 June 1, 2018 Application Deadline: October 16, 2017.

Music Semester in Greece Spring 2018 Course Listing January 29 June 1, 2018 Application Deadline: October 16, 2017. Music Semester in Greece Spring 2018 Course Listing January 29 June 1, 2018 Application Deadline: October 16, 2017 Arrival day: January 29, 2018 University Orientation: January 30 February 2, 2018 Classes

More information

Oskaloosa Community School District. Music. Grade Level Benchmarks

Oskaloosa Community School District. Music. Grade Level Benchmarks Oskaloosa Community School District Music Grade Level Benchmarks Drafted 2011-2012 Music Mission Statement The mission of the Oskaloosa Music department is to give all students the opportunity to develop

More information

A Clustering Algorithm for Recombinant Jazz Improvisations

A Clustering Algorithm for Recombinant Jazz Improvisations Wesleyan University The Honors College A Clustering Algorithm for Recombinant Jazz Improvisations by Jonathan Gillick Class of 2009 A thesis submitted to the faculty of Wesleyan University in partial fulfillment

More information

POST-PROCESSING FIDDLE : A REAL-TIME MULTI-PITCH TRACKING TECHNIQUE USING HARMONIC PARTIAL SUBTRACTION FOR USE WITHIN LIVE PERFORMANCE SYSTEMS

POST-PROCESSING FIDDLE : A REAL-TIME MULTI-PITCH TRACKING TECHNIQUE USING HARMONIC PARTIAL SUBTRACTION FOR USE WITHIN LIVE PERFORMANCE SYSTEMS POST-PROCESSING FIDDLE : A REAL-TIME MULTI-PITCH TRACKING TECHNIQUE USING HARMONIC PARTIAL SUBTRACTION FOR USE WITHIN LIVE PERFORMANCE SYSTEMS Andrew N. Robertson, Mark D. Plumbley Centre for Digital Music

More information

Music Curriculum. Grade 5: Unit One. 1 P a g e

Music Curriculum. Grade 5: Unit One. 1 P a g e Music Curriculum Grade 5: Unit One 1 P a g e Course Description The goal of Unit One is to build the vocabulary of students so they are able to understand what the possibilities are when they create, perform,

More information

Chelmsford Public Schools Fine and Performing Arts Department Middle School General Music Curriculum Map by Standard Standard 1: SINGING

Chelmsford Public Schools Fine and Performing Arts Department Middle School General Music Curriculum Map by Standard Standard 1: SINGING Standard 1: SINGING Students will sing, alone and with others, a varied repertoire of music. Sing alone & with others maintaining accurate intonation, steady beat, rhythmic accuracy, and appropriate expression

More information

APPENDIX. Divided Notes. A stroke through the stem of a note is used to divide that note into equal lesser values on the pitch or pitches given.

APPENDIX. Divided Notes. A stroke through the stem of a note is used to divide that note into equal lesser values on the pitch or pitches given. APPENDIX DIRECTIONS FOR PERFORMANCE B MUSICAL ABBREVIATIONS Divided Notes. A stroke through the stem of a note is used to divide that note into equal lesser values on the pitch or pitches given. written

More information

World Music. Music of Africa: choral and popular music

World Music. Music of Africa: choral and popular music World Music Music of Africa: choral and popular music Music in Africa! Africa is a vast continent with many different regions and nations, each with its own traditions and identity.! Music plays an important

More information

Sudhanshu Gautam *1, Sarita Soni 2. M-Tech Computer Science, BBAU Central University, Lucknow, Uttar Pradesh, India

Sudhanshu Gautam *1, Sarita Soni 2. M-Tech Computer Science, BBAU Central University, Lucknow, Uttar Pradesh, India International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume 3 Issue 3 ISSN : 2456-3307 Artificial Intelligence Techniques for Music Composition

More information

Greenwich Public Schools Orchestra Curriculum PK-12

Greenwich Public Schools Orchestra Curriculum PK-12 Greenwich Public Schools Orchestra Curriculum PK-12 Overview Orchestra is an elective music course that is offered to Greenwich Public School students beginning in Prekindergarten and continuing through

More information

Chapter 11. The Art of the Natural. Thursday, February 7, 13

Chapter 11. The Art of the Natural. Thursday, February 7, 13 Chapter 11 The Art of the Natural Classical Era the label Classical applied after the period historians viewed this period as a golden age of music Classical also can refer to the period of ancient Greece

More information

ILLINOIS LICENSURE TESTING SYSTEM

ILLINOIS LICENSURE TESTING SYSTEM ILLINOIS LICENSURE TESTING SYSTEM FIELD 212: MUSIC January 2017 Effective beginning September 3, 2018 ILLINOIS LICENSURE TESTING SYSTEM FIELD 212: MUSIC January 2017 Subarea Range of Objectives I. Responding:

More information

Registration Reference Book

Registration Reference Book Exploring the new MUSIC ATELIER Registration Reference Book Index Chapter 1. The history of the organ 6 The difference between the organ and the piano 6 The continued evolution of the organ 7 The attraction

More information

TRUMPET CONCERTO IN E flat 3 rd MOVEMENT by HAYDN

TRUMPET CONCERTO IN E flat 3 rd MOVEMENT by HAYDN Secondary 10 PIECES PLUS! TRUMPET CONCERTO IN E flat 3 rd MOVEMENT by HAYDN TEACHER PAGES TRUMPET CONCERTO IN E flat, 3 rd MOVEMENT BY JOSEPH HAYDN http://www.bbc.co.uk/programmes/p034pp7f CONTEXT Haydn

More information

UNIVERSITY COLLEGE DUBLIN NATIONAL UNIVERSITY OF IRELAND, DUBLIN MUSIC

UNIVERSITY COLLEGE DUBLIN NATIONAL UNIVERSITY OF IRELAND, DUBLIN MUSIC UNIVERSITY COLLEGE DUBLIN NATIONAL UNIVERSITY OF IRELAND, DUBLIN MUSIC SESSION 2000/2001 University College Dublin NOTE: All students intending to apply for entry to the BMus Degree at University College

More information

Symphony No. 101 The Clock movements 2 & 3

Symphony No. 101 The Clock movements 2 & 3 Unit Study Symphony No. 101 (Haydn) 1 UNIT STUDY LESSON PLAN Student Guide to Symphony No. 101 The Clock movements 2 & 3 by Franz Josef Haydn Name: v. 1.0, last edited 3/27/2009 Unit Study Symphony No.

More information

THE BASIS OF JAZZ ASSESSMENT

THE BASIS OF JAZZ ASSESSMENT THE BASIS OF JAZZ ASSESSMENT The tables on pp. 42 5 contain minimalist criteria statements, giving clear guidance as to what the examiner is looking for in the various sections of the exam. Every performance

More information

High School Choir Level III Curriculum Essentials Document

High School Choir Level III Curriculum Essentials Document High School Choir Level III Curriculum Essentials Document Boulder Valley School District Department of Curriculum and Instruction August 2011 2 3 Introduction The Boulder Valley Secondary Curriculum provides

More information