Blog

Looking for a Final Project Partner

Hi everyone!  This is Anna (the person that sings for all of her projects) and I’m looking for a final project partner.  I’m looking for a more tech/computer-inclined person since I exist more on the purely music side of things.  I want to write an original song (would definitely be down to collaborate on this with a partner!) and I also thought it would be cool to have colored lights that go off in response to different parts of the song.  So the performance would really have a pop concert feel.  If this sounds appealing to anyone let me know!

Face Tracking Application

I can’t remember who used this tech in their performance, but what is the name of the application that maps to your face and allows you to adjust certain parameters through your expressions?

Performance order, 4/17 and 4/19

Remember that our performance will be in the larger room, Lincoln Hall B21. I will be there setting up starting at 2:40. Feel free to come early and put your files on the computer or, in the case of the first group, get setup. See you this week.

Tuesday, April 17th:

Huy, Kai, and Chris

Anshuman and Xuan Yu

David, Charles, and Salief

Thursday, April 19th:

Amanda and Yihao

Anna and Brady

Tyler and Pablo

Rene and Steven

HID for today

HID.pd

Some listening and exploration from yesterday

Brin Eno’s “ambient” / “generative” piece, Music for Airports (40th Anniversary yesterday):

Algorithmic composition with PD and Max, including patches (visible or in links):

Ambient Pd Composition

–> also: https://www.youtube.com/watch?v=70KvnEUHS4U

Sonification examples:

Weather data: https://www.youtube.com/watch?v=NX0t41UQD0Y

Stock market data: https://www.youtube.com/watch?v=iSmMaPT9VI8

Live coding with PD and Tidal:

Live coding with PD and Gem (video / image processing):

PD and Gem (or Processing, another free video / graphics software from MIT):

A general tutorial for Gem, building a simple patch for mixing two video files, can be found here:

Anyone need a partner?

Hey, I’m Kai. I’m still looking for a group for project 2 in MUSIC 2421. Hit me up at kyp4@cornell.edu if you are looking for a partner or a third. I have no particular preference and I’m down to do anything, I’m also free most of the day on weekdays to meet.

 

-Kai

Looking for partner – Project 2

Hi everyone, it is Huy. I am looking for potential partner for project 2.

My main forte is graphics, so I am looking to use pd as either a signal sorting program, or use GEM to visualize signals. If you are looking for interesting audio-visual interactions for your piece, hit me up.

I would also be on campus during Spring Break, if that is going to matter to you.

Arrays and soundfiles

Below are some patches from today’s session.

1.) Arrays as indexed storage containers for values. Use the slider to scrub through the arrays and see the values. Or hit the green “toggle” to start the metronome and counter.
–> We used this patch in class to send MIDI notes to Live.

array_sequencer.pd

2.) Arrays can be used to load soundfiles using [soundfiler]. As before, they are simply storing numbers, here the individual samples / amplitude values of the loaded soundfile.
–> This patch contains multiple methods for playing the array / soundfile, starting with [tabplay~], which simply plays the array from beginning to end (or with a message telling it to start at a sample and play for a number of samples. The [line~] player in the lower right is similar, using a line / ramp to read through the array.
–> Be sure to turn up the volume on whichever part of the patch you are playing with
–> The last player, “loopplayer” uses a [phasor~] or sawtooth wave to read through the array. We discussed this in class.

playing_audiofiles.pd

3.) I showed several examples of ways of using arrays, including a “Beat Slicer”, cutting the file into segments and then randomly playing those segments. Here are three version, one that uses a random number generator, [random], and the other two that specify the slice / segment to be played using either another array (amen_sequencer/”MAIN-MIDIarray.pd”) OR a set of Radio buttons (amen_sequencer/”MAIN-radiobuttons.pd”).

amen_sequencer.pd

REFERENCES

For those of you looking for more information, here are a number of useful resources. The first is the PD help browser, found in the “Help” menu within the application. The second (very useful!!) is the PD FLOSS Manual, found here. The third is a set of very thorough tutorials by Alexandre Porres, found here. And the last is this video series on YouTube by Dr. Rafael Hernandez.

A help file specifically for arrays can be found in the FLOSS Manual here. In the video series, here is discussion of arrays.

Patch from today…with short “etude” included

I wanted to share the patch as we left off with it today. I added two things after you left that might be instructive:

  1. The [loadbang] object I mentioned, here turning on PD’s DSP from within the patch whenever the patch is opened. The message “pd dsp 1” tells PD to turn on DSP. “pd dsp 0” would turn it off.
  2. You will note a dark background color. This is a “Put” menu object we have not yet used, the “canvas”. It is nothing more than a blank box of color that can be resized to fit the dimensions of your patch. It has “Properties” like all other graphical objects, accessed by right-clicking its upper left corner.

Ring Modulation interface from class, March 13, 2018. Note the included “etude” called “ringmod1.wav” that I made from the patch, just a quick performance using the simple means we built together.

Bell composer

You might enjoy playing with this “Online composer” for the  Federation Bells in Melbourne Australia. The downloadable version, called the “bell sample player” is just a Max/MSP patch that is purpose-built for the bells, including the samples as well as spatial information taken from the locations of the bells in the field in Melbourne.

There is also an Abelton sampler, but in my experience it does require some adjustments to the envelopes to sound good.

http://federationbells.com.au/play-the-bells/composing-for-the-bells

 

Skip to toolbar