In the frequency domain
By Dude837
download
http://www.otherbirds.com/tutorials/4-vocoder.zip
All tutorials: http://www.otherbirds.com/tutorials
In the frequency domain
By Dude837
http://www.otherbirds.com/tutorials/4-vocoder.zip
All tutorials: http://www.otherbirds.com/tutorials
Assignment:
Composition: Sound-byte
Make music using X
“Lyrebirds and Acoustic Guitar” by Chris Lopez
Every performance has a dramatic shape. That is, excitement level measured over time.
What is the shape of this piece:
Like stories, songs have beginnings, endings, and journeys that connect. Many forms can be applied, but the goal is always the same – to have maximum impact on the listener – to communicate honestly with strength and conviction.
As you listen to music, be aware of the form – especially in terms of the dramatic shape. Where is the peak of intensity? Does the music grab your attention immediately, or does it build slowly? How much repetition do you hear? Can you find suspense, surprise, humor, sadness, power, or beauty? What musical elements work together to create these feelings?
The most powerful tools you have as a composer are your ears.
teacher: Tom Zicarelli – http://tomzicarelli.com
You can reach me at: [email protected]
Office hours: Monday 1:30-2:30 PM, at the EPD office #401 at 161 Mass Ave. Please email or call ahead.
Assignments and class notes will be posted to this blog: https://reactivemusic.net before or after the class. Search for: ep-413 to find the notes
Examples, software, links, and references demonstrated in class are available for you to use. If there is something missing from the notes, please ask about it. This is your textbook.
Syllabus:
The focus will be on composition and imagination. Or composition plus science fiction. After you take the course, you will have composed several new pieces. You might design a musical instrument. You will have opportunities to solve problems. You will become familiar with how artists use signal processing to compose and to make things. You will be exposed to to a world of possibilities – which you may embrace or reject.
We will compose, by improvising, using tools that transform signals and data. We will explore a range of methods and have opportunities to use them in projects. We’ll look at examples by artists – asking the question: How does this work?
Signal processing involve one or more of the following actions:
For example, recording is a form of measurement.
Topics: (subject to change)
Grades will be based on compositions, several small assignments, and class participation. Please see Dr. B’s EP-413 syllabus for details. I encourage and will give credit for: collaboration with other students, outside projects, performances, independent projects, and anything else that will encourage your growth and success.
I am open to alternative projects. For example, if you want to use this course as an opportunity to develop a larger project or continue a work in progress.
https://github.com/tkzic/max-projects
folder: arduino-basics
patches:
dim an LED from Max
From the Arduino playground
http://playground.arduino.cc//Code/MaxCommunicationExamples
Connect an LED to pin 9 and ground. The shorter lead goes to ground.
Load the Arduino example sketch: communications | dimmer
Read the value of a potentiometer
This patch is a bit more involved. Refer to the Max Communications Tutorial 2: Serial Communication. In fact, much of this code was lifted from the tutorial.
Load the Arduino example sketch: Analog | analogInOutSerial