-
Notifications
You must be signed in to change notification settings - Fork 1
Next Assignment
mimiyin edited this page Nov 21, 2024
·
29 revisions
-
RESOURCES FROM CLASS:
-
READ AND WATCH:
-
Before you read: Spend some time looking at the Random Word Scramble and try and formulate your own theory about how to improve the algorithm to be better at generating "sensical" sequences of words.
-
Read Machines Beat Humans on a Reading Test. But Do They Understand?
- What does it mean to understand something?
- Highlight 1 thing you understand.
- And 1 thing you don't understand.
- Don't repeat what others have highlighted.
- What does it mean to understand something?
-
Extra: Next Gen ml5 Examples | Documentation
-
-
ADDITIONAL RESOURCES
-
DO:
- Complete this Worksheet
- Start gathering questions, code samples and source material (images, sounds, colors, text) for your final project.
-
RESOURCES FROM CLASS:
- Sound Part 2
- Code Examples:
- Listening Examples
-
DO:
- Work in pairs. Due next week. Build a 60s algorithmic sound composition. No visuals. Just sound.
- You can use samples, looping and interaction, but be sure to incorporate an algorithmic component to your composition.
- Prepare 1-3 words to describe the piece. Listen to what you've made. Adjust your words.
- Create a blog post documenting your work. Also include links to other projects that serve as references, inspiration, or deal with similar ideas as your piece.
- If you use
noise()
orrandom()
, usenoiseSeed(0)
andrandomSeed(0)
so you generate the same series of numbers each time you run the sketch. - If the change happens through user interaction, plan out the interaction ahead of time so the change is both intentional and repeatable. We will experience each project 2x.
- Ideas for what you could do:
- Design a melody using this process and figure out an algorithmic way to generate it.
- Record bits of spoken word and loop them to create music. See SoundRecorder() Looper
- Use sound samples and manipulate their playback rate() to control pitch instead of the oscillator.
- Try implementing a different scale with different pitch ratios: More about scales.
- Play with Timbre and make use of p5 Sound's post-processing features: Delay, Filter, Reverb, Convolver etc.
- Don't simply mix existing sound files together. Discover something that you can't do using audio software by designing your own algorithm.
- Work in pairs. Due next week. Build a 60s algorithmic sound composition. No visuals. Just sound.
-
READ AND WATCH:
- Your Name -- [Title of Blog Post](Link to Blog Post), [Title of Sketch](Link to Code)
-
RESOURCES FROM CLASS:
-
DO:
- Complete this worksheet.
- Train your ears - Follow the directions at the top of the sketch. Save an image of your best attempt and upload it here.
- Work in pairs. Due in 2 weeks. Create a 60s sound composition. No visuals. Just sound.
- What parameters of sound are you working with? Texture, rhythm, melody, something else?
- Prepare 2-5 words to describe the sound as it progresses over the 60s.
- Create a blog post documenting your work. Include links to other projects that serve as references, inspiration, or deal with similar ideas as your piece.
-
READ AND WATCH:
- Watch: Notes and Neurons: In Search of the Common Chorus
- Reflection: Come to class prepared to talk about: What are the parameters of music discussed in the Notes and Neurons panel?
- Short videos and articles:
- Why repeating words sound like music to your brain - Focus on the last example: "But they sometimes behave so strangely."
- Solfege Tutorial | Video
- Introduction to the noise() function: Tutorial | Reference
-
RESOURCES FROM CLASS:
-
DO:
- Work in pairs. Due next week. Manipulate an image or video at the pixel level*. No sound. The image should change over the course of the minute. What is revealed? What is lost? Use the properties of color to focus our attention.
- Demo your experience in class:
- If you use
noise()
orrandom()
, usenoiseSeed(0)
andrandomSeed(0)
so you generate the same series of numbers each time you run the sketch. - If the change happens through user interaction, plan out the interaction ahead of time so the change is both intentional and repeatable. We will experience each project 2x.
- Use the p5 editor's fullscreen link to show your project fullscreen. You can access it through the File >> Share menu.
- Use
createCanvas(windowWidth, windowHeight);
- Position and size screen elements in relation to the canvas width and height.
- If your image is not big enough to fill the entire screen, be mindful about the color you select for the canvas.
- Look at Rothko's Cat for sample code.
- If you use
- Create a blog post documenting your work. Address / include the following:
- Choose 2-5 words to describe how the image changes over time. Think about how the words answer the questions: What is is revealed, what is lost?
- Links to other projects that serve as references, inspiration, or deal with similar ideas as your piece.
- Consult resources from syllabus for inspiration. Pixels Week 1 | Pixels Week 2
-
READ AND WATCH:
- Sound Videos Focus on: Loading + Playing, Timing, Jumps + Cues, Amplitude Analysis, Mic Input, Sound Viz | Code
- Chapter 13 through Ex. 13.3 of Getting Started with p5.js book - Ebook (free with NYU Library login)
- More sound stuff
- Jinnie Shim -- ICM Assignment 08-09, symbiosiS
-
RESOURCES FROM CLASS:
-
DO:
- Complete this worksheet.
- Work in pairs. Due in 2 weeks. Create and/or manipulate an image or video at the pixel level to create an alternative of the reality depicted in the source image. Describe in 1-3 keywords how your image feels different from the source image. Create a blog post documenting your work.
- Consult resources from syllabus for inspiration. Pixels Week 1 | Pixels Week 2
-
READ AND WATCH:
-
Why isn't the sky blue? and other questions about how we see(?) or construct color.
- Start at 48:00 for "Why isn't the sky blue?" However the entire show is pretty interesting.
- Computational Color (Don't worry about Rune.js example code.) | Accompanying code examples written in p5.js
- Introduction to Neural Networks and Pixel Analysis (20 minutes, but be prepared to spend an hour. Don't try to watch on 2x speed.)
-
Why isn't the sky blue? and other questions about how we see(?) or construct color.
- Videos: Images/Video 11.1-11.8 - Focus on videos 11.1 and 11.3 (~25 minutes)
- Chapter 7 in Getting Started with P5.js through Ex 7-9 | Code
- p5VideoKit for Video Mixing Effects
- Full Resources