Viewing entries tagged
poetry

2 Comments

Sappho in Max/MSP: Poetry, Sound, and Programming

I am an experimental psychologist and data analyst with a bent for poetry and art. I have also long been a fan of the Greek poet Sappho. Consequently, for my final project in my independent studies course on Max/MSP/Jitter, I decided to create a small piece of programmed art based on her work. I took one of her poetry fragments – written in Greek about 2500 years ago – and three modern translations of it, by Jim Powell, Kenneth Rexroth, and Sam Hamill, respectively. The patch is only minimally interactive in that the user simply presses "Start" but there is a lot of coding underneath that. This first YouTube video is a demonstration of the finished patch:

[youtube=http://www.youtube.com/watch?v=hp2qb6KBQXY]

This second YouTube video provides a technical walkthrough of the project:

[youtube=http://www.youtube.com/watch?v=LtdOBfpWK30]

Here's the text version of that explanation (more or less). I wanted to have audio recordings of the three versions of the poem. Because I could and because I thought it would make a nice contrast with the extreme earthiness of the poem, I decided to use computer voices. I chose three of the voices that come with Macintoshes: Tom, Vicki, and Whisper. For each poem, I put the text in TextEdit and, in the TextEdit > Services menu, chose "Add to iTunes as a Spoken Track." (I think I added that function at some point but I can't remember when or from whence it came.) From there I converted each of the computer voice recordings from the default iTunes AAC format to a more-Max-friendly AIFF format and added them to the same folder as the Sappho patch.

In order to control the playback of the various items, I created a qlist object that would contain all the timing information and remote sends to the various objects. In each case, this started the background sounds first (for 5 seconds) and then the voice recordings (about 10 seconds), with the background continuing for about 10 more seconds after that.

Variation 1 uses Seashore sounds (MIDI 123) because, you know, Sappho lived on an island. These wave sounds are all the same length (3 seconds) but they start at randomized times (2-7 seconds apart) and play with randomized velocities/volumes (50-80 on a 0-127 scale). Those variations make the artificial MIDI waves sound a little more realistic.

Variation 2 uses a Greek instrument, Pan flutes (MIDI 76), to plays loops of a descending scale, as descending is more in line with the melancholy feel of the poem. The scale is D minor for two reasons: the minor scales are identical to the Greek Aeolian scales and, as we learned from Nigel Tufnel in This Is Spinal Tap, "D minor... is the saddest of all keys, I find. People weep instantly when they hear it, and I don't know why." The MIDI notes for the scale are contained in a coll object and are referenced in a looping manner by a counter object. Like the waves in Variation 1, the notes in the descending scale start at randomized times (1-3 seconds apart) but stay in order and have randomized velocities/volumes (20-50). In addition, a message of "1" that connects the toggle and the counter object makes sure that the scale always starts at the top note.

Variation 3 concludes the performance with music that I personally performed and recorded. There are two music elements playing simultaneously: (1) MIDI keyboard of a zither playing in an Enharmonic Mixolydian scale, and (2) an toy plastic flutophone. The most complicated part of this patch was the routing necessary to make it possible to randomly select and start one of the three recordings in each element while still allowing the qlist to serve as a master on/off control. This was accomplished with dual toggles and gates for each element.

As a note, the keyboard part of Variation 3 was possible using Tom Mudd's Just Intonation Toolkit, which is an application developed in Max/MSP that makes it possible to play several variations of justly tuned scales. (The video below is a short demonstration of this software.)

[youtube=http://www.youtube.com/watch?v=P_9c-MMGmI4]

I have a lot of possibilities for expanding this project in the future, hence the "v. 01" label. Stay tuned for more!

Downloads:

2 Comments

1 Comment

“A Contribution to Statistics” by Wislawa Szymborska

[This is a cross-post from my data blog, Data-Literacy.com. Here's the link to the original entry there.]

Poet and Nobel Laureate Wisława Szymborska — that's her, right above — died last week at 88 years old. I have included this poem in my data analysis classes for a few years because: (a) I love poetry; (b) it has statistics; and (c) as a social psychologist, I believe it summarizes human nature wonderfully.

••

Out of a hundred people…

those who always know better:

fifty-two

doubting every step:

nearly all the rest

glad to lend a hand

if it doesn’t take too long:

as high as forty-nine

always good

because they can't be otherwise:

four, well maybe five

able to admire without envy:

eighteen

suffering illusions

induced by fleeting youth:

sixty, give or take a few

not to be taken lightly:

forty and four

living in constant fear

of someone or something:

seventy-seven

capable of happiness:

twenty-something tops

harmless singly, savage in crowds:

half at least

cruel

when forced by circumstances:

better not to know

even ballpark figures

wise after the fact:

just a couple more

than wise before it

taking only things from life:

thirty

(I wish I were wrong)

hunched in pain

no flashlight in the dark:

eighty-three

sooner or later

righteous:

thirty-five, which is a lot

righteous

and understanding:

three

worthy of compassion:

ninety-nine

mortal:

a hundred out of a hundred.

thus far this figure still remains unchanged.

1 Comment

Comment

The War Requiem by Benjamin Britten

Tonight we'll be going to see Benjamin Britten's War Requiem at the Cathedral of the Madeleine in Salt Lake City (here's their announcement). It's an enormous, gorgeous piece that, because it requires such a broad vocal cast, is rarely performed. I'm a huge fan of Britten's vocal work (e.g., the operas Billy Budd and Peter Grimes) and I'm thrilled this is happening. (The fact that it's just down the street from me — the Madeleine is at 331 E. South Temple — and that it's FREE only make things better.)

As a note, the piece was composed to celebrate the reconstruction of Coventry Cathedral, which had been destroyed during World War I. It uses both the text of the Latin mass and the poetry of Wilfred Owen, who was killed one week before the war ended. (That's his poetry in the picture above.) And, finally, here's the writeup in the Salt Lake Tribune this week.

Hope some of you can make it!

Comment