Difference between revisions of "Music 254/CS 275b Spring 2015 Syllabus"

From CCARH Wiki
Jump to navigation Jump to search
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<font size=+1><b>Music 254/CS 275b "Music Query, Analysis, and Style Simulation"  <br> Stanford University (Spring 2015).</b></font>
 
<font size=+1><b>Music 254/CS 275b "Music Query, Analysis, and Style Simulation"  <br> Stanford University (Spring 2015).</b></font>
 +
 +
 +
This is an old syllabus.  See [[Music 254/CS 275b Syllabus | The most recent version ]].
  
 
This music information retrieval course builds on the foundation of [[Music 253|Music 253/CS 275A]]. Using an open-source analysis platform (such as the [https://github.com/humdrum-tools/humdrum-tools Humdrum Toolkit] (unix), [[Humdrum Extras]] (C++), or [[Music21]] (Python), or your preferred programming language/environment) students plan and design their own applications.
 
This music information retrieval course builds on the foundation of [[Music 253|Music 253/CS 275A]]. Using an open-source analysis platform (such as the [https://github.com/humdrum-tools/humdrum-tools Humdrum Toolkit] (unix), [[Humdrum Extras]] (C++), or [[Music21]] (Python), or your preferred programming language/environment) students plan and design their own applications.
Line 44: Line 47:
 
25% class participation, 75% project
 
25% class participation, 75% project
 
<ul>  
 
<ul>  
<li> Project proposal: 3 pages, due Wed. 16 April 2014
+
<li> Project proposal: 3 pages, due Mon. 14 April 2014
<li> Project presentation, 20&ndash;30 minutes, Thurs. 4 June 2015.
+
<li> Project presentation, 20&ndash;30 minutes, Wed. 3 June 2015.
<li> Project writeup draft: 5+ pages, Thurs. 4 June 2014
+
<li> Project writeup draft: 5+ pages, Wed. 3 June 2014
 
<li> Project writeup: 10&ndash;20 pages, Thurs. 11 June 2015
 
<li> Project writeup: 10&ndash;20 pages, Thurs. 11 June 2015
 
</ul>
 
</ul>
Line 89: Line 92:
 
! scope="col" width="500px" | Topics
 
! scope="col" width="500px" | Topics
 
|-
 
|-
| 1<div id="week1"></div> || 31 March, 2 Apr 2015 ||  
+
| 1<div id="week1"></div> || 30 March, 1 Apr 2015 ||  
 
* [[Media:Introduction254.pdf | Introduction ]] (PDF slides)
 
* [[Media:Introduction254.pdf | Introduction ]] (PDF slides)
 
<b>Harmony I</b>
 
<b>Harmony I</b>
Line 112: Line 115:
 
*** [http://en.wikipedia.org/wiki/Sort_(Unix) sort]: sort lines of data alphabetically or numerically.
 
*** [http://en.wikipedia.org/wiki/Sort_(Unix) sort]: sort lines of data alphabetically or numerically.
 
*** [http://en.wikipedia.org/wiki/Uniq uniq]: Remove/count successively repeated lines of text.
 
*** [http://en.wikipedia.org/wiki/Uniq uniq]: Remove/count successively repeated lines of text.
 +
 +
* [[Media:pitchmix-markov.pdf|Pitchmix and Markov analysis of composite sonorities]]
 
|-
 
|-
| 2<div id="week2"></div> || 7 & 9 Apr 2015 ||  
+
| 2<div id="week2"></div> || 6 & 8 Apr 2015 ||  
 
<b>Melody</b>
 
<b>Melody</b>
 
* [http://esf.ccarh.org/254/02A_MelodicQuery_2014.pdf 2a. Melodic Search: Strategies and Formats] (PDF slides)
 
* [http://esf.ccarh.org/254/02A_MelodicQuery_2014.pdf 2a. Melodic Search: Strategies and Formats] (PDF slides)
Line 148: Line 153:
 
*** [http://ghostscript.com/doc/current/Ps2pdf.htm ps2pdf]: convert PostScript into PDF files.
 
*** [http://ghostscript.com/doc/current/Ps2pdf.htm ps2pdf]: convert PostScript into PDF files.
 
|-
 
|-
| 3<div id="week3"></div> || 14 Apr 2015 ||  
+
| 3<div id="week3"></div> || 13 Apr 2015 ||  
 
<b>Style/Rhythm</b>
 
<b>Style/Rhythm</b>
 
* [http://esf.ccarh.org/254/03A_MusicalDimensions-Similarity_2014.pdf 3a. Similarity: Musical Dimensions]
 
* [http://esf.ccarh.org/254/03A_MusicalDimensions-Similarity_2014.pdf 3a. Similarity: Musical Dimensions]
Line 163: Line 168:
 
** [http://extras.humdrum.org/man/hgrep hgrep]: search for patterns in Humdrum file data.
 
** [http://extras.humdrum.org/man/hgrep hgrep]: search for patterns in Humdrum file data.
 
|-
 
|-
| 3 || 16 Apr 2015 ||  
+
| 3 || 15 Apr 2015 ||  
 
<b>Data/Data entry</b>
 
<b>Data/Data entry</b>
 
* [[Media:dataentry.pdf | Data/Data entry in Humdrum]] (PDF slides)
 
* [[Media:dataentry.pdf | Data/Data entry in Humdrum]] (PDF slides)
Line 174: Line 179:
 
** [http://museinfo.sapp.org/examples/humdrum/mid2hum.cpp mid2hum]: MIDI to Humdrum converter (works in many cases, but better to convert MIDI first to MusicXML then import).
 
** [http://museinfo.sapp.org/examples/humdrum/mid2hum.cpp mid2hum]: MIDI to Humdrum converter (works in many cases, but better to convert MIDI first to MusicXML then import).
 
|-
 
|-
| 4<div id="week4"></div> || 21 Apr 2015 ||  
+
| 4<div id="week4"></div> || 20 Apr 2015 ||  
 
<b>Harmony II</b>
 
<b>Harmony II</b>
 
* [http://esf.ccarh.org/254/04a_Harmonic%20Models.pdf 4a. Harmonic Models (1)]
 
* [http://esf.ccarh.org/254/04a_Harmonic%20Models.pdf 4a. Harmonic Models (1)]
Line 190: Line 195:
 
** [http://extras.humdrum.org/man/transpose transpose]: Transpose score to specific key or by interval.
 
** [http://extras.humdrum.org/man/transpose transpose]: Transpose score to specific key or by interval.
 
|-
 
|-
| 4 || 23 Apr 2015 ||  
+
| 4 || 22 Apr 2015 ||  
 
<b>Humdrum & MIDI</b>
 
<b>Humdrum & MIDI</b>
 
* [[Media:Humdrum2Midi.pdf | Humdrum to MIDI]]  (PDF slides)
 
* [[Media:Humdrum2Midi.pdf | Humdrum to MIDI]]  (PDF slides)
 
|-
 
|-
| 5<div id="week5"></div> || 28 Apr 2015 ||
+
| 5<div id="week5"></div> || 27 Apr 2015 ||
 
<b> Regular Expressions </b>
 
<b> Regular Expressions </b>
 
* [[Media:RegularExpressions.pdf | Regular Expressions]] (PDF slides)  
 
* [[Media:RegularExpressions.pdf | Regular Expressions]] (PDF slides)  
 
|-
 
|-
| 5 || 30 April 2015 ||  
+
| 5 || 29 April 2015 ||  
 
* [http://esf.ccarh.org/254/05A_From%20Emmmy%20to%20Emily%20Howell_v2.pdf 5a. From Emmy to Emily Howell: The Work of David Cope]
 
* [http://esf.ccarh.org/254/05A_From%20Emmmy%20to%20Emily%20Howell_v2.pdf 5a. From Emmy to Emily Howell: The Work of David Cope]
 
|-
 
|-
| 6<div id="week6"></div> || 5 May 2015 ||
+
| 6<div id="week6"></div> || 4 May 2015 ||
 
<b> Programming for Humdrum files </b>
 
<b> Programming for Humdrum files </b>
 
* [[Humdrum Extras]] &mdash; C++ library for processing Humdrum files
 
* [[Humdrum Extras]] &mdash; C++ library for processing Humdrum files
 
* [http://mit.edu/music21 music21] &mdash; Python environment which reads Humdrum files
 
* [http://mit.edu/music21 music21] &mdash; Python environment which reads Humdrum files
 
|-
 
|-
| 6 || 7 May 2015 ||
+
| 6 || 6 May 2015 ||
 
<b> Inner metric analysis </b>
 
<b> Inner metric analysis </b>
 
* [[Media:Innermetric-BE.pdf |  Inner Metric Analysis]] (PDF slides)
 
* [[Media:Innermetric-BE.pdf |  Inner Metric Analysis]] (PDF slides)
Line 212: Line 217:
 
* [[Media:CorelliBassline.pdf |  Corelli & Rule-of-the-octave data selection]] (PDF slides)
 
* [[Media:CorelliBassline.pdf |  Corelli & Rule-of-the-octave data selection]] (PDF slides)
 
|-
 
|-
| 7 || 12 May 2015 ||
+
| 7 || 11 May 2015 ||
 
<b> Dice</b>
 
<b> Dice</b>
 
* [http://www.ccarh.org/courses/253/lab/kerndice Mozart Dice Game]
 
* [http://www.ccarh.org/courses/253/lab/kerndice Mozart Dice Game]
 
|-
 
|-
| 7 || 14 May 2015 ||
+
| 7 || 13 May 2015 ||
 
<b> Musical Style</b>
 
<b> Musical Style</b>
 
* [http://esf.ccarh.org/254/08b_Quantitative-Style.pdf Quantitative Analysis of Musical Style]
 
* [http://esf.ccarh.org/254/08b_Quantitative-Style.pdf Quantitative Analysis of Musical Style]
 
|-
 
|-
| 8 || 19 May 2015 ||
+
| 8 || 18 May 2015 ||
 
<b> Project development</b>
 
<b> Project development</b>
  
 
No class meeting
 
No class meeting
 
|-
 
|-
| 8 || 21 May 2015 ||
+
| 8 || 20 May 2015 ||
 
<b> Project development</b>
 
<b> Project development</b>
  
 
No class meeting
 
No class meeting
 
|-
 
|-
| 9 || 29 May 2014 ||
+
| 9 || 28 May 2014 ||
 
<b> Counterpoint</b>
 
<b> Counterpoint</b>
 
* [http://esf.ccarh.org/254/09b_Improvisatory%20Counterpoint.pdf Generative approaches to counterpoint]
 
* [http://esf.ccarh.org/254/09b_Improvisatory%20Counterpoint.pdf Generative approaches to counterpoint]
Line 236: Line 241:
 
* MEI (Music Encoding Initiative) Release 2.0
 
* MEI (Music Encoding Initiative) Release 2.0
 
|-
 
|-
| 10 || June 2 2015 ||
+
| 6 || June 2 2015 ||
 
|-
 
|-
| 10 || June 4 2015 ||
+
| 8 || June 4 2015 ||
 
<b> Project presentations</b>
 
<b> Project presentations</b>
 
|-
 
|-

Latest revision as of 20:28, 28 March 2016

Music 254/CS 275b "Music Query, Analysis, and Style Simulation"
Stanford University (Spring 2015).


This is an old syllabus. See The most recent version .

This music information retrieval course builds on the foundation of Music 253/CS 275A. Using an open-source analysis platform (such as the Humdrum Toolkit (unix), Humdrum Extras (C++), or Music21 (Python), or your preferred programming language/environment) students plan and design their own applications.

The first four weeks cover basic areas of music analysis and retrieval and introduce basic principles of using the Humdrum Toolkit. Students may be assigned individual reading assignments pertinent to their research topic areas. The remaining six weeks are spent on individual project development, with weekly reports and discussions. Extensive help is available in the lab during hours allotted to class time. Students give verbal and written reports on their research at the end of the quarter. Some projects may be appropriate for continuation in independent-study modules.


Meeting times: Mondays & Wednesdays 1:15–3:05
Location: Braun Music Building, room 128 (or entry also from room 129)
Instructors: Eleanor Selfridge-Field (esfield@stanford.edu)
Craig Stuart Sapp (craig@ccrma.stanford.edu)
Office Hours: 3:05–4:05 Wednesdays and by appointment.
Credits: 2–4
Grading:

25% class participation, 75% project

  • Project proposal: 3 pages, due Mon. 14 April 2014
  • Project presentation, 20–30 minutes, Wed. 3 June 2015.
  • Project writeup draft: 5+ pages, Wed. 3 June 2014
  • Project writeup: 10–20 pages, Thurs. 11 June 2015
Website: music254.stanford.edu
wiki.ccarh.org/wiki/Music 254 Overview of topics presented in Music 254.
Prerequisites: Completion of Music 253/CS 275b, or demonstrated ability to use notation and sound software and associated requirements.
Textbook: E. Selfridge-Field, ed., Beyond MIDI: The Handbook of Musical Codes (MIT Press, 1997). Available online by permission of the publisher.

Syllabus

Go to week: Harmony 1 | Melody 2 | Rhythm 3 | Harmony 4 | RegEx 5 | Programming 6 | 7 | 8


See also Music 253/CS 275a Syllabus

Week Dates Topics
1
30 March, 1 Apr 2015

Harmony I

2
6 & 8 Apr 2015

Melody

3
13 Apr 2015

Style/Rhythm

3 15 Apr 2015

Data/Data entry

  • Data/Data entry in Humdrum (PDF slides)
    • KernScores: digital library of scores in the **kern format
      • [1] introduction to KernScores
      • [2] shortcuts to data in KernScores
      • [3] browse collections in KernScores
    • [4]: Josquin Research Project: digital library of early Renaissance polyphony
    • xml2hum: MusicXML to Humdrum converter
    • mid2hum: MIDI to Humdrum converter (works in many cases, but better to convert MIDI first to MusicXML then import).
4
20 Apr 2015

Harmony II

4 22 Apr 2015

Humdrum & MIDI

5
27 Apr 2015

Regular Expressions

5 29 April 2015
6
4 May 2015

Programming for Humdrum files

  • Humdrum Extras — C++ library for processing Humdrum files
  • music21 — Python environment which reads Humdrum files
6 6 May 2015

Inner metric analysis

Sonority distributions by bass-line scale degrees

7 11 May 2015

Dice

7 13 May 2015

Musical Style

8 18 May 2015

Project development

No class meeting

8 20 May 2015

Project development

No class meeting

9 28 May 2014

Counterpoint

MEI

  • MEI (Music Encoding Initiative) Release 2.0
6 June 2 2015
8 June 4 2015

Project presentations

General Policies and University Rules

General policies and university rules:

  1. Delivery times:
    1. Assignments: by the start of the class for which they are due.
    2. Final exam: by 11 p.m. of the assigned date.
  2. Honor code: We will act and expect you to act according to the Stanford Honor Code.
  3. Students with disabilities: Students who may need an academic accommodation based on the impact of a disability must initiate the request with the Student Disability Resource Center (SDRC) located within the Office of Accessible Education (OAE). SDRC staff will evaluate the request with required documentation, recommend reasonable accommodations, and prepare an Accommodation Letter for faculty dated in the current quarter in which the request is being made. Students should contact the SDRC as soon as possible since timely notice is needed to coordinate accommdations. The OAE is located at 563 Salvatierra Walk (phone 723-1066).