Day 181 @ ITP: Recurring Concepts in Art

Readings

Mark Hansen, Ben Rubin, “Listening Post: Giving Voice to On-Line Communication,” Proceedings of the 2002 International Conference on Auditory Display, Kyoto, Japan, July 2-5, 2002 (pdf)
Source

Listening Post is a multimedia art installation designed to convey the magnitude and diversity of online communication. This unique space provides a meaningful rendering of a massive data stream consisting of thousands of simultaneous conversations. In this article, we explore specifically how the audio component of the installation provides a structure that enables visitors to make sensible inferences from this complex, dynamic data. Listening Post makes use of a multi-layer audio display consisting of mechanical noises (relay clicks), sampled sounds, and synthesized voices. We illustrate how these components, together with a very simple visual display, combine and interact to give visitors a sense of the topics being discussed in thousands of chat rooms, all in real time. Finally, we discuss some of the systems and software infrastructure necessary to create the complex audio display.
The sequence of tones selected also follows a kind of self-organizing principle. The pattern that emerges is musical, and the visitor can begin to predict likely “next pitches”. This prediction is not completely accurate, however, because we are not simply cycling through a fixed sequence of pitches. The prevalence of topics fuels the rate of matches which in turn drives the rhythm and mix of pitches in the room.

Subjectively, it seemed as though it was possible to selectively attend to a given utterance even when there may have been as many as forty simultaneous voices in the room. This degree of stream segregation was surprising to us, and we suspect it is due to a combination of several factors:
• The pitching of the voices and the musically-arranged sequence in which pitches were chosen;
• The creation of compound events composed of three types of sounds together (click, tone, voice);
• The use of multiple sources of sound in space
Screen Shot 2018-03-16 at 7.29.32 PM.png
Because of its power as a compositional tool, Max is responsible for determining values for aesthetic parameters governing the audio display. For inter-process communication, we make extensive use of the Open Sound Control (OSC) [10] protocol originally developed for Max. We wrote a general purpose OSC client in Perl [11] so that Max can communicate with the other pieces of the system. We created a sequence of OSC devices that specify scene type and parameter values. Messages sent to Max included start/stop indicators for the scenes, tickers to record specific events within each scene, and activity monitors that kept Max informed of the activity on the display. As an example, consider the “content” scene explained in Section 4. When an agent identifies a sample to display, several events are triggered simultaneously: 1) the relay on the display makes a loud clicking noise; 2) Max generates a pitched tone, and 3) the TTS engine reads the content displayed on the screen in a monotone voice pitched to match that of the introductory tone. Here is the sequence of events that take place to create this. To start the scene, the controller on the Linux PC sends an OSC message to a port on the NT computer corresponding to this scene. The message specifies how long the scene should run for. When the scene starts, the program on the NT computer sends Max an OSC message indicating that the scene has begun. It also starts a single agent scrolling on the display, and gradually introduces more as the scene progresses.

When Max receives notification that this scene has begun, it sends the TTS engine an OSC message specifying the pitch and volume that the next voice should speak at. These messages are of the form /lp/content/pitchvol p v where p and v are integers. (In terms of the OSC protocol, the first string is a symbolic address that we structure to represent the project, lp, the scene, content, and the parameter names, p and v.) When one of the agents finds a match in the data stream, it sends the message to the display along with the specification that a loud click be issued. It also sends signals to Max and the TTS engine. The latter message consists of the text the TTS engine is to speak (at a pitch and volume previously specified by Max). The notice to Max is of the form /lp/content/pulse. Periodically, Max will also receive messages that record the “activity” on the display; that is the number of text units that currently hold content. Max uses this to adjust the volume of the voices in the room. The OSC message is now of the form /lp/content/activity a, where a is an integer from 0 to 110. When Max receives notice that a match happens, it plays a sample with the pitch sent previously to the TTS engine. It also sends an OSC message to the TTS engine, giving it the volume and pitch of the next voice.

As can be seen from this example, each of the computers involved in creating a Listening Post scene speaks more or less directly to each of the other computers. OSC is the substance of this communication.

Martha Buskirk, “Original Copies,” The Contingent Object of Contemporary Art, MIT Press, 2003, pp. 59-105 (pdf) Further material
Source


Douglas Eklund, “The Pictures Generation,” Heilbrunn Timeline of Art History, the Metropolitan Museum of Art. Introductory essay plus slide show entries.


Gary Indiana, “These ‘80s Artists Are More Important Than Ever,” T Magazine, The New York Times, February 13, 2017.
https://www.nytimes.com/2017/02/13/t-magazine/pictures-generation-new-york-artists-cindy-sherman-robert-longo.html

One of the least helpful clichés of recent years has been the declaration that some phenomenon or person is “on the wrong side of history”; the presumption that history is headed, with occasional setbacks, toward a much-improved, even utopian state of things could only be endorsed by someone unfamiliar with history. Mistaking the perfection of our devices for the perfection of ourselves relieves us of responsibility for what happens to the world: It will just naturally turn out O.K., sooner or later. But technology can easily outrun our comprehension of what it does to us, even while it incarnates our wishes, fears and pathologies. (What could be more pathological than a nuclear weapon?)
The Pictures artists, so-called, were born in Cold War America, during the schizoid cultural meshing of unparalleled national prosperity with the daily threat of looming nuclear annihilation. They grew up with Hollywood movies, low-def network television and ad-heavy pictorial magazines like Look and Life as the audiovisual wallpaper of their childhoods, mostly in American suburbs.
They were intellectuals as well as artists, a disfavored combination throughout most of American art history: Artists weren’t supposed to think about the implications of what they were doing, or the overall context in which it appeared.
Above all else, these artists addressed power, especially patriarchal power, at its quotidian level of social engineering, as well as in its grip on art history.
Photographs could be staged to emphasize the look of artfully subtle, unremarked female stereotypes in movies (Cindy Sherman), or to picture toy housewives in miniature home interiors, evoking the pathos of domestic imprisonment (Laurie Simmons). Photos could be excavated from the morgues of bygone magazines and science journals, blown up and bannered with jarring, sardonic captions (Barbara Kruger). Images could be scissored out of National Geographic and Vogue, and repatriated to blocks of strident primary colors, where their fetishistic weirdness became hilariously disturbing (Sarah Charlesworth). A photo could present art in the settings it occupies after it’s sold, on walls of rich collectors, corporate offices and other privileged venues — today, typically, a billionaire’s storage facility (Louise Lawler).
But above all else, the Pictures artists addressed power, especially patriarchal power, at its quotidian level of social engineering, as well as in its grip on art history. If we are to think of the Pictures Generation as an art movement, then it was the first one in history that included a substantial number of women artists. Much of the early resistance to it was flagrantly misogynistic, though its male artists came in for their own share of ridicule from newspaper and magazine critics, whose favorite dismissive word for this art was “brainy.”
It’s no accident that we are giving these artists a careful second look now. Whatever progressiveness was afforded by the Obama era has come full circle to an isolationist longing where an unpredictable celebrity president speaks directly to an electorate that is collectively backlit by technology’s artificial glow. The emotional resonance of the Pictures Generation has accrued over time, strengthened by its curious suitability to the present.

Day 180 @ ITP: Recurring Concepts in Art

Response Paper #2

KW2.jpg

The Shadow Act: Kara Walker’s Vision by Hilton Als

In Walker’s work, slavery is a nightmare from which no American has yet awakened: bondage, ownership, the selling of bodies for power and cash have made twisted figures of blacks and whites alike, leaving us all scarred, hateful, hated, and diminished.

I found this piece on Kara Walker’s art, as well as her trajectory that led to making the specific type of work that she became famous for, to be incredibly thought provoking on many levels in relation to racism today in America and also in terms of her role as an artist in creating a new lens with which to view and process our history. On Walker’s piece “The End of Uncle Tom” (pictured above), a commentary on the psychological trauma inflicted on society by the acts described in Harriet Beecher Stowe’s 1852 novel, Als remarks that she ties together past and present roots of racism: “Both historical and contemporary, the piece is a critique of slavery, as well as of the casual racism that modern blacks are exposed to on a daily basis in our post-politically correct times. Walker throws hatred back in our faces.”

Though sometimes it is conflated with prejudice or discrimination even in  modern Dictionary definitions (See: Merriam Webster), it seems to me that consensus is becoming (at least on the political left) that the term “racism” is most productively viewed semantically as a cultural term to describe systemic oppression and subjugation of one people by another based on the color of their skin, or their perceived race. Yes, slavery and subjugation has happened in other places to many different kinds of people, but in the United States our framework for the term is clearly rooted in our own history of the European colonizer’s kidnapping and enslavement of African people during the founding of the United States, and there is no way of getting around that in conversation. It seems that in order to talk about it we must recognize this and discuss racism in this country within that context. If we repress its ugliness, and pretend it has gone away it will surely pop out in some other form of violence. Language is a powerful tool, as well as visual language, and Walker confronts the viewer with disturbing, nightmarish parody of our past which creates a visceral effect of discomfort that perhaps provides a lens on our history that words cannot fully convey.

Als describes how essentially views Walker’s themes that she presents in her work as a litmus test for the viewers’ degree of education on racism: “Only the visually illiterate could mistake their post-modern critiques for realistic portrayals, and that is the difference between the racist original and the post-modern, signifying, anti-racist parody that characterizes this genre of artistic expression.” Her work is a challenge to the viewer to elevate their complexity of thinking and use new analytical tools in parsing its meaning and implications.

I found it important to note also how in the ’90s Walker’s work was received as a dangerous threat by other African American artists who viewed her choice to use degrading imagery of slavery. Walker addressed how she views this reaction as problematic and also symptomatic of the same ugliness that she is trying to expose:

“…to dismiss what I do, it basically does what I do: creates a stereotype where once there was a person. Uses all of the accoutrements of that person’s humanity—their skin, their hair, their social life—to construct another character. The only thing that’s missing is the signature, saying, ‘This is my piece. This is my Kara Walker.’”

This points again and highlights the issue of the subjugation of the body, in this case the black body, both in our history as a nation, and also in Walker’s work in order to illustrate and dissect the power struggles that still remain today. Now it seems that the cultural acceptance of the need to discuss these issues is stronger than ever. We must constantly now be reminded of the horrors of World War II, as well as the Cold War, as the threat of another potential catastrophic war is potentially looming on the horizon. Similarly we also need to be reminded of the roots of systemic racism in this country, and of the power structures which were founded upon and still exist that we may take for granted.

Walker’s work invites us to see this history and reexamine how we got here, as well present the need to both look at, acknowledge, and then begin to destroy (possibly heal?) or at least bring into sharp focus the poisonous effects of slavery as a means of confronting them. Walker also does this through claiming a political voice as an African American woman with power in the art world, which also in a way also makes her have to sacrifice herself for consumption by the art market, “…depicted in the press as the art community’s very own Sojourner Truth, a paragon of black righteousness in a corrupt white world—an image that Walker, who has said that she occasionally feels like “somebody’s pet project,” is very much aware of.”

In the article Walker says of own work that she herself wonders where it is all leading, what the next step is beyond the exposing stage:

“And out of this subservient condition…I must escape, go wild, be free, after which I have to confront the questions: How free? How wild? How much further must I go to escape all I’ve internalized?”

In this quote Walker asks this question of herself, but also seemingly rhetorically asking the same question of the viewer. As the roots and workings of racism in America become more  exposed and transparent, where will our society take this issue next, both in art, belief and daily practice?

I believe that only when facing the truth is it possible to move forward; if living a lie, the ability to change reality will always be outside of our grasp. Perhaps Walker’s invitation for us to view the truth with new eyes and in discomfort is a challenge to us to unite in acknowledgment, recognition, and ultimately rejection of this past and the path it has taken us on. From here we go forward, somewhere, anywhere else, armed with the truth of the brutality of our history that Walker is depicting. 

Day 178 @ ITP: Fungus Among Us

Critical Response

Paul Stamets: Mycelium Running

"We face the possibility of being rejected by the biosphere as a virulent organism. But if we act as a responsible species, nature will not evict us."

I think it is particularly interesting to think of the human race as a "virulent organism" that could be ejected from the planet if we do not reform. We have a lot to learn from mycelium and its way of integrating with and supporting the natural and healthily codependent cycles of life on Earth. The idea of "Biotech" is interesting to me because it unites us again with the natural source of many answers to health concerns (in tandem with nurturing and preserving that source), which the pharmaceutical industry has led us far from. 

The relationship between the mycelium's network and nature is highly symbiotic, and caring for the whole. It seems to be a network of non-hierarchy, where the health of the entire system is paramount. Knowing that we are related to fungi in some way makes it easier to see how we too could benefit from creating a non-hierarchical system where we collectively reform our ways to preserve the planet and ourselves as part of it as a whole. It seems that mycelium have also survived many of Earth's species' extinctions and disasters, so there is definitely something for us to learn from there. 

In fact, it seems the very fabric of the universe very much mirrors a mycological network, which is also apparent in the workings of our own brains, and the internet, our invention which mirrors all of the above. In a way the internet also seems like it could create this nonhierarchical access, depending on how we choose to use it.

Seeing mycelium as our "allies" is a deeply moving idea, and their intelligence feels quite mysterious but also fundamental to the workings of both our human brains and the workings of all life on Earth as well as in space itself. So if we can see our brains as also tapping into the greater good of something greater than ourselves, i.e. this mysterious "whole", then maybe we can be a bit more like fungi.

The term "Astrobiology" is fascinating to me. If we can extend our consciousness out from ourselves, and Earth, to the Universe, maybe feeling very small in context of it all (and also mycelium's role in life possibly on other planets or in space), and also how we must be careful not to inoculate unnecessarily outside of our biosphere, of would be humbling and have a positive effect on us as a species and our perception of our role in at all, and duties to both thrive/survive and support and not disrupt the helping and inter-dependent relationships between nature and ourselves, and even outer space. 

The arrangement of "matterenergy" (also just learned this term) in the universe, strings which conserve energy and resemble mycelium, which resembles the internet, brings us back to Paul Stamet's theory that the internet is an archetype rooted in this mycelium-like form which natural networks take.

 
Screen Shot 2018-03-05 at 7.58.47 PM.png

Stamets often underlines that our salvation as a planet and species will be to make like a mushroom and become more integrated in a nonhierarchical web of life, mirroring by the interdependence inherent in fungus intelligence and working with, supporting and becoming allies with both actual "mushroom medicine" as well as with the deep wisdom and metaphysical teachings of mycelium.

"The interconnectedness of life is an obvious truth that we ignore at our peril."

Day 178 @ ITP: Fungus Among Us

Week 2
Readings


Paul Stamets “Mycelium Running” 

Read pp 1-114 of (Yes, it’s a lot, I know. There are charts and pictures and it’s a quick read and you’ll thank me, hopefully. It’s a great book.)
PDF


Deleuze, Gilles, and Pierre Félix Guattari. A Thousand Plateaus: Capitalism and Schizophrenia (1987)
Introduction: Rhizome
PDF


Tsing, Anna. “Unruly Edges: Mushrooms as Companion Species” Environmental Humanities (2012
PDF


Supplemental Videos:

ANALOGY: Douglas Hofstadter, Analogy as the Core of Cognition https://www.youtube.com/watch?v=n8m7lFQ3njk

How Mushrooms Can Save Bees & Our Food Supply, Paul Stamets, bioneers, 2014
VIDEO
 

ARTIST WORKS

Phil Ross, Mycotecture
http://philross.org/projects/mycotecture/

Maurizio Montalti, Officina Corpuscoli
http://www.corpuscoli.com/

Maurizio Montalti, Bodies of Change
http://www.mediamatic.net/240132/en/bodies-of-change

Jae Rim Lee, Mushroom Death Suit
http://infinityburialproject.com/burial-suit
http://www.ted.com/talks/jae_rhim_lee?language=en

Mediamatic Bio Art Industry
http://www.mediamatic.net/360881/en/mediamatic-bio-industry

Paddestoelen Paradijs: Urban Mushroom Farm and New Materials Lab
http://www.mediamatic.net/230477/en/paddestoelen-paradijs

Intimate Science
http://www.newschool.edu/parsons/subpage.aspx?id=99113

Studio Eric Klarenbeek's mycelium chair
http://www.mediamatic.net/360203/nl/mycelium-chair

Katherine Ball, Biological Sabotagerie
http://katherineball.com/Fuzzy-Biological-Sabotagerie

Spores in Space
http://www.yannseznec.com/works/spores/

Joans Edvard, Myx Lamp
http://jonasedvard.dk/work/myx/

Day 178 @ ITP: Fungus Among Us

Final project outline
Working title: "Medicinal Properties of Mushrooms & Their Effects on the Health of Humans and the Biosphere"

For our final project I would to focus on the medicinal properties of mushrooms. I will outline different types of commonly used medicinal mushrooms (Reishi, Chaga, Shiitake, Maitake, Turkey Tail, etc.) and their individual benefits, and talk about how they are used in boosting the immune system in humans, and possibly even proven to be able to shrink tumors or treat cancer, etc. and provide a basic overview of how that relationship with the human body works. I would also like to touch upon Paul Stamets' theory on mycelium's role in increasing immunity in bees and the impact this could have in preserving our planet's ecosystem as we know it. This could also lead to drawing a greater conclusion or parallel about "mushroom medicine" as a remedy for the state of the planet as a whole, and how mycelium works similarly in nature (an analog between the human body and nature itself). 

I will be using the readings and videos assigned from our class as well as the E-Book "Medicinal Mushrooms: Following the Natural Path to Boosting Your Immunity, Energy and Overall Health".

Day 177 @ ITP: Live Image Processing & Performance

Documentation: 3 Minute Video Performance

Mixed live using Jitter + edited some in Premiere

 

The above video is a demo of what I did for our "3 minute video performance" assignment in class on Monday, but a little shorter and more condensed than when I did it live, where I think the transitions lingered for longer in between clips. Each time I go through the sequence in Max it ends up being/looking/feeling a little different. Through practicing live mixing this sequence I got some ideas for other videos like this that could be mixed with Jitter in realtime using tones and color, in different patterns or lengths, and be shown as standalone videos afterwards or in an installation, or possibly used also as part of a longer live performance.

Using Max does change how the video ends up looking or feels to control, and because of the nature of how I'm moving the parameters with a track pad in the presentation mode's interface (which I did enjoy having the ability to modify!). Maybe a MIDI controller would yield a different result when mapped to the presentation mode, or TouchOSC, which I didn't get to using this time. I actually wonder how smoothly that would work. It would be ideal to have a big clunky video mixer with giant dials for changing the effects that transitions very slowly or quickly as needed.

Ultimately I think this general idea will eventually take a longer form, and also be developed for my final for this class (possibly also incorporating the crystal singing bowls/lights as we discussed before!!).

Note to self: Again in relation to things we are learning about in Algorithmic Composition — I also was thinking of shifting a series of video clips like these algorithmically or randomly somehow so the sequence would never be the same, like a self creating meditation video that plays on endless changing loop, with audio as well either attached to the clips or shuffling. In the future I would like to build on this.

Another note, many days later: Go MORE abstract moving forward with this! And spend longer on each clip in the longer version to sprawl it out. The eye was too literal and did not get sublimated enough here. More blurry, smoothening, barely decipherable shapes/images and slower.

Playing w/ projector from ITP - different screen shots... 

Playing w/ projector from ITP - different screen shots... 

Screen Shot 2018-03-01 at 11.58.39 PM.png

My Max Patch

{ "boxes" : [ { "box" : { "maxclass" : "comment", "text" : "ON", "numinlets" : 1, "id" : "obj-33", "presentation_rect" : [ 736.5, -19.0, 39.5, 20.0 ], "numoutlets" : 0, "patching_rect" : [ 746.0, -24.0, 150.0, 20.0 ], "presentation" : 1, "style" : "" } } , { "box" : { "maxclass" : "comment", "text" : "Open Gate", "numinlets" : 1, "id" : "obj-27", "presentation_rect" : [ 595.0, -19.0, 74.0, 20.0 ], "numoutlets" : 0, "patching_rect" : [ 595.0, -24.0, 150.0, 20.0 ], "presentation" : 1, "style" : "" } } , { "box" : { "maxclass" : "comment", "numinlets" : 1, "id" : "obj-35", "numoutlets" : 0, "patching_rect" : [ 334.5, 522.5, 150.0, 20.0 ], "style" : "" } } , { "box" : { "maxclass" : "comment", "numinlets" : 1, "id" : "obj-28", "numoutlets" : 0, "patching_rect" : [ 314.5, 502.5, 150.0, 20.0 ], "style" : "" } } , { "box" : { "maxclass" : "newobj", "numinlets" : 1, "id" : "obj-24", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ -77.0, 239.0, 100.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "comment", "text" : "Smooth Light", "numinlets" : 1, "id" : "obj-22", "presentation_rect" : [ 1712.5, -57.5, 81.0, 20.0 ], "numoutlets" : 0, "patching_rect" : [ 1714.5, -57.5, 94.0, 20.0 ], "presentation" : 1, "style" : "" } } , { "box" : { "maxclass" : "comment", "text" : "Smooth Dark\n", "numinlets" : 1, "id" : "obj-224", "presentation_rect" : [ 1887.5, -56.5, 82.0, 20.0 ], "numoutlets" : 0, "patching_rect" : [ 1942.5, -38.5, 94.0, 20.0 ], "presentation" : 1, "style" : "" } } , { "box" : { "maxclass" : "comment", "text" : "Smooth Dark\n", "numinlets" : 1, "id" : "obj-222", "presentation_rect" : [ 574.5, 179.333313, 82.0, 20.0 ], "numoutlets" : 0, "patching_rect" : [ 1724.5, 253.5, 94.0, 20.0 ], "presentation" : 1, "style" : "" } } , { "box" : { "maxclass" : "flonum", "numinlets" : 1, "id" : "obj-217", "format" : 6, "numoutlets" : 2, "outlettype" : [ "", "bang" ], "patching_rect" : [ 1696.333374, 82.166718, 50.0, 22.0 ], "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "scale 0 1000 0. 100.", "numinlets" : 6, "id" : "obj-218", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 1696.333374, 40.166718, 119.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "dial", "numinlets" : 1, "id" : "obj-221", "size" : 1000.0, "presentation_rect" : [ 461.0, 131.0, 40.0, 40.0 ], "numoutlets" : 1, "outlettype" : [ "float" ], "patching_rect" : [ 1714.5, -27.166626, 40.0, 40.0 ], "presentation" : 1, "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "flonum", "numinlets" : 1, "id" : "obj-209", "format" : 6, "numoutlets" : 2, "outlettype" : [ "", "bang" ], "patching_rect" : [ 1924.333374, 106.166687, 50.0, 22.0 ], "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "scale 0 1000 0. 100.", "linecount" : 2, "numinlets" : 6, "id" : "obj-210", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 1924.333374, 64.166687, 95.0, 35.0 ], "style" : "" } } , { "box" : { "maxclass" : "dial", "numinlets" : 1, "id" : "obj-213", "size" : 1000.0, "presentation_rect" : [ 461.0, 179.333313, 40.0, 40.0 ], "numoutlets" : 1, "outlettype" : [ "float" ], "patching_rect" : [ 1942.5, -3.166656, 40.0, 40.0 ], "presentation" : 1, "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "comment", "numinlets" : 1, "id" : "obj-198", "numoutlets" : 0, "patching_rect" : [ 1422.0, 467.500061, 150.0, 20.0 ], "style" : "" } } , { "box" : { "maxclass" : "message", "text" : "/master/mix 0.349152", "numinlets" : 2, "id" : "obj-199", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 1485.0, 492.166687, 124.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "flonum", "numinlets" : 1, "id" : "obj-201", "format" : 6, "numoutlets" : 2, "outlettype" : [ "", "bang" ], "patching_rect" : [ 1376.333374, 580.833374, 50.0, 22.0 ], "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "scale 0 1000 0. 2.", "numinlets" : 6, "id" : "obj-202", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 1376.333374, 538.833374, 105.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "flonum", "numinlets" : 1, "id" : "obj-203", "format" : 6, "numoutlets" : 2, "outlettype" : [ "", "bang" ], "patching_rect" : [ 1503.333252, 575.833374, 50.0, 22.0 ], "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "* 0.001", "numinlets" : 2, "id" : "obj-204", "numoutlets" : 1, "outlettype" : [ "float" ], "patching_rect" : [ 1503.333252, 538.833374, 49.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "scale 0 1000 0. 100.", "numinlets" : 6, "id" : "obj-183", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 1416.0, 210.5, 119.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "dial", "numinlets" : 1, "id" : "obj-184", "size" : 1000.0, "numoutlets" : 1, "outlettype" : [ "float" ], "patching_rect" : [ 1416.0, 148.5, 40.0, 40.0 ], "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "flonum", "numinlets" : 1, "id" : "obj-160", "format" : 6, "numoutlets" : 2, "outlettype" : [ "", "bang" ], "patching_rect" : [ 1032.333374, 555.833374, 50.0, 22.0 ], "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "scale 0 1000 0. 2.", "numinlets" : 6, "id" : "obj-161", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 1032.333374, 513.833374, 105.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "flonum", "numinlets" : 1, "id" : "obj-163", "format" : 6, "numoutlets" : 2, "outlettype" : [ "", "bang" ], "patching_rect" : [ 1159.333252, 550.833374, 50.0, 22.0 ], "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "* 0.001", "numinlets" : 2, "id" : "obj-165", "numoutlets" : 1, "outlettype" : [ "float" ], "patching_rect" : [ 1159.333252, 513.833374, 49.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "dial", "numinlets" : 1, "id" : "obj-166", "size" : 1000.0, "presentation_rect" : [ 603.0, 243.333313, 40.0, 40.0 ], "numoutlets" : 1, "outlettype" : [ "float" ], "patching_rect" : [ 1050.5, 446.5, 40.0, 40.0 ], "presentation" : 1, "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "flonum", "numinlets" : 1, "id" : "obj-170", "format" : 6, "numoutlets" : 2, "outlettype" : [ "", "bang" ], "patching_rect" : [ 1037.833374, 353.833344, 50.0, 22.0 ], "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "scale 0 1000 0. 2.", "numinlets" : 6, "id" : "obj-171", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 1037.833374, 311.833344, 105.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "flonum", "numinlets" : 1, "id" : "obj-172", "format" : 6, "numoutlets" : 2, "outlettype" : [ "", "bang" ], "patching_rect" : [ 1164.833252, 348.833344, 50.0, 22.0 ], "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "* 0.001", "numinlets" : 2, "id" : "obj-173", "numoutlets" : 1, "outlettype" : [ "float" ], "patching_rect" : [ 1164.833252, 311.833344, 49.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "dial", "numinlets" : 1, "id" : "obj-174", "size" : 1000.0, "presentation_rect" : [ 533.0, 242.666626, 40.0, 40.0 ], "numoutlets" : 1, "outlettype" : [ "float" ], "patching_rect" : [ 1056.0, 244.5, 40.0, 40.0 ], "presentation" : 1, "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "flonum", "numinlets" : 1, "id" : "obj-178", "format" : 6, "numoutlets" : 2, "outlettype" : [ "", "bang" ], "patching_rect" : [ 1026.833374, 146.833344, 50.0, 22.0 ], "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "scale 0 1000 0. 2.", "numinlets" : 6, "id" : "obj-179", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 1026.833374, 104.833344, 105.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "flonum", "numinlets" : 1, "id" : "obj-180", "format" : 6, "numoutlets" : 2, "outlettype" : [ "", "bang" ], "patching_rect" : [ 1153.833252, 141.833344, 50.0, 22.0 ], "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "* 0.001", "numinlets" : 2, "id" : "obj-181", "numoutlets" : 1, "outlettype" : [ "float" ], "patching_rect" : [ 1153.833252, 104.833344, 49.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "dial", "numinlets" : 1, "id" : "obj-182", "size" : 1000.0, "presentation_rect" : [ 461.0, 242.666626, 40.0, 40.0 ], "numoutlets" : 1, "outlettype" : [ "float" ], "patching_rect" : [ 1045.0, 37.5, 40.0, 40.0 ], "presentation" : 1, "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "flonum", "numinlets" : 1, "id" : "obj-144", "format" : 6, "numoutlets" : 2, "outlettype" : [ "", "bang" ], "patching_rect" : [ 435.666656, 445.0, 50.0, 22.0 ], "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "flonum", "numinlets" : 1, "id" : "obj-152", "format" : 6, "numoutlets" : 2, "outlettype" : [ "", "bang" ], "patching_rect" : [ 197.333344, 529.333313, 50.0, 22.0 ], "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "scale 0 1000 0. 2.", "numinlets" : 6, "id" : "obj-153", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 197.333344, 487.333313, 105.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "flonum", "numinlets" : 1, "id" : "obj-154", "format" : 6, "numoutlets" : 2, "outlettype" : [ "", "bang" ], "patching_rect" : [ 324.333313, 524.333313, 50.0, 22.0 ], "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "* 0.001", "numinlets" : 2, "id" : "obj-155", "numoutlets" : 1, "outlettype" : [ "float" ], "patching_rect" : [ 324.333313, 487.333313, 49.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "dial", "numinlets" : 1, "id" : "obj-156", "size" : 1000.0, "presentation_rect" : [ 329.833313, 243.0, 40.0, 40.0 ], "numoutlets" : 1, "outlettype" : [ "float" ], "patching_rect" : [ 215.5, 419.999969, 40.0, 40.0 ], "presentation" : 1, "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "message", "text" : "/master/mix 0.349152", "linecount" : 4, "numinlets" : 2, "id" : "obj-127", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 561.833313, 218.666656, 50.0, 62.0 ], "style" : "" } } , { "box" : { "maxclass" : "flonum", "numinlets" : 1, "id" : "obj-128", "format" : 6, "numoutlets" : 2, "outlettype" : [ "", "bang" ], "patching_rect" : [ 441.166656, 243.0, 50.0, 22.0 ], "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "flonum", "numinlets" : 1, "id" : "obj-135", "format" : 6, "numoutlets" : 2, "outlettype" : [ "", "bang" ], "patching_rect" : [ 202.833344, 327.333313, 50.0, 22.0 ], "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "scale 0 1000 0. 2.", "numinlets" : 6, "id" : "obj-136", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 202.833344, 285.333313, 105.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "flonum", "numinlets" : 1, "id" : "obj-137", "format" : 6, "numoutlets" : 2, "outlettype" : [ "", "bang" ], "patching_rect" : [ 329.833313, 322.333313, 50.0, 22.0 ], "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "* 0.001", "numinlets" : 2, "id" : "obj-138", "numoutlets" : 1, "outlettype" : [ "float" ], "patching_rect" : [ 329.833313, 285.333313, 49.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "dial", "numinlets" : 1, "id" : "obj-139", "size" : 1000.0, "presentation_rect" : [ 255.5, 243.0, 40.0, 40.0 ], "numoutlets" : 1, "outlettype" : [ "float" ], "patching_rect" : [ 221.0, 217.999969, 40.0, 40.0 ], "presentation" : 1, "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "scale 0 1000 0. 100.", "numinlets" : 6, "id" : "obj-63", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ -25.0, 432.0, 119.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "dial", "numinlets" : 1, "id" : "obj-97", "size" : 1000.0, "presentation_rect" : [ 179.0, 177.333313, 40.0, 40.0 ], "numoutlets" : 1, "outlettype" : [ "float" ], "patching_rect" : [ -25.0, 370.0, 40.0, 40.0 ], "presentation" : 1, "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "scale 0 1000 0. 100.", "numinlets" : 6, "id" : "obj-47", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ -174.0, 432.0, 119.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "dial", "numinlets" : 1, "id" : "obj-46", "size" : 1000.0, "presentation_rect" : [ 179.0, 131.0, 40.0, 40.0 ], "numoutlets" : 1, "outlettype" : [ "float" ], "patching_rect" : [ -174.0, 370.0, 40.0, 40.0 ], "presentation" : 1, "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "flonum", "numinlets" : 1, "id" : "obj-31", "format" : 6, "numoutlets" : 2, "outlettype" : [ "", "bang" ], "patching_rect" : [ 191.833344, 120.333313, 50.0, 22.0 ], "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "scale 0 1000 0. 2.", "numinlets" : 6, "id" : "obj-34", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 191.833344, 78.333313, 105.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "flonum", "numinlets" : 1, "id" : "obj-36", "format" : 6, "numoutlets" : 2, "outlettype" : [ "", "bang" ], "patching_rect" : [ 318.833313, 115.333313, 50.0, 22.0 ], "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "* 0.001", "numinlets" : 2, "id" : "obj-37", "numoutlets" : 1, "outlettype" : [ "float" ], "patching_rect" : [ 318.833313, 78.333313, 49.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "dial", "numinlets" : 1, "id" : "obj-44", "size" : 1000.0, "presentation_rect" : [ 179.0, 243.0, 40.0, 40.0 ], "numoutlets" : 1, "outlettype" : [ "float" ], "patching_rect" : [ 210.0, 10.999969, 40.0, 40.0 ], "presentation" : 1, "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "comment", "text" : "FULLSCREEN", "bgcolor" : [ 0.317141, 0.341132, 0.336206, 1.0 ], "numinlets" : 1, "id" : "obj-102", "presentation_rect" : [ 635.0, 13.0, 89.0, 20.0 ], "numoutlets" : 0, "fontface" : 1, "patching_rect" : [ 882.5, 951.0, 181.0, 20.0 ], "presentation" : 1, "textcolor" : [ 0.862745, 0.870588, 0.878431, 1.0 ], "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "jit.window intro @floating 1 @size 1400 800", "numinlets" : 1, "id" : "obj-80", "numoutlets" : 2, "outlettype" : [ "bang", "" ], "patching_rect" : [ 784.0, 1096.0, 244.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "toggle", "numinlets" : 1, "id" : "obj-133", "presentation_rect" : [ 603.0, 13.0, 24.0, 24.0 ], "numoutlets" : 1, "outlettype" : [ "int" ], "patching_rect" : [ 779.5, 982.0, 24.0, 24.0 ], "presentation" : 1, "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "gate", "numinlets" : 2, "id" : "obj-131", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 779.5, 1030.0, 59.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "message", "text" : "fullscreen $1", "numinlets" : 2, "id" : "obj-146", "fontname" : "Arial", "numoutlets" : 1, "outlettype" : [ "" ], "fontsize" : 13.0, "patching_rect" : [ 819.5, 1003.016113, 87.0, 23.0 ], "style" : "" } } , { "box" : { "maxclass" : "toggle", "numinlets" : 1, "id" : "obj-148", "presentation_rect" : [ 736.5, 0.5, 49.0, 49.0 ], "numoutlets" : 1, "outlettype" : [ "int" ], "patching_rect" : [ 819.5, 949.0, 49.0, 49.0 ], "presentation" : 1, "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "p esc", "numinlets" : 0, "id" : "obj-149", "fontname" : "Arial", "numoutlets" : 1, "outlettype" : [ "bang" ], "fontsize" : 13.0, "patching_rect" : [ 819.5, 921.0, 42.0, 23.0 ], "style" : "", "patcher" : { "fileversion" : 1, "appversion" : { "major" : 7, "minor" : 3, "revision" : 4, "architecture" : "x86", "modernui" : 1 } , "rect" : [ 25.0, 69.0, 640.0, 480.0 ], "bglocked" : 0, "openinpresentation" : 0, "default_fontsize" : 12.0, "default_fontface" : 0, "default_fontname" : "Arial", "gridonopen" : 1, "gridsize" : [ 15.0, 15.0 ], "gridsnaponopen" : 1, "objectsnaponopen" : 1, "statusbarvisible" : 2, "toolbarvisible" : 1, "lefttoolbarpinned" : 0, "toptoolbarpinned" : 0, "righttoolbarpinned" : 0, "bottomtoolbarpinned" : 0, "toolbars_unpinned_last_save" : 0, "tallnewobj" : 0, "boxanimatetime" : 200, "enablehscroll" : 1, "enablevscroll" : 1, "devicewidth" : 0.0, "description" : "", "digest" : "", "tags" : "", "style" : "", "subpatcher_template" : "", "boxes" : [ { "box" : { "maxclass" : "outlet", "numinlets" : 1, "id" : "obj-8", "numoutlets" : 0, "patching_rect" : [ 284.0, 224.0, 25.0, 25.0 ], "style" : "", "comment" : "", "index" : 1 } } , { "box" : { "maxclass" : "newobj", "text" : "sel 27", "numinlets" : 2, "id" : "obj-2", "fontname" : "Arial", "numoutlets" : 2, "outlettype" : [ "bang", "" ], "fontsize" : 12.0, "patching_rect" : [ 284.0, 137.0, 43.0, 20.0 ], "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "key", "numinlets" : 0, "id" : "obj-1", "fontname" : "Arial", "numoutlets" : 4, "outlettype" : [ "int", "int", "int", "int" ], "fontsize" : 12.0, "patching_rect" : [ 284.0, 110.0, 59.5, 20.0 ], "style" : "" } } ], "lines" : [ { "patchline" : { "source" : [ "obj-2", 0 ], "destination" : [ "obj-8", 0 ] } } , { "patchline" : { "source" : [ "obj-1", 0 ], "destination" : [ "obj-2", 0 ] } } ], "bgfillcolor_type" : "gradient", "bgfillcolor_color1" : [ 0.435294, 0.462745, 0.498039, 1.0 ], "bgfillcolor_color2" : [ 0.290196, 0.309804, 0.301961, 1.0 ], "bgfillcolor_color" : [ 0.290196, 0.309804, 0.301961, 1.0 ], "bgfillcolor_angle" : 270.0, "bgfillcolor_proportion" : 0.39 } , "saved_object_attributes" : { "description" : "", "digest" : "", "globalpatchername" : "", "style" : "", "tags" : "" } } } , { "box" : { "maxclass" : "bpatcher", "hint" : "## Capture VIZZIE movies ##", "varname" : "vz.recordr", "viewvisibility" : 1, "offset" : [ 0.0, 0.0 ], "lockeddragscroll" : 0, "clickthrough" : 0, "enablehscroll" : 0, "enablevscroll" : 0, "bgmode" : 0, "border" : 0, "numinlets" : 3, "id" : "obj-23", "presentation_rect" : [ 297.0, 575.0, 418.0, 150.0 ], "numoutlets" : 0, "patching_rect" : [ 333.0, 1074.0, 418.0, 150.0 ], "presentation" : 1, "name" : "vz.recordr.maxpat" } } , { "box" : { "maxclass" : "comment", "text" : "MIX A/B", "numinlets" : 1, "id" : "obj-94", "presentation_rect" : [ 179.0, 575.0, 122.0, 22.0 ], "numoutlets" : 0, "fontface" : 1, "fontsize" : 14.0, "patching_rect" : [ 29.0, 729.0, 177.0, 22.0 ], "presentation" : 1, "style" : "" } } , { "box" : { "maxclass" : "comment", "text" : "Panel Object", "numinlets" : 1, "id" : "obj-111", "numoutlets" : 0, "patching_rect" : [ 1137.5, 1152.0, 79.0, 20.0 ], "style" : "" } } , { "box" : { "maxclass" : "toggle", "numinlets" : 1, "id" : "obj-109", "numoutlets" : 1, "outlettype" : [ "int" ], "patching_rect" : [ 589.5, 918.0, 24.0, 24.0 ], "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "message", "text" : "fullscreen $1", "numinlets" : 2, "id" : "obj-107", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 589.5, 949.0, 79.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "select 27", "numinlets" : 2, "id" : "obj-105", "numoutlets" : 2, "outlettype" : [ "bang", "" ], "patching_rect" : [ 589.5, 890.0, 59.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "key", "numinlets" : 0, "id" : "obj-104", "numoutlets" : 4, "outlettype" : [ "int", "int", "int", "int" ], "patching_rect" : [ 589.5, 859.0, 50.5, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "comment", "text" : "Patch by Matt Romein\nDeveloped for LIPP Spring '18 @ ITP", "linecount" : 2, "presentation_linecount" : 2, "numinlets" : 1, "id" : "obj-101", "presentation_rect" : [ 12.5, 1036.0, 216.0, 33.0 ], "numoutlets" : 0, "patching_rect" : [ 20.0, 1020.0, 216.0, 33.0 ], "presentation" : 1, "style" : "" } } , { "box" : { "maxclass" : "comment", "text" : "Camilla Padgitt-Coles ~ Patch for 3 Minute Performance ~", "linecount" : 5, "numinlets" : 1, "id" : "obj-96", "presentation_rect" : [ 12.5, 8.0, 579.0, 29.0 ], "numoutlets" : 0, "fontface" : 1, "fontsize" : 20.0, "patching_rect" : [ 691.5, 111.0, 150.0, 118.0 ], "presentation" : 1, "style" : "" } } , { "box" : { "maxclass" : "comment", "text" : "preset", "numinlets" : 1, "id" : "obj-95", "numoutlets" : 0, "patching_rect" : [ 783.0, 268.0, 44.0, 20.0 ], "style" : "" } } , { "box" : { "maxclass" : "preset", "numinlets" : 1, "id" : "obj-92", "presentation_rect" : [ 29.0, 81.0, 104.0, 64.0 ], "numoutlets" : 4, "bubblesize" : 16, "outlettype" : [ "preset", "int", "preset", "int" ], "patching_rect" : [ 677.0, 268.0, 104.0, 64.0 ], "presentation" : 1, "style" : "", "preset_data" : [ { "number" : 1, "data" : [ 5, "", "toggle", "int", 0, 5, "", "number", "int", 500, 5, "", "toggle", "int", 0, 5, "", "number", "int", 500, 5, "obj-57", "flonum", "float", 0.0, 5, "obj-59", "flonum", "float", 20.0, 5, "obj-68", "flonum", "float", 1.0, 5, "obj-70", "flonum", "float", 1.0, 5, "obj-72", "flonum", "float", 1.0, 5, "obj-82", "flonum", "float", 46.0, 5, "obj-81", "flonum", "float", 0.0, 5, "obj-75", "flonum", "float", 1.0, 5, "obj-74", "flonum", "float", 1.0, 5, "obj-73", "flonum", "float", 1.0, 5, "obj-88", "flonum", "float", 0.35, 5, "obj-109", "toggle", "int", 0 ] } , { "number" : 2, "data" : [ 5, "", "toggle", "int", 0, 5, "", "number", "int", 500, 5, "", "toggle", "int", 0, 5, "", "number", "int", 500, 5, "obj-57", "flonum", "float", 30.0, 5, "obj-59", "flonum", "float", 50.0, 5, "obj-68", "flonum", "float", 1.0, 5, "obj-70", "flonum", "float", 2.0, 5, "obj-72", "flonum", "float", 1.0, 5, "obj-82", "flonum", "float", 60.0, 5, "obj-81", "flonum", "float", 30.0, 5, "obj-75", "flonum", "float", 1.0, 5, "obj-74", "flonum", "float", 1.3, 5, "obj-73", "flonum", "float", 1.0, 5, "obj-88", "flonum", "float", 0.35, 5, "obj-109", "toggle", "int", 0 ] } , { "number" : 3, "data" : [ 5, "", "toggle", "int", 0, 5, "", "number", "int", 100, 5, "", "toggle", "int", 0, 5, "", "number", "int", 200, 5, "obj-57", "flonum", "float", 50.0, 5, "obj-59", "flonum", "float", 0.0, 5, "obj-68", "flonum", "float", 1.0, 5, "obj-70", "flonum", "float", 4.0, 5, "obj-72", "flonum", "float", 1.0, 5, "obj-82", "flonum", "float", 10.0, 5, "obj-81", "flonum", "float", 50.0, 5, "obj-75", "flonum", "float", 1.0, 5, "obj-74", "flonum", "float", 1.5, 5, "obj-73", "flonum", "float", 1.0, 5, "obj-88", "flonum", "float", 0.062, 5, "obj-109", "toggle", "int", 0 ] } , { "number" : 4, "data" : [ 5, "", "toggle", "int", 0, 5, "", "number", "int", 100, 5, "", "toggle", "int", 0, 5, "", "number", "int", 200, 5, "obj-57", "flonum", "float", 0.0, 5, "obj-59", "flonum", "float", 0.0, 5, "obj-68", "flonum", "float", 1.0, 5, "obj-70", "flonum", "float", 1.0, 5, "obj-72", "flonum", "float", 1.0, 5, "obj-82", "flonum", "float", 10.0, 5, "obj-81", "flonum", "float", 50.0, 5, "obj-75", "flonum", "float", 1.0, 5, "obj-74", "flonum", "float", 1.8, 5, "obj-73", "flonum", "float", 1.0, 5, "obj-88", "flonum", "float", 0.062, 5, "obj-109", "toggle", "int", 0 ] } , { "number" : 5, "data" : [ 5, "", "toggle", "int", 0, 5, "", "number", "int", 0, 5, "", "toggle", "int", 0, 5, "", "number", "int", 0, 5, "obj-57", "flonum", "float", 0.0, 5, "obj-59", "flonum", "float", 0.0, 5, "obj-68", "flonum", "float", 0.0, 5, "obj-70", "flonum", "float", 0.0, 5, "obj-72", "flonum", "float", 0.0, 5, "obj-82", "flonum", "float", 0.0, 5, "obj-81", "flonum", "float", 79.0, 5, "obj-75", "flonum", "float", 0.0, 5, "obj-74", "flonum", "float", 0.0, 5, "obj-73", "flonum", "float", 0.0, 5, "obj-88", "flonum", "float", 0.0, 5, "obj-109", "toggle", "int", 0 ] } ] } } , { "box" : { "maxclass" : "newobj", "text" : "scale 0 127 0. 1.", "numinlets" : 6, "id" : "obj-89", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 593.0, 786.0, 99.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "dial", "numinlets" : 1, "id" : "obj-87", "presentation_rect" : [ 183.0, 602.5, 118.0, 118.0 ], "numoutlets" : 1, "outlettype" : [ "float" ], "patching_rect" : [ 593.0, 737.0, 40.0, 40.0 ], "presentation" : 1, "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "jit.pwindow", "numinlets" : 1, "id" : "obj-86", "presentation_rect" : [ 461.0, 359.0, 236.0, 177.0 ], "numoutlets" : 2, "outlettype" : [ "", "" ], "patching_rect" : [ 1425.0, 612.0, 80.0, 60.0 ], "presentation" : 1 } } , { "box" : { "maxclass" : "jit.pwindow", "numinlets" : 1, "id" : "obj-71", "presentation_rect" : [ 179.0, 359.0, 236.0, 177.0 ], "numoutlets" : 2, "outlettype" : [ "", "" ], "patching_rect" : [ 111.0, 898.0, 80.0, 60.0 ], "presentation" : 1 } } , { "box" : { "maxclass" : "comment", "text" : "Smooth Light", "numinlets" : 1, "id" : "obj-26", "presentation_rect" : [ 574.5, 141.0, 81.0, 20.0 ], "numoutlets" : 0, "patching_rect" : [ 1572.5, 253.5, 94.0, 20.0 ], "presentation" : 1, "style" : "" } } , { "box" : { "maxclass" : "comment", "text" : "Contrast", "numinlets" : 1, "id" : "obj-4", "presentation_rect" : [ 599.0, 223.000015, 56.0, 20.0 ], "numoutlets" : 0, "patching_rect" : [ 1679.0, 370.5, 56.0, 20.0 ], "presentation" : 1, "style" : "" } } , { "box" : { "maxclass" : "comment", "text" : "Saturation", "numinlets" : 1, "id" : "obj-10", "presentation_rect" : [ 529.0, 223.000015, 65.0, 20.0 ], "numoutlets" : 0, "patching_rect" : [ 1587.0, 370.5, 65.0, 20.0 ], "presentation" : 1, "style" : "" } } , { "box" : { "maxclass" : "comment", "text" : "Brightness", "numinlets" : 1, "id" : "obj-20", "presentation_rect" : [ 457.0, 223.000015, 67.0, 20.0 ], "numoutlets" : 0, "patching_rect" : [ 1491.0, 370.5, 67.0, 20.0 ], "presentation" : 1, "style" : "" } } , { "box" : { "maxclass" : "comment", "text" : "Contrast", "numinlets" : 1, "id" : "obj-60", "presentation_rect" : [ 325.833313, 223.000015, 56.0, 20.0 ], "numoutlets" : 0, "patching_rect" : [ 333.0, 669.0, 56.0, 20.0 ], "presentation" : 1, "style" : "" } } , { "box" : { "maxclass" : "comment", "text" : "Saturation", "numinlets" : 1, "id" : "obj-58", "presentation_rect" : [ 251.5, 223.000015, 65.0, 20.0 ], "numoutlets" : 0, "patching_rect" : [ 241.0, 669.0, 65.0, 20.0 ], "presentation" : 1, "style" : "" } } , { "box" : { "maxclass" : "comment", "text" : "Brightness", "numinlets" : 1, "id" : "obj-56", "presentation_rect" : [ 175.0, 223.000015, 67.0, 20.0 ], "numoutlets" : 0, "patching_rect" : [ 145.0, 669.0, 67.0, 20.0 ], "presentation" : 1, "style" : "" } } , { "box" : { "maxclass" : "comment", "text" : "Smooth Dark", "numinlets" : 1, "id" : "obj-53", "presentation_rect" : [ 282.833313, 187.333313, 94.0, 20.0 ], "numoutlets" : 0, "patching_rect" : [ 27.0, 489.0, 94.0, 20.0 ], "presentation" : 1, "style" : "" } } , { "box" : { "maxclass" : "comment", "text" : "Smooth Light", "numinlets" : 1, "id" : "obj-50", "presentation_rect" : [ 282.833313, 141.0, 94.0, 20.0 ], "numoutlets" : 0, "patching_rect" : [ -125.0, 489.0, 94.0, 20.0 ], "presentation" : 1, "style" : "" } } , { "box" : { "maxclass" : "comment", "text" : "Select Color Wash\n", "linecount" : 2, "numinlets" : 1, "id" : "obj-32", "presentation_rect" : [ 461.0, 79.0, 137.0, 20.0 ], "numoutlets" : 0, "patching_rect" : [ 1503.0, -38.5, 90.0, 33.0 ], "presentation" : 1, "style" : "" } } , { "box" : { "maxclass" : "comment", "text" : "Select Color Clip\n", "linecount" : 2, "numinlets" : 1, "id" : "obj-30", "presentation_rect" : [ 179.0, 79.0, 122.0, 20.0 ], "numoutlets" : 0, "patching_rect" : [ 13.0, -20.666687, 90.0, 33.0 ], "presentation" : 1, "style" : "" } } , { "box" : { "maxclass" : "comment", "text" : "Turn On", "numinlets" : 1, "id" : "obj-25", "presentation_rect" : [ 55.0, 49.0, 54.0, 20.0 ], "numoutlets" : 0, "patching_rect" : [ -43.0, -95.0, 54.0, 20.0 ], "presentation" : 1, "style" : "" } } , { "box" : { "maxclass" : "comment", "text" : "Fade to Movie B", "numinlets" : 1, "id" : "obj-17", "presentation_rect" : [ 489.0, 320.0, 102.0, 20.0 ], "numoutlets" : 0, "patching_rect" : [ 609.0, 606.0, 102.0, 20.0 ], "presentation" : 1, "style" : "" } } , { "box" : { "maxclass" : "button", "numinlets" : 1, "id" : "obj-14", "presentation_rect" : [ 461.0, 320.0, 24.0, 24.0 ], "numoutlets" : 1, "outlettype" : [ "bang" ], "patching_rect" : [ 609.0, 641.0, 24.0, 24.0 ], "presentation" : 1, "style" : "" } } , { "box" : { "maxclass" : "button", "numinlets" : 1, "id" : "obj-11", "presentation_rect" : [ 179.0, 320.0, 24.0, 24.0 ], "numoutlets" : 1, "outlettype" : [ "bang" ], "patching_rect" : [ 511.0, 641.0, 24.0, 24.0 ], "presentation" : 1, "style" : "" } } , { "box" : { "maxclass" : "comment", "text" : "Fade to Movie A", "numinlets" : 1, "id" : "obj-6", "presentation_rect" : [ 205.0, 320.0, 96.0, 20.0 ], "numoutlets" : 0, "patching_rect" : [ 511.0, 606.0, 96.0, 20.0 ], "presentation" : 1, "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "metro 50", "numinlets" : 2, "id" : "obj-99", "numoutlets" : 1, "outlettype" : [ "bang" ], "patching_rect" : [ 723.0, 641.0, 58.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "drunk 1000 50", "numinlets" : 3, "id" : "obj-91", "numoutlets" : 1, "outlettype" : [ "int" ], "patching_rect" : [ 723.0, 681.0, 87.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "scale 0 1000 0. 1.", "numinlets" : 6, "id" : "obj-90", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 723.0, 746.0, 105.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "flonum", "numinlets" : 1, "id" : "obj-88", "format" : 6, "numoutlets" : 2, "outlettype" : [ "", "bang" ], "patching_rect" : [ 723.0, 786.0, 50.0, 22.0 ], "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "flonum", "numinlets" : 1, "id" : "obj-73", "format" : 6, "presentation_rect" : [ 329.833313, 285.333313, 50.0, 22.0 ], "numoutlets" : 2, "outlettype" : [ "", "bang" ], "patching_rect" : [ 333.0, 691.0, 50.0, 22.0 ], "presentation" : 1, "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "flonum", "numinlets" : 1, "id" : "obj-74", "format" : 6, "presentation_rect" : [ 255.5, 285.333313, 50.0, 22.0 ], "numoutlets" : 2, "outlettype" : [ "", "bang" ], "patching_rect" : [ 241.0, 691.0, 50.0, 22.0 ], "presentation" : 1, "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "flonum", "numinlets" : 1, "id" : "obj-75", "format" : 6, "presentation_rect" : [ 179.0, 285.333313, 50.0, 22.0 ], "numoutlets" : 2, "outlettype" : [ "", "bang" ], "patching_rect" : [ 145.0, 691.0, 50.0, 22.0 ], "presentation" : 1, "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "message", "text" : "contrast $1", "numinlets" : 2, "id" : "obj-76", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 333.0, 727.0, 70.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "message", "text" : "saturation $1", "numinlets" : 2, "id" : "obj-77", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 241.0, 727.0, 80.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "message", "text" : "brightness $1", "numinlets" : 2, "id" : "obj-78", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 145.0, 727.0, 83.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "jit.brcosa", "numinlets" : 1, "id" : "obj-79", "numoutlets" : 2, "outlettype" : [ "jit_matrix", "" ], "patching_rect" : [ 111.0, 774.0, 59.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "flonum", "numinlets" : 1, "id" : "obj-81", "format" : 6, "presentation_rect" : [ 228.0, 186.333313, 50.0, 22.0 ], "numoutlets" : 2, "outlettype" : [ "", "bang" ], "patching_rect" : [ -25.0, 489.0, 50.0, 22.0 ], "presentation" : 1, "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "flonum", "numinlets" : 1, "id" : "obj-82", "format" : 6, "presentation_rect" : [ 228.0, 140.0, 50.0, 22.0 ], "numoutlets" : 2, "outlettype" : [ "", "bang" ], "patching_rect" : [ -174.0, 489.0, 50.0, 22.0 ], "presentation" : 1, "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "message", "text" : "slide_up $1", "numinlets" : 2, "id" : "obj-83", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ -25.0, 527.0, 72.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "message", "text" : "slide_down $1", "numinlets" : 2, "id" : "obj-84", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ -174.0, 527.0, 87.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "jit.slide", "numinlets" : 1, "id" : "obj-85", "numoutlets" : 2, "outlettype" : [ "jit_matrix", "" ], "patching_rect" : [ 111.0, 590.0, 47.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "flonum", "numinlets" : 1, "id" : "obj-72", "format" : 6, "presentation_rect" : [ 603.0, 285.333313, 50.0, 22.0 ], "numoutlets" : 2, "outlettype" : [ "", "bang" ], "patching_rect" : [ 1679.0, 392.5, 50.0, 22.0 ], "presentation" : 1, "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "flonum", "numinlets" : 1, "id" : "obj-70", "format" : 6, "presentation_rect" : [ 533.0, 285.333313, 50.0, 22.0 ], "numoutlets" : 2, "outlettype" : [ "", "bang" ], "patching_rect" : [ 1587.0, 392.5, 50.0, 22.0 ], "presentation" : 1, "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "flonum", "numinlets" : 1, "id" : "obj-68", "format" : 6, "presentation_rect" : [ 461.0, 285.333313, 50.0, 22.0 ], "numoutlets" : 2, "outlettype" : [ "", "bang" ], "patching_rect" : [ 1491.0, 392.5, 50.0, 22.0 ], "presentation" : 1, "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "message", "text" : "contrast $1", "numinlets" : 2, "id" : "obj-66", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 1678.0, 428.5, 70.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "message", "text" : "saturation $1", "numinlets" : 2, "id" : "obj-65", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 1587.0, 428.5, 80.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "message", "text" : "brightness $1", "numinlets" : 2, "id" : "obj-64", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 1491.0, 428.5, 83.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "jit.brcosa", "numinlets" : 1, "id" : "obj-62", "numoutlets" : 2, "outlettype" : [ "jit_matrix", "" ], "patching_rect" : [ 1440.5, 545.5, 59.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "flonum", "numinlets" : 1, "id" : "obj-59", "format" : 6, "presentation_rect" : [ 515.0, 188.333313, 50.0, 22.0 ], "numoutlets" : 2, "outlettype" : [ "", "bang" ], "patching_rect" : [ 1668.0, 253.5, 50.0, 22.0 ], "presentation" : 1, "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "flonum", "numinlets" : 1, "id" : "obj-57", "format" : 6, "presentation_rect" : [ 515.0, 140.0, 50.0, 22.0 ], "numoutlets" : 2, "outlettype" : [ "", "bang" ], "patching_rect" : [ 1519.0, 253.5, 50.0, 22.0 ], "presentation" : 1, "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "message", "text" : "slide_up $1", "numinlets" : 2, "id" : "obj-55", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 1668.0, 291.5, 72.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "message", "text" : "slide_down $1", "numinlets" : 2, "id" : "obj-54", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 1519.0, 291.5, 87.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "jit.slide", "numinlets" : 1, "id" : "obj-52", "numoutlets" : 2, "outlettype" : [ "jit_matrix", "" ], "patching_rect" : [ 1457.0, 337.5, 47.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "jit.fpsgui", "numinlets" : 1, "id" : "obj-51", "fontname" : "Arial", "presentation_rect" : [ 29.0, 155.0, 80.0, 35.0 ], "numoutlets" : 2, "outlettype" : [ "", "" ], "fontface" : 0, "fontsize" : 12.0, "patching_rect" : [ 511.0, 1020.0, 80.0, 35.0 ], "presentation" : 1, "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "* 0.001", "numinlets" : 2, "id" : "obj-48", "numoutlets" : 1, "outlettype" : [ "float" ], "patching_rect" : [ 511.0, 786.0, 49.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "trigger bang", "numinlets" : 1, "id" : "obj-38", "numoutlets" : 1, "outlettype" : [ "bang" ], "patching_rect" : [ 1546.0, 157.5, 75.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "message", "text" : "getframecount", "numinlets" : 2, "id" : "obj-39", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 1546.0, 195.5, 87.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "route read framecount", "numinlets" : 3, "id" : "obj-40", "numoutlets" : 3, "outlettype" : [ "", "", "" ], "patching_rect" : [ 1546.0, 113.5, 129.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "umenu", "numinlets" : 1, "id" : "obj-41", "autopopulate" : 1, "presentation_rect" : [ 461.0, 101.0, 227.0, 22.0 ], "numoutlets" : 3, "outlettype" : [ "int", "", "" ], "patching_rect" : [ 1503.0, -16.5, 100.0, 22.0 ], "presentation" : 1, "items" : [ "03_yellow.mp4", ",", "07_indigocycles.mp4", ",", "02_orange.mp4", ",", "01_red.mp4", ",", "05_blue.mp4", ",", "04_green.mp4", ",", "07_indigocycles_sound.mp4" ], "parameter_enable" : 0, "prefix" : "Macintosh HD:/Users/camilla/Documents/*ITP/Spring 2018/LIPP/color phases 3 min performance/all together 2/", "style" : "" } } , { "box" : { "maxclass" : "message", "text" : "read $1", "numinlets" : 2, "id" : "obj-42", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 1503.0, 23.5, 51.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "jit.movie 1280 720", "numinlets" : 1, "id" : "obj-45", "numoutlets" : 2, "outlettype" : [ "jit_matrix", "" ], "patching_rect" : [ 1457.0, 64.5, 108.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "jit.window @floating 1", "numinlets" : 1, "id" : "obj-29", "numoutlets" : 2, "outlettype" : [ "bang", "" ], "patching_rect" : [ 511.0, 985.0, 127.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "trigger bang", "numinlets" : 1, "id" : "obj-19", "numoutlets" : 1, "outlettype" : [ "bang" ], "patching_rect" : [ 56.0, 175.333313, 75.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "message", "text" : "getframecount", "numinlets" : 2, "id" : "obj-18", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 56.0, 213.333313, 87.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "route read framecount", "numinlets" : 3, "id" : "obj-16", "numoutlets" : 3, "outlettype" : [ "", "", "" ], "patching_rect" : [ 56.0, 131.333313, 129.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "message", "text" : "xfade $1", "numinlets" : 2, "id" : "obj-15", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 511.0, 829.0, 57.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "message", "text" : "0, 1000 3000", "numinlets" : 2, "id" : "obj-13", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 609.0, 681.0, 81.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "message", "text" : "1000, 0 3000", "numinlets" : 2, "id" : "obj-12", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 511.0, 681.0, 81.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "line", "numinlets" : 3, "id" : "obj-9", "numoutlets" : 2, "outlettype" : [ "", "" ], "patching_rect" : [ 511.0, 746.0, 40.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "umenu", "numinlets" : 1, "id" : "obj-8", "autopopulate" : 1, "presentation_rect" : [ 179.0, 101.0, 227.0, 22.0 ], "numoutlets" : 3, "outlettype" : [ "int", "", "" ], "patching_rect" : [ 13.0, 1.333313, 100.0, 22.0 ], "presentation" : 1, "items" : [ "07_purplewaterssound.mp4", ",", "01_redgong.mp4", ",", "08_black.mp4", ",", "05_blue.mp4", ",", "04_greengrasses.mp4", ",", "02_orangeskyleaves.mp4", ",", "03_yellowpaintingeye.mp4" ], "parameter_enable" : 0, "prefix" : "Macintosh HD:/Users/camilla/Documents/*ITP/Spring 2018/LIPP/color phases 3 min performance/all together 1/", "style" : "" } } , { "box" : { "maxclass" : "message", "text" : "read $1", "numinlets" : 2, "id" : "obj-7", "numoutlets" : 1, "outlettype" : [ "" ], "patching_rect" : [ 13.0, 41.333313, 51.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "toggle", "numinlets" : 1, "id" : "obj-5", "presentation_rect" : [ 29.0, 49.0, 24.0, 24.0 ], "numoutlets" : 1, "outlettype" : [ "int" ], "patching_rect" : [ -65.0, -97.0, 24.0, 24.0 ], "presentation" : 1, "parameter_enable" : 0, "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "qmetro 33", "numinlets" : 2, "id" : "obj-3", "numoutlets" : 1, "outlettype" : [ "bang" ], "patching_rect" : [ -65.0, -67.0, 65.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "jit.movie 1280 720", "numinlets" : 1, "id" : "obj-2", "numoutlets" : 2, "outlettype" : [ "jit_matrix", "" ], "patching_rect" : [ -33.0, 82.333313, 108.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "newobj", "text" : "jit.xfade", "numinlets" : 2, "id" : "obj-1", "numoutlets" : 2, "outlettype" : [ "jit_matrix", "" ], "patching_rect" : [ 511.0, 909.0, 52.0, 22.0 ], "style" : "" } } , { "box" : { "maxclass" : "panel", "numinlets" : 1, "id" : "obj-43", "presentation_rect" : [ 446.0, 70.0, 269.0, 487.0 ], "numoutlets" : 0, "patching_rect" : [ 1279.5, 1083.0, 61.0, 60.0 ], "presentation" : 1, "style" : "", "mode" : 0, "angle" : 270.0, "bgcolor" : [ 0.372549, 0.196078, 0.486275, 1.0 ], "proportion" : 0.39 } } , { "box" : { "maxclass" : "panel", "numinlets" : 1, "id" : "obj-49", "presentation_rect" : [ 162.5, 70.0, 269.0, 487.0 ], "numoutlets" : 0, "patching_rect" : [ 1137.5, 1083.0, 61.0, 60.0 ], "presentation" : 1, "style" : "", "mode" : 0, "angle" : 270.0, "bgcolor" : [ 0.701961, 0.415686, 0.886275, 1.0 ], "proportion" : 0.39 } } , { "box" : { "maxclass" : "panel", "numinlets" : 1, "id" : "obj-61", "presentation_rect" : [ 12.5, 44.0, 134.5, 154.0 ], "numoutlets" : 0, "patching_rect" : [ 1351.0, 1083.0, 59.0, 60.0 ], "presentation" : 1, "style" : "", "mode" : 0, "angle" : 270.0, "bgcolor" : [ 0.701961, 0.415686, 0.886275, 1.0 ], "proportion" : 0.39 } } , { "box" : { "maxclass" : "panel", "numinlets" : 1, "id" : "obj-67", "presentation_rect" : [ 162.5, 566.0, 552.5, 191.0 ], "numoutlets" : 0, "patching_rect" : [ 1206.5, 1083.0, 59.0, 60.0 ], "presentation" : 1, "style" : "", "mode" : 0, "angle" : 270.0, "bgcolor" : [ 0.011765, 0.396078, 0.752941, 1.0 ], "proportion" : 0.39 } } , { "box" : { "maxclass" : "panel", "numinlets" : 1, "id" : "obj-100", "presentation_rect" : [ 146.5, 59.0, 581.5, 698.0 ], "numoutlets" : 0, "patching_rect" : [ 497.0, 721.0, 61.0, 60.0 ], "presentation" : 1, "style" : "", "mode" : 0, "angle" : 270.0, "bgcolor" : [ 0.317647, 0.654902, 0.976471, 1.0 ], "proportion" : 0.39 } } , { "box" : { "maxclass" : "panel", "numinlets" : 1, "id" : "obj-164", "presentation_rect" : [ 595.0, 8.0, 134.5, 34.0 ], "numoutlets" : 0, "patching_rect" : [ 677.5, 62.0, 59.0, 60.0 ], "presentation" : 1, "style" : "", "mode" : 0, "angle" : 270.0, "bgcolor" : [ 0.701961, 0.415686, 0.886275, 1.0 ], "proportion" : 0.39 } } ], "lines" : [ { "patchline" : { "source" : [ "obj-99", 0 ], "destination" : [ "obj-91", 0 ] } } , { "patchline" : { "source" : [ "obj-97", 0 ], "destination" : [ "obj-63", 0 ] } } , { "patchline" : { "source" : [ "obj-92", 2 ], "destination" : [ "obj-87", 0 ], "midpoints" : [ 743.166687, 518.0, 602.5, 518.0 ], "order" : 1 } } , { "patchline" : { "source" : [ "obj-92", 2 ], "destination" : [ "obj-8", 0 ], "midpoints" : [ 743.166687, 350.0, 547.0, 350.0, 547.0, 148.0, 22.5, 148.0 ], "order" : 2 } } , { "patchline" : { "source" : [ "obj-92", 2 ], "destination" : [ "obj-5", 0 ], "midpoints" : [ 743.166687, 350.0, 592.0, 350.0, 592.0, -44.0, -55.5, -44.0 ], "order" : 3 } } , { "patchline" : { "source" : [ "obj-92", 2 ], "destination" : [ "obj-41", 0 ], "midpoints" : [ 743.166687, 350.0, 958.0, 350.0, 958.0, 148.0, 1512.5, 148.0 ], "order" : 0 } } , { "patchline" : { "source" : [ "obj-91", 0 ], "destination" : [ "obj-90", 0 ] } } , { "patchline" : { "source" : [ "obj-90", 0 ], "destination" : [ "obj-88", 0 ] } } , { "patchline" : { "source" : [ "obj-9", 0 ], "destination" : [ "obj-48", 0 ] } } , { "patchline" : { "source" : [ "obj-89", 0 ], "destination" : [ "obj-15", 0 ], "midpoints" : [ 602.5, 818.0, 520.5, 818.0 ] } } , { "patchline" : { "source" : [ "obj-88", 0 ], "destination" : [ "obj-15", 0 ], "midpoints" : [ 732.5, 818.0, 520.5, 818.0 ] } } , { "patchline" : { "source" : [ "obj-87", 0 ], "destination" : [ "obj-89", 0 ] } } , { "patchline" : { "source" : [ "obj-85", 0 ], "destination" : [ "obj-79", 0 ] } } , { "patchline" : { "source" : [ "obj-84", 0 ], "destination" : [ "obj-85", 0 ], "midpoints" : [ -164.5, 577.5, 120.5, 577.5 ] } } , { "patchline" : { "source" : [ "obj-83", 0 ], "destination" : [ "obj-85", 0 ], "midpoints" : [ -15.5, 577.5, 120.5, 577.5 ] } } , { "patchline" : { "source" : [ "obj-82", 0 ], "destination" : [ "obj-84", 0 ] } } , { "patchline" : { "source" : [ "obj-81", 0 ], "destination" : [ "obj-83", 0 ] } } , { "patchline" : { "source" : [ "obj-8", 1 ], "destination" : [ "obj-7", 0 ], "midpoints" : [ 63.0, 31.833313, 22.5, 31.833313 ] } } , { "patchline" : { "source" : [ "obj-79", 0 ], "destination" : [ "obj-71", 0 ], "order" : 1 } } , { "patchline" : { "source" : [ "obj-79", 0 ], "destination" : [ "obj-1", 0 ], "order" : 0 } } , { "patchline" : { "source" : [ "obj-78", 0 ], "destination" : [ "obj-79", 0 ], "midpoints" : [ 154.5, 761.0, 120.5, 761.0 ] } } , { "patchline" : { "source" : [ "obj-77", 0 ], "destination" : [ "obj-79", 0 ], "midpoints" : [ 250.5, 761.0, 120.5, 761.0 ] } } , { "patchline" : { "source" : [ "obj-76", 0 ], "destination" : [ "obj-79", 0 ], "midpoints" : [ 342.5, 761.0, 120.5, 761.0 ] } } , { "patchline" : { "source" : [ "obj-75", 0 ], "destination" : [ "obj-78", 0 ] } } , { "patchline" : { "source" : [ "obj-74", 0 ], "destination" : [ "obj-77", 0 ] } } , { "patchline" : { "source" : [ "obj-73", 0 ], "destination" : [ "obj-76", 0 ] } } , { "patchline" : { "source" : [ "obj-72", 0 ], "destination" : [ "obj-66", 0 ] } } , { "patchline" : { "source" : [ "obj-70", 0 ], "destination" : [ "obj-65", 0 ] } } , { "patchline" : { "source" : [ "obj-7", 0 ], "destination" : [ "obj-2", 0 ], "midpoints" : [ 22.5, 72.333313, -23.5, 72.333313 ] } } , { "patchline" : { "source" : [ "obj-68", 0 ], "destination" : [ "obj-64", 0 ] } } , { "patchline" : { "source" : [ "obj-66", 0 ], "destination" : [ "obj-62", 0 ], "midpoints" : [ 1687.5, 462.5, 1450.0, 462.5 ] } } , { "patchline" : { "source" : [ "obj-65", 0 ], "destination" : [ "obj-62", 0 ], "midpoints" : [ 1596.5, 462.5, 1450.0, 462.5 ] } } , { "patchline" : { "source" : [ "obj-64", 0 ], "destination" : [ "obj-62", 0 ], "midpoints" : [ 1500.5, 462.5, 1450.0, 462.5 ] } } , { "patchline" : { "source" : [ "obj-63", 0 ], "destination" : [ "obj-81", 0 ] } } , { "patchline" : { "source" : [ "obj-62", 0 ], "destination" : [ "obj-86", 0 ], "order" : 0 } } , { "patchline" : { "source" : [ "obj-62", 0 ], "destination" : [ "obj-1", 1 ], "midpoints" : [ 1450.0, 835.75, 553.5, 835.75 ], "order" : 1 } } , { "patchline" : { "source" : [ "obj-59", 0 ], "destination" : [ "obj-55", 0 ] } } , { "patchline" : { "source" : [ "obj-57", 0 ], "destination" : [ "obj-54", 0 ] } } , { "patchline" : { "source" : [ "obj-55", 0 ], "destination" : [ "obj-52", 0 ], "midpoints" : [ 1677.5, 325.0, 1466.5, 325.0 ] } } , { "patchline" : { "source" : [ "obj-54", 0 ], "destination" : [ "obj-52", 0 ], "midpoints" : [ 1528.5, 325.0, 1466.5, 325.0 ] } } , { "patchline" : { "source" : [ "obj-52", 0 ], "destination" : [ "obj-62", 0 ] } } , { "patchline" : { "source" : [ "obj-5", 0 ], "destination" : [ "obj-3", 0 ] } } , { "patchline" : { "source" : [ "obj-48", 0 ], "destination" : [ "obj-15", 0 ] } } , { "patchline" : { "source" : [ "obj-47", 0 ], "destination" : [ "obj-82", 0 ] } } , { "patchline" : { "source" : [ "obj-46", 0 ], "destination" : [ "obj-47", 0 ] } } , { "patchline" : { "source" : [ "obj-45", 0 ], "destination" : [ "obj-52", 0 ] } } , { "patchline" : { "source" : [ "obj-45", 1 ], "destination" : [ "obj-40", 0 ] } } , { "patchline" : { "source" : [ "obj-44", 0 ], "destination" : [ "obj-37", 0 ], "order" : 0 } } , { "patchline" : { "source" : [ "obj-44", 0 ], "destination" : [ "obj-34", 0 ], "order" : 1 } } , { "patchline" : { "source" : [ "obj-42", 0 ], "destination" : [ "obj-45", 0 ], "midpoints" : [ 1512.5, 54.5, 1466.5, 54.5 ] } } , { "patchline" : { "source" : [ "obj-41", 1 ], "destination" : [ "obj-42", 0 ], "midpoints" : [ 1553.0, 14.0, 1512.5, 14.0 ] } } , { "patchline" : { "source" : [ "obj-40", 0 ], "destination" : [ "obj-38", 0 ] } } , { "patchline" : { "source" : [ "obj-39", 0 ], "destination" : [ "obj-45", 0 ], "midpoints" : [ 1555.5, 235.5, 1432.0, 235.5, 1432.0, 53.5, 1466.5, 53.5 ] } } , { "patchline" : { "source" : [ "obj-38", 0 ], "destination" : [ "obj-39", 0 ] } } , { "patchline" : { "source" : [ "obj-37", 0 ], "destination" : [ "obj-36", 0 ] } } , { "patchline" : { "source" : [ "obj-34", 0 ], "destination" : [ "obj-31", 0 ] } } , { "patchline" : { "source" : [ "obj-3", 0 ], "destination" : [ "obj-45", 0 ], "midpoints" : [ -55.5, -41.5, 1466.5, -41.5 ], "order" : 0 } } , { "patchline" : { "source" : [ "obj-3", 0 ], "destination" : [ "obj-2", 0 ], "order" : 1 } } , { "patchline" : { "source" : [ "obj-29", 0 ], "destination" : [ "obj-51", 0 ] } } , { "patchline" : { "source" : [ "obj-221", 0 ], "destination" : [ "obj-218", 0 ] } } , { "patchline" : { "source" : [ "obj-218", 0 ], "destination" : [ "obj-217", 0 ] } } , { "patchline" : { "source" : [ "obj-217", 0 ], "destination" : [ "obj-57", 0 ] } } , { "patchline" : { "source" : [ "obj-213", 0 ], "destination" : [ "obj-210", 0 ] } } , { "patchline" : { "source" : [ "obj-210", 0 ], "destination" : [ "obj-209", 0 ] } } , { "patchline" : { "source" : [ "obj-209", 0 ], "destination" : [ "obj-59", 0 ] } } , { "patchline" : { "source" : [ "obj-204", 0 ], "destination" : [ "obj-203", 0 ] } } , { "patchline" : { "source" : [ "obj-202", 0 ], "destination" : [ "obj-201", 0 ] } } , { "patchline" : { "source" : [ "obj-2", 0 ], "destination" : [ "obj-85", 0 ] } } , { "patchline" : { "source" : [ "obj-2", 1 ], "destination" : [ "obj-16", 0 ] } } , { "patchline" : { "source" : [ "obj-199", 0 ], "destination" : [ "obj-204", 1 ] } } , { "patchline" : { "source" : [ "obj-19", 0 ], "destination" : [ "obj-18", 0 ] } } , { "patchline" : { "source" : [ "obj-184", 0 ], "destination" : [ "obj-183", 0 ] } } , { "patchline" : { "source" : [ "obj-183", 0 ], "destination" : [ "obj-57", 0 ] } } , { "patchline" : { "source" : [ "obj-182", 0 ], "destination" : [ "obj-181", 0 ], "order" : 0 } } , { "patchline" : { "source" : [ "obj-182", 0 ], "destination" : [ "obj-179", 0 ], "order" : 1 } } , { "patchline" : { "source" : [ "obj-181", 0 ], "destination" : [ "obj-180", 0 ] } } , { "patchline" : { "source" : [ "obj-18", 0 ], "destination" : [ "obj-2", 0 ], "midpoints" : [ 65.5, 253.333313, -58.0, 253.333313, -58.0, 71.333313, -23.5, 71.333313 ] } } , { "patchline" : { "source" : [ "obj-179", 0 ], "destination" : [ "obj-178", 0 ] } } , { "patchline" : { "source" : [ "obj-178", 0 ], "destination" : [ "obj-68", 0 ], "midpoints" : [ 1036.333374, 134.166687, 1500.5, 134.166687 ] } } , { "patchline" : { "source" : [ "obj-174", 0 ], "destination" : [ "obj-173", 0 ], "order" : 0 } } , { "patchline" : { "source" : [ "obj-174", 0 ], "destination" : [ "obj-171", 0 ], "order" : 1 } } , { "patchline" : { "source" : [ "obj-173", 0 ], "destination" : [ "obj-172", 0 ] } } , { "patchline" : { "source" : [ "obj-171", 0 ], "destination" : [ "obj-170", 0 ] } } , { "patchline" : { "source" : [ "obj-170", 0 ], "destination" : [ "obj-70", 0 ], "midpoints" : [ 1047.333374, 358.666687, 1596.5, 358.666687 ] } } , { "patchline" : { "source" : [ "obj-166", 0 ], "destination" : [ "obj-165", 0 ], "order" : 0 } } , { "patchline" : { "source" : [ "obj-166", 0 ], "destination" : [ "obj-161", 0 ], "order" : 1 } } , { "patchline" : { "source" : [ "obj-165", 0 ], "destination" : [ "obj-163", 0 ] } } , { "patchline" : { "source" : [ "obj-161", 0 ], "destination" : [ "obj-160", 0 ] } } , { "patchline" : { "source" : [ "obj-160", 0 ], "destination" : [ "obj-72", 0 ], "midpoints" : [ 1041.833374, 587.833374, 1365.166748, 587.833374, 1365.166748, 359.5, 1688.5, 359.5 ] } } , { "patchline" : { "source" : [ "obj-16", 0 ], "destination" : [ "obj-19", 0 ] } } , { "patchline" : { "source" : [ "obj-156", 0 ], "destination" : [ "obj-155", 0 ], "order" : 0 } } , { "patchline" : { "source" : [ "obj-156", 0 ], "destination" : [ "obj-153", 0 ], "order" : 1 } } , { "patchline" : { "source" : [ "obj-155", 0 ], "destination" : [ "obj-154", 0 ] } } , { "patchline" : { "source" : [ "obj-153", 0 ], "destination" : [ "obj-152", 0 ] } } , { "patchline" : { "source" : [ "obj-152", 0 ], "destination" : [ "obj-73", 0 ] } } , { "patchline" : { "source" : [ "obj-15", 0 ], "destination" : [ "obj-1", 0 ] } } , { "patchline" : { "source" : [ "obj-149", 0 ], "destination" : [ "obj-148", 0 ] } } , { "patchline" : { "source" : [ "obj-148", 0 ], "destination" : [ "obj-146", 0 ] } } , { "patchline" : { "source" : [ "obj-146", 0 ], "destination" : [ "obj-131", 1 ] } } , { "patchline" : { "source" : [ "obj-14", 0 ], "destination" : [ "obj-13", 0 ] } } , { "patchline" : { "source" : [ "obj-139", 0 ], "destination" : [ "obj-138", 0 ], "order" : 0 } } , { "patchline" : { "source" : [ "obj-139", 0 ], "destination" : [ "obj-136", 0 ], "order" : 1 } } , { "patchline" : { "source" : [ "obj-138", 0 ], "destination" : [ "obj-137", 0 ] } } , { "patchline" : { "source" : [ "obj-136", 0 ], "destination" : [ "obj-135", 0 ] } } , { "patchline" : { "source" : [ "obj-135", 0 ], "destination" : [ "obj-74", 0 ] } } , { "patchline" : { "source" : [ "obj-133", 0 ], "destination" : [ "obj-131", 0 ] } } , { "patchline" : { "source" : [ "obj-131", 0 ], "destination" : [ "obj-80", 0 ] } } , { "patchline" : { "source" : [ "obj-13", 0 ], "destination" : [ "obj-9", 0 ], "midpoints" : [ 618.5, 724.0, 520.5, 724.0 ] } } , { "patchline" : { "source" : [ "obj-12", 0 ], "destination" : [ "obj-9", 0 ] } } , { "patchline" : { "source" : [ "obj-11", 0 ], "destination" : [ "obj-12", 0 ] } } , { "patchline" : { "source" : [ "obj-109", 0 ], "destination" : [ "obj-107", 0 ] } } , { "patchline" : { "source" : [ "obj-105", 0 ], "destination" : [ "obj-109", 0 ] } } , { "patchline" : { "source" : [ "obj-104", 0 ], "destination" : [ "obj-105", 0 ] } } , { "patchline" : { "source" : [ "obj-1", 0 ], "destination" : [ "obj-80", 0 ], "order" : 0 } } , { "patchline" : { "source" : [ "obj-1", 0 ], "destination" : [ "obj-29", 0 ], "order" : 1 } } , { "patchline" : { "source" : [ "obj-1", 0 ], "destination" : [ "obj-23", 0 ], "order" : 2 } } ], "appversion" : { "major" : 7, "minor" : 3, "revision" : 4, "architecture" : "x86", "modernui" : 1 } }

Day 176 @ ITP: Algorithmic Composition

Class notes...

George E. Lewis - trombone Roscoe Mitchell - alto and soprano saxophone Avant, Japan (AVAN 014) 1993

- Lewis created a code in the 80s for 4 bit systems (Atari, etc) computer is making all the decisions based on the note you played, the note you played before that, and the note you played before that...
- He talks about underlying psychometrics of jazz improvisation...their active memory while improvising is quite finite - just the last few notes you played (last 3 notes you played, and last 3 notes your partner played, etc). He used this as a philosophical prompt to build this based on a filter. 


Screen Shot 2018-02-28 at 2.27.08 PM.png
 

Aristid Lindenmayer

L-systems
https://en.wikipedia.org/wiki/L-system

  • Put forth idea that every organism with a cellular structure has a code
  • DNA of humans, plants, animals, any living thing can be used to recreate the structure w/code

    PDF: The Algorithmic Beauty of Plants
Screen Shot 2018-02-28 at 2.35.00 PM.png
Screen Shot 2018-02-28 at 2.35.05 PM.png

Applications of Generative String Substitution Systems in Computer Music
Roger Luke DuBois
http://sites.bxmc.poly.edu/~lukedubois/dissertation/index.html

Christopher Alexander: A Pattern Language

http://library.uniteddiversity.coop/Ecological_Building/A_Pattern_Language.pdf