A look back at some items in our archives.
+ Wednesday: Modularity
- Guest: David Zicarelli (Cycling 74)
- Abstractions/Encapsulation
- Arguments and Attributes
- poly~
+ Building Interfaces
- bpatcher
- pvar
- presentation mode
- jsui
- Big Patch: probablistic, harmonic cloud maker
+ From Tuesday...
+ Audio Analysis
+ Real-time Analysis Tools
- fidd
- In MPLAB, select Configure > Select Device, then choose the appropriate processor
- Edit 18fxxxx.lkr and change FILES line to appropriate target processor library
- Edit autofiles/usbcfg.h and change the #define to point to the new target platform (Bitwacker, CUI etc).
Implements synchronous master-mode I2C control at 100khz or 400khz (default). Optional "nunchuck" mode automatically polls and decodes data from an attached Wii Nunchuck.
The I2C clock is pin AN10 / B1. I2C data is pin AN12 / B0.
**NOTE:** I2C "open-drain" requires a pull-up resistor placed between the SCL and V+, SDA and V+ (typically, 1-4k ohms).
+ Thursday: CNMAT, Sofware, Tools, Resources
- Guest: David Wessel (CNMAT)
+ CNMAT Tools part 1
- see CNMAT's downloads page and the Max/MSP/Jitter Depot
- see CNMAT's
How was your workshop experience?
What do future students need to know about it?
These are not Jitter-specific, but are useful for information and inspiration.
Actop: http://www.actop.net/
Richard Bailey: http://www.imagesavant.com/
Benton-C Bainbridge: http://www.benton-c.com/
Steve Beck: http://www.stevebeck.tv/
Coldcut: http://www.coldcut.net/coldcut/
Dienststelle: http://www.dienststelle.de/
D-Fuse: http://www.dfuse.com/
Scott Draves: http://draves.org/
Granular Synthesis: http://www.granularsynthesis.info/
Peter Greenaway:
J. Walt Adamczyk: http://www.johnadamczyk.com/filmvideo.html xvid
Bill Alves: http://www2.hmc.edu/~alves/
Bret Battey: http://www.mti.dmu.ac.uk/~bbattey/
Michael Betancourt: http://www.michaelbetancourt.com/art/telemetry/
[http://www.baranoffrossine.com/museum/index.cfm?SelectLang=English|Wladimir Baranoff-Rossine]
[http://www.centerforvisualmusic.org/Belson|Jordan Belson]
[http://en.wikipedia.org/wiki/Mary_Ellen_Bute|Mary Ellen Bute]
[http://www.iotacenter.org/visualmusic/profiles/brakhagestan|Stan Brakhage]
[http://www.iotacenter.org/visualmusic/profiles/castellouis|Louis-Betrand Castel]
[http:
Center for Visual Music: http://www.centerforvisualmusic.org
The iotaCenter: http://www.iotacenter.org/
arika: http://www.arika.org.uk/
Ars Electronica: http://www.aec.at/en/index.asp
Center for Brain and Cognition: http://psy.ucsd.edu/chip/CBC2.html
Ernest Chladni: http://en.wikipedia.org/wiki/Ernst_Chladni
Experimental Television Center: http://www.experimentaltvcenter.org/
Fred Collopy: http://rhythmiclight.com/
Color organ: http://en.wikipedia.org/wiki/Color_organ
Richard Cy
Expanded Cinema, Youngblood, P. Dutton & Co., 1970, http://www.ubu.com/historical/youngblood/expanded_cinema.pdf
Experimental Animation, Russett - Starr, Da Capo Press, 1976, ISBN 0-306-80314-2
The Sound of Painting, von Maur, Prestel, 1999, ISBN 3-7913-2082-3
Sons & Lumières, von Maur - Rousseau - Cooper - Levin - Lista - Kahn - Duplaix - Kihm - Szendy, Éditions du Centre Pompidou, 2004, ISBN 2-84426-244-9
- [http://homepages.inf.ed.ac.uk/rbf/CAVIARDATA1/|Video-Tracking Test Footage]
- [http://www.archive.org/|Archive.org] - Ephemeral Films,Open-source Video,etc.
- [http://vjforums.com/forumdisplay.php?f=11|VJ Forums Content Finding Forum] - Browse the threads here for links to all sorts of short clips in every theme.
- [http://abstrakt.vade.info/|Anton Marini] - AKA vade.
- [http://www.goldbergs.com/|Joshua Goldberg]
- [http://2uptech.com/|Randy Jones]
- [http://www.sue-c.net/|Sue Costabile]
##Class Patches:::
- [http://pile.pixlpa.com/cnmat/Day_1.zip|Day 1 patches]
- [http://pile.pixlpa.com/cnmat/Day_2.zip|Day 2 patches]
- [http://pile.pixlpa.com/cnmat/Day_3.zip|Day 3 patches]
- [http://pile.pixlpa.com/intro_patches.zip|Jitter Demo Patches]
##Jitter Recipes:::
- [http://pile.pixlpa.com/JitterRecipes-Book1.zip|Jitter Recipes-Book1]
- [http://pile.pixlpa.com/JitterRecipes-Book
+ Friday: Guest Speakers
- Catch-up on all that we missed the previous 4 days, and Questions and Answeres
- Guest: Edmund Campion (CNMAT)
- Guest: Sue C (Oaktown)
- [Sue's Video Delay patch is attached below]
- Guest: Bob Ostertag (UC Davis)
-
Resources for Further Study
websites:
http://crca.ucsd.edu/~msp/techniques/latest/book-html/
http://ccrma.stanford.edu/~jos/GlobalJOSIndex.html
books:
[http://www.amazon.com/Computer-Music-Tutorial-Curtis-Roads/dp/0262680823...|The Computer Music Tutorial, by Curtis Roads]
Friday Lecture
# Ideas
Max is often used is inter-device and inter-media "plumbing." In other words, some sensor, controller, or input device is connected to a computer, running Max, which then outputs some audio, video, motor control messages to realize the artists wishes.
# Topics
- Keyboard and Mouse as controllers
- External devices (joystick, tablet...?)
- Open Sound Control
- Building a User Inter
#Ideas
Much Max programming can be thought of "getting the right message to the right place at the right time".