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

From CCARH Wiki
Jump to navigation Jump to search
Line 98: Line 98:
 
*** [http://www.humdrum.org/Humdrum/commands/key.html key]: Krumhansl-Schmuckler key-finding algorithm.
 
*** [http://www.humdrum.org/Humdrum/commands/key.html key]: Krumhansl-Schmuckler key-finding algorithm.
 
*** [http://extras.humdrum.org/man/keycor keycor]: generalization of key command.
 
*** [http://extras.humdrum.org/man/keycor keycor]: generalization of key command.
*** [http://extras.humdrum.org/man/mkeyscape mkeyscape]: harmonic structure plots.
 
 
*** [http://extras.humdrum.org/man/sonority sonority]: triadic chord descriptions of sonorities.
 
*** [http://extras.humdrum.org/man/sonority sonority]: triadic chord descriptions of sonorities.
 
** Support tools:
 
** Support tools:
Line 116: Line 115:
 
<b>Melody</b>
 
<b>Melody</b>
 
* [http://esf.ccarh.org/254/02A_MelodicQuery.pdf Melodic Search: Strategies and Formats] (PDF slides)
 
* [http://esf.ccarh.org/254/02A_MelodicQuery.pdf Melodic Search: Strategies and Formats] (PDF slides)
 +
* [http://esf.ccarh.org/254/02B_Melodic%20Similarity.pdf Melodic Similarity] (PDF slides)
 
* [[Media:Melody1.pdf|Melody Tools in Humdrum]] (PDF slides)
 
* [[Media:Melody1.pdf|Melody Tools in Humdrum]] (PDF slides)
 
** melody tools:
 
** melody tools:
Line 146: Line 146:
 
*** [http://www.imagemagick.org/script/convert.php convert]: Imagemagick tool for manipulating images.
 
*** [http://www.imagemagick.org/script/convert.php convert]: Imagemagick tool for manipulating images.
 
*** [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.
|-
 
| 2 || 10 Apr 2013 ||
 
 
* [http://esf.ccarh.org/254/02B_Melodic%20Similarity.pdf Melodic Similarity] (PDF slides)
 
 
|-
 
|-
 
| 3 || 15 Apr 2013 ||  
 
| 3 || 15 Apr 2013 ||  
 
<b>Style/Rhythm</b>
 
<b>Style/Rhythm</b>
 
* [[Media:Rhythm1.pdf| Rhythm Tools in Humdrum]] (PDF slides)
 
* [[Media:Rhythm1.pdf| Rhythm Tools in Humdrum]] (PDF slides)
 +
** [http://www.humdrum.org/Humdrum/commands/timebase timebase]: create uniform duration for each Humdrum file data line.
 +
** [http://extras.humdrum.org/man/beat beat]: label metric beats in Humdrum file.
 +
** [http://extras.humdrum.org/man/gettime gettime]: calculate performance time in seconds (according to tempo markings).
 +
** [http://extras.humdrum.org/man/thrux thrux]: expand repeats to performance sequence
 +
** [http://extras.humdrum.org/man/minrhy minrhy]: identify minimum integral rhythmic unit in score
 +
** [http://www.humdrum.org/Humdrum/commands/assemble assemble]: merge parts into a single score
 +
** partjoin: automation script to merge parts into a single score (preserves grace notes, uses minrhy and timebase)
 +
** [http://www.humdrum.org/Humdrum/commands/ditto ditto]/[http://extras.humdrum.org/man/dittox dittox]: resolve null tokens
 +
** [http://extras.humdrum.org/man/hgrep hgrep]: search for patterns in Humdrum file data.
 
|-
 
|-
 
| 3 || 17 Apr 2013 ||  
 
| 3 || 17 Apr 2013 ||  
Line 162: Line 167:
 
<b>Harmony II</b>
 
<b>Harmony II</b>
 
* [[Media:Harmony2.pdf | Harmony II]] Key analysis (PDF slides)
 
* [[Media:Harmony2.pdf | Harmony II]] Key analysis (PDF slides)
 +
** [http://extras.humdrum.org/man/mkeyscape mkeyscape]: harmonic structure plots.
 +
 
|-
 
|-
 
| 4 || 24 Apr 2012 ||  
 
| 4 || 24 Apr 2012 ||  

Revision as of 19:54, 22 April 2013

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

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, Humdrum Extras (C++), or Music21(Python), or your preferred programming language/environment) students plan and design their own applications.

Class time is divided during the first four weeks to cover basic areas of music analysis and retrieval and to learn some of the basic principles of the Humdrum Toolkit. The remaining six weeks are spent on individual project development, with weekly discussions. Extensive help is available in the lab during hours allotted to class time.


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 Wed. 17 April 2013
  • Project presentation, 20–30 minutes, Wed. 5 June 2013.
  • Project writeup draft: 5+ pages, Wed. 5 June 2013
  • Project writeup: 10–20 pages, Wed. 12 June 2013
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

See also Music 253/CS 275a Syllabus

Week Dates Topics
1 1 & 3 Apr 2013

Harmony I

2 8 & 10 Apr 2013

Melody

3 15 Apr 2013

Style/Rhythm

  • Rhythm Tools in Humdrum (PDF slides)
    • timebase: create uniform duration for each Humdrum file data line.
    • beat: label metric beats in Humdrum file.
    • gettime: calculate performance time in seconds (according to tempo markings).
    • thrux: expand repeats to performance sequence
    • minrhy: identify minimum integral rhythmic unit in score
    • assemble: merge parts into a single score
    • partjoin: automation script to merge parts into a single score (preserves grace notes, uses minrhy and timebase)
    • ditto/dittox: resolve null tokens
    • hgrep: search for patterns in Humdrum file data.
3 17 Apr 2013

Data/Data entry

4 22 Apr 2012

Harmony II

4 24 Apr 2012


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).