Saturday, July 14, 2012

The Arduino in theatre, or why you should be putting computers in your sets.

I've decided that this subject might need to be split into a couple parts, for my own sanity in the organization of information, if nothing else.

For my money, the Arduino is the greatest thing to be available to theatre props and electrics departments for a long time. This $30 board gives anyone with a computer easy access to low-level computing. Microcontrollers have a lot going for them: They're cheap, they're tiny, and you can power them just about however you'd like. Until the development of the Arduino, there was a significant technical barrier to entry. One had to purchase a programmer and deal with datasheets hundreds of pages long. To accomplish basic tasks, registers had to be massaged and timers coaxed.

An example of running an atmega328 on protoboard.
The only support components here are the crystal just
to the right of the chip, the two capacitors, and whatever
you decide to use to provide 5v power.
No more. The Arduino platform offers the user an inexpensive, all-in-one prototyping and development platform. Using the capable Atmega 328, the Arduino offers plenty of I/O, flash and RAM for any prop/practical related purposes. Taking your Arduino projects off the dev board is trivial, and with the ability to purchase mega328 chips with the Arduino bootloader pre-installed for $5.50 (with the required support components costing another few dollars) any number of places online means your projects can fit anywhere you can find space for a small protoboard, available at your local decently-stocked Radio Shack.

A microcontroller is a small computer, built into a single chip. These computers contain everything needed to run programs, and offer basic logic-level outputs and inputs. They can be used for something as simple as blinking some LEDs in a repeated pattern, or as complex as your imagination allows. In the world of theatre, they allow us to build small, low-power dynamic effects that can fit anywhere, be built very quickly, and updated 'in-system' for fine-tuning.

Arduino is programmed with easy-to-read, C++-like syntax called Wiring. Here's a sample, from my latest project:


void increment() {
    for(j = 0; j < 4; j++) 
      values[j] += directions[j]; 
      analogWrite(leds[j], values[j]); 
      delay(10);     
}   
    for(i = 0; i < 4; i++) { 
      if (values[i] < 25 or values[i] > 175) { 
      directions[i] *= -1; 
    }
  }
}

As you can see, if you've done any programming at all in the past, this is pretty straightforward. The really useful additions are commands like 'analogWrite()' which offer easy, one-line access to powerful features of the microcontroller. analogWrite() is used to set a PWM (pulse-width modulation) level to one of the output pins, allowing you to easily dim an LED or control the speed of a motor.

The biggest strength of this approach to dynamic effects, in my mind, is that they can be programmed and put into place, then powered from a dimmer. This means you can have complex effects anywhere you have a free dimmer, without the need to run a control signal. Alternatively, plenty of folks have implemented DMX on the Arduino and other microcontrollers (and this is actually on my list of projects to tackle), meaning you could easily assemble inexpensive automation controllers or anything else you'd like to control from your light console.
Stuff everything in a box and hide it.
In my next post, in the next day or two, I intend to delve into the basic electronics knowledge you'll need to start building the most interesting props and practicals you've ever used. Stay tuned.

Monday, April 18, 2011

On knowing

I know a lot about my field. I'll be the first to tell you that I have a lot more to learn, but I have a wide knowledge base, and I'm proud of that.

I think I've briefly mentioned the feeling that I get sometimes, in which I think to myself, "My area of expertise seems somewhat simplistic." I think that because I look back on my engineering classes, and all the things I didn't know then, and I feel convinced that I could teach anyone what I know in short order. But if I really sit down and ponder it, I know that's not true. I know that while perhaps a majority of the concepts related to the nitty-gritty of my job aren't extremely difficult (for example, it's not hard to understand the purpose of most of the hardware involved with stage lighting. There is a lot of it though) and most of the skills are not beyond a precocious high schooler. That being the case, it is a very wide skill set that takes years to accumulate.

I sometimes struggle with the idea that perhaps my profession is below my potential, just because so many of the skills seem so basic. If it wasn't for constant reminders in the form of inexperienced crewmembers, I might forget that it's not inherently obvious what to do with DMX or how it is a gobo functions. I might forget that people won't immediately understand what rotating the lamp/lens of a PAR would do to the light, or why you shouldn't touch high output halogen lamps.

I once tried to teach, in brief, a group of people about the very basics of operating the sound equipment at my college. Twelve seconds into my planned lecture, I realized that I hadn't communicated basic ideas about gain structures and the layout of a sound board that were, in my opinion, vital to any real understanding of the subject. I stumbled through, but it really opened my eyes to the concept of intrinsic knowledge.

I do wonder, though, if an electrical engineer ever feels that he's not living up to his potential? I could convey a lot more about being a master electrician in an afternoon than he could about being an engineer, I think. At least as far as useful fundamental skills go.

Monday, April 11, 2011

What kind of day is it?

I don't think I'll ever be able to walk into a space in the morning and tell you what the day's going to be like. I mean that in the most basic sense, that I just can't tell, at 8am, whether at lunchtime I'll be where I want to be. There are too many factors involved that are beyond my control.

Once, I discovered that the local crew had, instead of using the paperwork provided as part of the advance, created their own instrument schedule for the purpose of documenting circuits. Needless to say, I was, and still am, confused by that. They had gone so far as to rename positions (which is especially baffling, to me) pretty extensively.

My immediate course of action was to ask them to print out a copy of my instrument schedule and transfer circuit information. Well, they printed out the channel hookup, which didn't make the job easier for the girl they had doing the copying. It was then we discovered that the house-created paperwork had at least a few errors in it, such as specials being listed in two positions. When they handed me my channel hookup and I started my patch. Once I started checking channels, stuff just wasn't right, it didn't make the transition from paper to paper well.

The point of this is that here was a day that was going pretty well, my mover hang was fast and relatively uncomplicated, cabling wasn't a huge headache to deal with, my sound towers got hung pretty quickly and I even had my full balcony rail position, but now I had to have the electrician do a dimmer check. Once we got the circuits sorted out, they powered through what was probably the fastest focus I've ever had, and I knocked out my mover focus and we were more or less ready to go with plenty of time, in spite of a 7pm curtain.

Up until the trouble reared its head, I had no reason to believe this wouldn't be my best day yet, and it almost could have been, even in a challenging space. At the end of the night the crew set a record for load-out, the TD nailed a great pack on the truck and we were out of there. There was just that one little difficulty that no one could have expected that was the wrench in the works.

Admittedly, the fluid and unpredictable nature of the business is part of its allure for me, but sometimes I wonder if I'll ever get to a point where this kind of completely unexpected speed bump won't phase me too much.

Tomorrow, I hear, our space is going to be challenging. We'll see how it goes. Until next time.

Monday, April 4, 2011

On One-Offs

Don't get me wrong. I love what I do, and can't imagine doing anything different. I love touring, I love doing theatre, what else could I ask for but to do both at the same time?

What I don't love is what the one-nighter does to touring. I wake up at seven in some new city, pile off the bus and into the venue. I push through load in and the show and load out, finishing up after midnight. Then we get on the bus and start driving to another city... the next morning I wake up at seven and do it all over again.

I would just love to have the chance to explore some. To see some sights, even if they aren't the sights, you know? I want to take some pictures, enjoy some places.

After summer, my goal is to land a job with a company that'll land me in a city for two or three days at a time. That's a pretty decent goal, I think.

Changing Roles

So, as I've mentioned, I am on the road as ME for The 39 Steps.

In my last post I touched briefly on what I believe to be my greatest stumbling block: acting in a supervisory role. In my previous work, it's mostly fallen to me to do the vast majority of the work, from physical to mental. Every time I've been an ME I've participated in a large portion of the hang and focus myself. Don't get me wrong, I've led crews before. I've taught, directed and scolded. But I've never been in quite the position I am now. I hold sole responsibility for the implementation of my show the way it was designed, and to that end I have a number of crew members that require specific direction to accomplish tasks. In order to finish my load in, I simply can not be 'hands on' and do most of the physical work myself. I have time to hang one of my movers, just to make sure the crew knows how. I've got time to demonstrate what I mean by, 'Run the data to that end,' and have to trust that it gets done. I'm learning to be completely explicit about what I need (one day the strobes missed the DMX train, for example, costing me a good ten minutes while I fixed it) and that I can't sugar coat my requests. There simply isn't time.

I have trouble with that. I find it difficult to be stern. It's hard for me to say "This is what I need and I would like it done five minutes ago." Even though I usually actually want it done ten minutes ago, I just feel like such a tool being any sort of 'boss.'

The worst, though, is when I send a couple folks to retrieve circuiting information or to hang a position, only to discover at my next check-in with that crew that what they've done is just wrong. Now I have to be even more stern, and I just hate that. I don't want to be perceived as 'that dick roadie,' because I really don't think I am. It does seem, though, that local crews don't feel the time crunch the same way, and that's a problem. Why should they rush around if they don't know how desperately behind I feel?

Right now my schedule is something like this:

8am - Truck opens and boxes start coming. I know now how I would approach labeling cases, the next time I'm gearing up for a tour. It's not how I did it this time. Hopefully by now I've taped my electrics so the crew can just start hanging once I get the pipe.

10:30 - First break. My goal at this point is to have my fixtures hung and cabled, and the cables run to the distro. At this point I'll set people on getting my atmospherics set up and cabled, and set up my board. This leads into:

12:00 - Lunch. Right now I would be in a great place if I was ready to start focus right after lunch, though so far there have inevitably been problems preventing that. Conventional focus can be time consuming for any variety of reasons, but it's getting better. The majority of my instrumentation is dedicated to six washes, so with a competent crew I can describe the first area in detail and then just focus the hotspot and they'll get the cuts while I get the next light up. Usually the spikes are going down while I start my focus, so when I've finished the FOH washes I can hit the specials on that pipe.

After I finish conventional focus, I have to hit mover focus. I'm getting more confident in this, but a lot of it still comes down to my SM/ASM to tell me where stuff is. I've only seen this show from the front once, during an understudy rehearsal, which is a big hindrance for me. I just don't know what these things are supposed to look like, so I'm doing what I can.

~6:00 - Dinner. I'm getting to the point where my focus is completely done at this point, and now I can check my practicals and presets, and do whatever other pre-show stuff I have.

--

It's a lot of stuff, and definitely the most responsibility I've ever been saddled with. I wouldn't trade it for anything, and I know I've gained a boatload of new skills that will help carry me forward in my career.

I am definitely looking forward to a summer rep season, though.

Wednesday, March 23, 2011

On the road again.

So my last post was depressing.

Things have, since that last entry, changed quite a bit. I've just hit the road with a national tour of The 39 Steps. We had a somewhat difficult tech process, owing mostly, I think, to a master carpenter who broke his ankle days before he was supposed to fly out.

Difficult tech weeks are part of the business, though, shit happens right? Well, we got through it. My first load in was... not good. I was much less prepared than I thought I was, and the show looked terrible. I was dealing with a local crew who moved at a fairly glacial pace, and just couldn't seem to complete a hang position without a mistake or two, and circuit information was just not recorded well or consistently.

I pushed through as much of my focus as I could, and managed to at least light the stage, though the show didn't look much like its intended design. I was also learning how to run the Hog, as our tech process had left me with no time to familiarize myself with it. (The lack of any kind of ability to directly control dimmers is a huge downfall in my opinion.)

We did two nights in our first venue. The second day I was able to sort out the circuiting information by being a little more stern than I like with the local crew, but we got it done. Then I was able to push through my focus and get shit looking right. The second show looked great, I'm told, and I'm much happier about it.

We're en route to Iowa now, having stopped in Missouri for the day. That's all I've got for now, I'll try to write about my experiences living on the road later.

Oh, by the way, I have already lined up my summer job as Principle Elec/Board op at Shakespeare & Co. in MA.

Thursday, February 3, 2011

Will hang lights, reinforce sound for food

The job search might be the single most soul-crushing and existence sapping experience I know. Being possessed of a somewhat... specialized skillset and no desire to perform duties unrelated to those skills, my work opportunities are painfully limited. I know that my current mood would only deepen further and further under the saddle of employ in the field of fry cookery or shelf stocking or customer service punching bag, so for as long as I can humanly avoid activities such as that, I will continue to fight.

Today I was informed I would not be receiving a position I was very excited about. It was close to home, it was enough hours to support myself, I had a chance to sublet an apartment with some excellent people, and most of all it was in my field. It's not to be. I don't know how to express the disappointment that comes with news like that, the sheer pointless patina that everything adopts in that sort of light.

So now what do I do? Continue sending out resumes I guess. Hope that weird interview I had turns into a summer stock at least. Who the hell knows what I'll do for that fall, or until may. What if I don't get a summer job? I'm so tired of wasting all of my time.

Tuesday, November 23, 2010

The now.

I haven't written anything in particular for a while. It's tough to find the inspiration, motivation, and time for writing. I need to have all three at once, and they just don't coincide often. Now, in the steady grasp of sleeplessness, might as well be as good a time as any.

Tonight we're in Brooklyn, with a show at Brooklyn College tomorrow. Our sound tech (who toured with this company last fall) insists that tomorrow will be an excellent crew, and numerous. That's always nice. Today's (Monday?) crew was pretty exceptional. We had already played the space (Strand Theatre, Lakewood) once on this tour, and just last week Encore went through. They're well practiced this year. I think it was the fastest in we've had. The out was up there, too, but I think it was a few minutes shy of the record. I didn't write the record down so it's hard to be sure.

We've only got two more shows this week, and then we're off for thanksgiving until Monday. We'll be spending the break on Long Island, so I might spend some time exploring the city in somewhat greater detail than I have had the opportunity to, so far. So far, in my somewhat limited experience, I do like New York. It's a whole other sort of thing from any of the cities I've spent time in previously. Granted that's not much of a surprise to anyone, whether they've been here or not, but it is significant enough, I think, to be mentioned; even though we all know it already.

The tour is coming, rapidly, to a close. I can't say I find myself disappointed, and if you've read any of my recent writings I think you'd guess that without any mention. I like the idea of being on the road, but I want to be on the road with a show that challenges me, that gives me more than 15 minutes or so a day of troubleshooting, even perhaps a show into which I had some level of input. I know that I couldn't stomach touring forever. It's not the environment I need, but I do like the travel, the seeing of new places.

So where do I want to be? Really with any company that's regularly producing work (New, old, original, rehashed) with a proper creative team (so community theatre is not a great option, in most cases) who is actually interested in expressing something beyond the text. What role do I envision myself filling there? To be honest I think I could be happy in my electrician/carpenter/welder/audio engineer/wizard role from college, or in a more standard ME position, or as an LD, or some blend of all of those. Give me the chance to express myself and to create again. That's all I really want. And probably all I really need.

Friday, October 22, 2010

ennui

I'm not being challenged.

Maybe this is true of any tour, perhaps the thing to embrace about driving around in a truck and doing theatre in a new location every day (or every week, or every month?) is the part where you're in a place you've never been before. Perhaps you have to accept monotony when you're doing the same show over and over again.

Or perhaps, when saddled with responsibility for 'legitimate' theatre, as opposed to being handed the keys to a 30 year old rig (I have two instruments which are younger than me, the job begins to gain a sort of luster. Okay, maybe the rest aren't ACTUALLY 30 years old, but i have no reason to believe they aren't), given some focus charts and set out on the road. The most interesting part of my job is communicating with the house electrician and patching his front of house instruments and the house lights. Everything else is the same, every day. Here, I'll describe it to you.


  1. Wake up. Eat some breakfast (does this hotel have meat/hot eggs? hopefully...).
  2. Pack whatever shit isn't already in my bag.
  3. Play the ever-changing game of tetris to get my bag into the van.
  4. Drive truck to venue.
  5. Try to find and talk to electrician very quickly about my power/DMX needs, then get back to the truck.
  6. Unload truck.
  7. Get back into the venue, see how my tie-in is going. Or, if there's no company switch, start wondering where I'm going to find six or seven different household circuits.
  8. Lay out power and DMX cable for each dimmer pack.
  9. Set up board. If using house FOH, talk to their electrician and get some reasonable instruments patched. Patch houselights or work out plan for running unison/older control system/light switch (I played a house where ALL of the houselights [for a 700ish seat house] were on a single lightswitch backstage. Baffling). Tell my SM we're patched so she can call the FOH focus. Set up the laptop and make sure the Keystroke is working.
  10. Focus my rig. I have two actors who do the hang, thankfully. I'd never be done on time otherwise.
  11. I usually finish about the same time as the SM, clear the board and get into preshow. This usually happens anywhere from 10-15 before house opens to a few minutes after. Now I take a couple minutes to hang out, then get on headset so I can make calls for the actors (the SM is in the house by now)
  12. Once the show starts, zone out and push go when I'm told. Autopilot here, or else I'll memorize everyone's lines.
  13. Show's over? Get a house crew member or two to start coiling cable, get the power killed, pack up my control stuff. Help with cable. Pack boxes. Start pushing shit into truck.
  14. Once set's done we start the pack in earnest. Get it done, get the truck closed. On to the next city.

Seems fine enough, but I'll be damned if this isn't kind of incredibly unfufilling. I'm not challenged, I'm not engaged (the whole process is autopilot, to be honest) and we don't spend enough time in most cities to even be enamored with the new locations. 

I'm suffering from terminal boredom. 

Monday, October 11, 2010

Staying the hand of apathy

Some of you might have thought I'd have written more before now. I know I would have. I certainly set out with the intent of writing about my experiences fairly regularly.

The trouble with writing about my experiences on this tour is that my experiences, day to day, are somewhat indeterminate. My memory is a wash of similar hotel rooms and theater after theater. If you asked me where I was three days ago, I don't think I could tell you without consulting my log. Time has become a smooth gradient from one shade of gray to another shade. I have to admit this hasn't had the greatest effect on my own morale. Coupled with the other negative factors of this tour, that's probably not a great thing.

That's not to say I haven't had some singular and excellent experiences on this trip. But it is to say I've had quite a few days that differ little from their companions. This week I will spend less than 24 hours in any given city in texas, as we've a show each day. I don't think I'll remember much of this state.

That said, perhaps I'll write about the exceptional times soon.