Difference between revisions of "Music 254/CS 275b Spring 2020 Syllabus"
(Created Spring 2020 page.) |
|||
Line 119: | Line 119: | ||
=== Week 2 === | === Week 2 === | ||
+ | |||
+ | {| class="wikitable" cellpadding="5" cellspacing="0" border="1" | ||
+ | |- {{Style|table header}} | ||
+ | ! scope="col" width="20px" | Week | ||
+ | ! scope="col" width="95px" | Dates | ||
+ | ! scope="col" width="500px" | Topics | ||
+ | |- | ||
+ | | 3<div id="week3"></div> || 21 Apr 2020 || | ||
+ | <b>Lectures: Approaches to melodic and other musical-similarity assessment</b> | ||
+ | * [http://esf.ccarh.org/CS275B-Mus254/03A_Melodic-Similarity_2019.pptx Melodic Similarity] | ||
+ | * [http://esf.ccarh.org/CS275B-Mus254/03B_MorePerspectives-Similarity2019.pptx Musical Similarity: More Perspectives] | ||
+ | |||
+ | <b>Labs: Rhythm and score manipulation tools</b> | ||
+ | * [https://docs.google.com/presentation/d/1gynqYYWm9EEBD1PfHS48YuEokeC4VeABOzI3c_RiZWI/edit?usp=sharing Rhythm Tools available in Humdrum] | ||
+ | ** [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 || 23 Apr 2020 || | ||
+ | |||
+ | <b>Data/Data entry</b> | ||
+ | * [[Media:dataentry.pdf | Data/Data entry in Humdrum]] (PDF slides) | ||
+ | ** [http://kern.ccarh.org KernScores]: digital library of scores in the **kern format | ||
+ | *** [http://kern.ccarh.org/help/data] introduction to KernScores | ||
+ | *** [http://kern.ccarh.org/cgi-bin/kscuts] shortcuts to data in KernScores | ||
+ | *** [http://kern.ccarh.org/browse] browse collections in KernScores | ||
+ | ** [http://jrp.ccarh.org]: Josquin Research Project: digital library of early Renaissance polyphony | ||
+ | ** [http://extras.humdrum.org/man/xml2hum xml2hum]: MusicXML to Humdrum converter | ||
+ | ** [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). | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | === Week 3 === | ||
{| class="wikitable" cellpadding="5" cellspacing="0" border="1" | {| class="wikitable" cellpadding="5" cellspacing="0" border="1" | ||
Line 159: | Line 198: | ||
*** [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. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
|} | |} |
Revision as of 20:32, 30 March 2020
Music 254/CS 275b "Music Query, Analysis, and Style Simulation"
Stanford University (Spring 2020).
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/bash shell), Humdrum Extras (C++), or Music21 (Python), or their preferred programming language/environment) students plan and design their own applications involving symbolic musical data.
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: | Tuesdays & Thursdays 1:30–2:50 | ||
Location: | Online | ||
Instructors: | Eleanor Selfridge-Field (esfield@stanford.edu) Craig Sapp(craig@ccrma.stanford.edu) | ||
Office Hours: | after class and by appointment on Zoom/Skype/Google Hangouts | ||
Credits: | 2–4 | ||
Grading: |
25% class participation, 75% project
|
||
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. |
Contents
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 1
Week | Dates | Topics |
---|---|---|
1 | 7, 9 April 2020 |
Lectures
Harmony-related Humdrum tools
Homework for new students
|
Week 2
Week | Dates | Topics |
---|---|---|
3 | 21 Apr 2020 |
Lectures: Approaches to melodic and other musical-similarity assessment Labs: Rhythm and score manipulation tools
|
3 | 23 Apr 2020 |
Data/Data entry
|
Week 3
Week | Dates | Topics |
---|---|---|
2 | 14 & 16 Apr 2020 |
Cope, Emmy, Emily Howell Lectures (Style Synthesis) Melody Lab
|
Week 4
Week | Dates | Topics |
---|---|---|
4 | 28 Apr 2020 |
Lectures: Counterpoint (I), Similarity, Musical Coherence Humdrum parsing in C++
|
4 | 30 Apr 2020 |
Harmonic Models Humdrum & MIDI
|
Week 5
Week | Dates | Topics |
---|---|---|
5 | 5 May 2020 |
Regular Expressions
|
5 | 7 May 2020 |
|
Week 6
Week | Dates | Topics |
---|---|---|
6 | 12 May 2020 |
Counterpoint II Rhythm and Meter Programming for Humdrum files
|
6 | 14 May 2020 |
Sonority distributions by bass-line scale degrees
|
Week 7
Week | Dates | Topics |
---|---|---|
7 | 19 May 2020 |
Recent developments in MIR |
7 | 21 May 2020 |
Recent Work in Harmonic Analysis |
Week 8
Week | Dates | Topics |
---|---|---|
8 | 26 May 2020 |
Project development |
8 | 28 May 2020 |
Project development |
Week 9
Week | Dates | Topics |
---|---|---|
9 | 2 & 4 Jun 2020 |
Counterpoint MEI
|
Week 10
Week | Dates | Topics |
---|---|---|
10 | 9 June 2020 |
Project presentations in class.
|
11 | 11 June 2020 |
Project write-ups for students taking a degree on June 14, 2020 (Deadline T.B.D.). |
12 | 18 June 2020 |
Project write-ups for students continuing at Stanford beyond June 14, 2020 (Deadline T.B.D.). |
Other topics/resources
- Support tools:
- assemble: merge separate spines into single data stream.
- serialize: convert Humdrum data into single spine.
- humcat : concatenate multiple scores together (download data from web).
- ridx: remove various components of Humdrum file structure
- ditto: resolve meaning of null tokens.
- humsplit: split segmented Humdrum file streams into separate files.
- Unix tools:
- command line
- list of command-line programs
- sort: sort lines of data alphabetically or numerically.
- uniq: Remove/count successively repeated lines of text.
- Support tools:
- Pitchmix and Markov analysis of composite sonorities
General Policies and University Rules
General policies and university rules:
- Delivery times:
- Assignments: by the start of the class for which they are due.
- Writeup: by 11 p.m. 7 June 2020 (Exact date T.B.D.).
- Honor code: We will act and expect you to act according to the Stanford Honor Code.
- 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 accommodations. The OAE is located at 563 Salvatierra Walk (phone 723-1066).