Day: January 16, 2008
-
(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…