1 / 9

MuMet 427: Advanced Computer Music

MuMet 427: Advanced Computer Music. Gestural Control and Interactive Computer Music. Legal. Instructor: Keith Kothman (kkothman@bsu.edu) Meeting Times: MWF 2 – 2:50 Class web site: www.bsu.edu/web/kkothman/mumet427-s04 Syllabus. First Reading Assignment. Max42GettingStarted.pdf:

Download Presentation

MuMet 427: Advanced Computer Music

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. MuMet 427: Advanced Computer Music Gestural Control and Interactive Computer Music

  2. Legal • Instructor: Keith Kothman (kkothman@bsu.edu) • Meeting Times: MWF 2 – 2:50 • Class web site: • www.bsu.edu/web/kkothman/mumet427-s04 • Syllabus

  3. First Reading Assignment • Max42GettingStarted.pdf: • Overview the Max Application • Externals Extending the Capabilities of Max • Shortcuts • Core MIDI Using Max with Core MIDI I/O

  4. Very Brief Intro to Max/MSP

  5. Max • Graphic programming language, named after Max Matthews • Objects, UI controls, Message boxes, etc. • Originally designed to process and generate MIDI information (Max) • Event-oriented • Specific order of execution

  6. MSP • Add-on package to Max (hence, Max/MSP), Max Signal Processing • Adds an additional ~200 objects to process audio. • Continuous processing • MIDI can provide control information to MSP audio objects.

  7. Events and Audio • Audio-rate objects have a tilde (~) at end of object name. • Events and messages travel between objects on thin, black lines (patch cords). • Audio signals travel between objects on thicker, yellow and black patch cords. • Audio is processed in vectors (buffered), which helps to lessen the CPU load, but introduces a certain amount of latency.

  8. Extending Max/MSP • Max/MSP is completely extendable. • External objects, collections, etc. (Jitter)

  9. Thinking about Max/MSP • It’s better not to think about objects as belonging to “Max” or “MSP” or any other package. • Think of objects as either event-oriented or continuous audio

More Related