Author: Keith Kothman
-
(musTh212) Assignment: Integer Notation
If you didn’t get the sheet in class, find it here. (IntNotationAssign.pdf) It’s in my iLocker account, BSU_SHARED, 212 folder, which is where the link will take you. Log in with your BSU username and password for access. It’s due Wednesday.
-
(maxmsp) Lecture Notes: selecting and comparing
Todays example patch is posted (day5.txt). We’re building a toolbox of objects that can help us automate a MIDI performance environment. Today we covered: stripnote: only passes MIDI noteon messages through comparison operators, like <, >, <=, >=, ==, and !=. If the result of the comparison is true, then the resulting output is 1;…
-
(musTh212) Lecture Notes: Integer Notation
As we start to discuss symmetrical divisions of the octave, and gently move into later discussions of atonality, we’ll start using integer notation of pitch where appropriate. Standard musical notation involves notes placed on a staff, with the noteheads designating a pitch to be played. While a notehead on a staff indicates a specific pitch…
-
(maxmsp) Update on Example Patchers
I’ve reformatted the example patchers and reposted to iLocker. The patchers now have the .txt extension, meaning that they have been saved as text files. There is no special conversion that you have to do to open them in Max. Simply launch MaxMSP, then choose File -> Open…, and choose the desired patcher. Let me…
-
(musTh212) Lecture Notes: Chromatic Voice Leading
From chapter 39 of the Gauldin, there are four primary techniques for voice leading during chromatic passages. Sequences by half-step motion. Like diatonic sequences by whole step, these half-step sequences involve alternations of inverted and root position chords. Secondary dominants in inversion, 65 – 53 and 42 – 6, are the most common, as they…
-
(maxmsp) Example Patchers now in iLocker
Since I’ve heard that there have been problems downloading the patcher links, I’ve also put the example patchers in my iLocker account (BSU_SHARED folder). You can get there by following the link: http://ilocker.bsu.edu/users/kkothman/BSU_SHARED/maxmsp_examples/ Enter your BSU username and password for access. I’ll also put the link in the sidebar of the blog in the Keith…
-
(musTh212) Reading and Listening 3
We’re up to Chapter 41 in the Gauldin now (you read chapter 40 last semester). Read it for Wednesday. Listening: Franck, Moderato from Chorale No. 1 in E Major for organ, pp. 354 – 355. There is a CD on reserve at the Music Listening Center, or you can use the NML (either BIS-CD-214-15 or…
-
(musTh212) Assignment: Chromatic Voice Leading
Due Friday (1/18): From the workbook, p. 353, 1A p. 355, 3A p. 356, 4A Take a look at each one before Wednesday, in case you want to ask questions in class. If you know that you’ll be gone on Friday for IMEA, try to turn the assignment in on Thursday. Slide it under my…
-
(maxmsp) Lecture Notes: table, counter, gate, and menu
Comments I chose to use a comment to my previous post to clarify something that we covered in class today (the use of gate instead of switch). Problems with the Example Patches Michael Brown emailed me that he had a problem opening the example patches from the blog links. I’m not sure why this isn’t…
-
(maxmsp) Lecture Notes: Screen Aesthetics, MIDI
The example patch for 1/11. Some things to help you complete your first programming assignment. Make sure you look at the manual pages (Max46ReferenceManual.pdf) and help files for new objects that we cover in class. On Friday we covered: notein, and noteout makenote random kbslider slider dial table Some tips for table: double-click the table…