Sunday, December 30, 2012

Medkit Preview

Still waiting on the final selector knob, and the Mysterious Part that does all the healing and stuff (Shapeways order sent in just before the holidays).

But outside of those, and the associated wiring (because the Mysterious Part just had to have some LEDs put inside it!) the Medkit is done.

I'll take some nice pictures soon.  Until then, these will have to do;




I didn't take a lot of work-in progress shots either, sorry.  Anyhow...boring text stuff (but not very much of that either) below the fold:


Saturday, December 29, 2012

Answering Questions

Sometimes I look at my blog sites and I see interesting search terms that led someone to here.  Sometimes I wish they'd stay and write me a note; because it is something I actually know the answer to.

Here's a random selection from this past week:


qlab how many tracks:  As many tracks as your computer can handle.  Actually, I've had more trouble over running several long tracks (ten minutes each) at the same time, as at some point QLab runs out of RAM and has to stream more data from the hard disk.  A friend of mine has had some breakup when running 10+ stereo sound files simultaneously on an old Mac Powerbook.

nanokey broken:  The thing that keeps happening to mine is the keys getting pulled off.  They can be put back, if you are nimble (and don't loose the little contacter boot/cup thing).  But it is enough trouble so lately I've just done without a few keys.

shield arduino ULN2803:  I've not seen this specifically.  I made one myself, of course.  Plus I made a one-board minimal Arduino + ULN2803 using one of Adafruit's darling perma-proto boards.  There are quite a few driver shields out there, tho.  Enough so you can almost certainly get the equivalent performance.  If not better (as in, many driver shields are arranged around latching registers so they give you more controlled outputs on fewer I/O pins).

oaklahoma little wonder:
  I built this prop long ago.  The description in the play is straight-forward; it is a frontier Viewmaster with a hidden switchblade.  Basically, a portable version of the peepshow machines popular at the time; you pointed it towards a light and looked into one end, and saw either a slide, or through various cunning mirrors and similar, more than one slide, of a pretty girl in various stages of undress.  In the specific device used in the play, if you know which catch to press, a knife comes out -- according to the script, the knife pops out the bottom and you then grab the tube from the rube and stab him with it.  The version I made was slightly more efficient; a spring-loaded rubber dagger came out the viewing end!

attiny button led pwm:
  Um, sure.  All of the above.  Trick to note; the tinys have only one or two internal clocks that can be used for hardware PWM.  These don't line up well with the expectations of the Arduino software so you are better off writing in C -- and be prepared to read up on register flags!  You can also do software PWM on any pin; I reprogrammed a Blink-M this way, and it fades okay without too bad a flicker even though I didn't use very efficient code.

Atompunk USB:
  now THAT is a nice idea!  I've got a couple of flash drives sitting around -- maybe my next prop should be a nice atompunk mod for one of them.  Dare I find a really small gear motor and put a fan on it?

Friday, December 28, 2012

Bah

The magnets don't work.  Next project, I'll plan how I'm going to fasten down the lid before I finish the sculpts!  So hot glue is going to have to do.

The dress nuts I ordered don't fit my buttons.  Which didn't look right anyhow.  So I filed down the shafts of the buttons until the new nuts would fit over them, pried off the buttons, clipped down the stems and painted the stubs black.  Then epoxied them into the holes (as they are now way too big.)  The decorative nuts were superglued over that.  Inevitably, at the last part of this last stage one of the buttons stuck, and in my frustrated efforts to free it I dinged up the new paint job.

Was also working on a very slight weathering.  Mixed up an acrylic wash, but it pooled and looked spotty and didn't seem to want to stay in the panel lines and around the letters.  Also mixed up a lighter color and dry-brushed some edges.  And it was all very messy and annoying and I have a headache now and at the end of it came back with a fresh coat of base color to knock most of that down because it didn't look very good.  Now I'm putting down coats of Krylon Crystal-Clear to seal it and make a sturdy finish.  Which is gloss, not the matt I'd prefer, but I'm not running out and buying yet one more can of paint at this point!

At least the water slide decals seem to be working now.  Given my experiences with dinted paint, the fragility of the decal, and the fact that there are buttons glued into their holes instead of threaded with proper nuts, the boxes are going to be more fragile than I'd like.  Not exactly the kind of thing you can toss around.  So one more thing to learn how to do better.

The desk is still covered in electronics scrap.  I just need to throw some minimal effects into the Medkit and I can clean up the desk/clear the decks for new projects.  Like the microphone repairs I'm sure to need before the next show opens.  Or the robot I may be building with my niece!




Next entry should be pictures of the finished props.



Oh:  just for laughs, here's an approximate list of the different "threats" the randomizer will pull up when the CBR Kit is set for "Simulated Threat" behavior. 

SARIN, CHLOLERA, TULARMIA, TYPHUS, SMALLPOX, NOVICHOK, BUFOTOXIN, RICIN, EBOLA, BOLULIN, MARBURG, ARSINE, PHOSGENE, CHLORINE, BROMINE, CYANIDE, ANTHRAX, SPECTROX, C DEIMOS, IOCANE

 The list is not meant to be complete or even representative; it is mostly a list of reasonable size of simulated threats that look okay on the display.  Seven-segment, 8-digit display, remember.  So "X, M, N, V, W, T, K" are all very hard to work out, "R, U, N, B, Q" are all lower-case, and "I, O, S" all look like numbers.  So "SARIN" displays more like "5Ar1n" and "NOVICHOK" looks something like "n0u1CH0H."

As the client and I have discussed, if war holds off for another decade the Morrow Project upgrades to LCDs or character displays.  And if they made it to within the current decade, it would be full-color OLED screens!



To add argh! to argh! as soon as I soldered the speaker down, clipped on a brand-new fresh 9V battery, and hot-glued the top of the case down, a software error showed up.  I still don't know exactly what is going wrong but after several hours of work I traced it down to one program line and commented it out.  So, now, when the simulated radiological threat is in the penultimate stage -- just before the Rad Alert triggers -- only the last two digits of the displayed number continue to change randomly.  Instead of the last three digits, as I had originally programmed.

I have suspicions as to what is going on, but it looks very much like a problem of interaction.  A problem where the engineering gets real instead of done cargo-cult style, that is.  I'm actually surprised I didn't run into trouble before, what with PWM'ing and playing tones at the same time, plus what are probably jolts of back EMF coming off the speaker.  It looks very much as if at some point, a buffer over-runs.  Well...it seems to work now!

Another complete oddity.  While the problem persisted, over the entire simulated radiological threat display sequence, the VFD would not display all the segments of an "R."  Every other letter or number was normal.  Not "R."  Which sounds even more like somewhere, a buffer is running over and something is leaking into program space where it isn't supposed to be.

Well, the Medkit is simpler.  I'm actually looking at three different functions (one power switch and two "easter eggs") but there is no micro.  Everything is hard-wired.  In fact, one of the easter eggs won't even share a power supply.

I think.  I will test if the VFD will fire up on a 3v supply but... 

Thursday, December 27, 2012

Sticky!

What's even more dangerously sticky than fresh superglue?  A supermagnet dipped in superglue!

I've been fastening the tops down on the Morrow Project boxes.  By attaching small neodymium magnets to the cases and bits of stainless steel to the lids.  With cyanoacrylate glue.  As I was attaching one, it flipped around on the tweezers, smearing them with fresh sticks-to-everything glue.  As I carefully wedged it free with wooden tools, it flew across the desk to grab on to the permanent magnet of the installed speaker.  In trying to remove it, I broke the tip of an X-acto knife and the broken tip struck me in the eyelid! 

NOT safe.  This is the sort of thing that should really be done with goggles at least, plus gloves, good light and ventilation, and plenty of sleep too.



Today was also the day to finish off the code.  And work with the water-slide decals.  So... my printer wouldn't make a clean job of it.  Neither of the copy shops I tried had anything that could work with inkjet paper.  My friend's printer wouldn't feed the thick paper.  Finally we got a set printed.  The first smeared into a mess despite a coat of Krylon Crystal-Clear.  The second came apart (and also showed signs of smearing) despite a coat of Blair Spray Fix.  The third I hit with three heavy coats of the Krylon and that finally worked.

Here's the artwork:


These are water-slide decals on thin sheets of polished tin (4 cm by 2 cm square). The white parts (like the letters) is exposed metal.  So far it looks pretty good.


At some point in the next few weeks, besides taking pictures of the final props, I want to write one combined post that lists the parts, gives the schematic, provides links to the 3d models, etc.  Basically, everything that I can provide electronically that would allow someone else to make one of these.

Tuesday, December 25, 2012

Stop Casting Porosity!

Volpin makes it look so easy.

The difference is between being able to stumble through all the steps, and being able to do them with confidence and control.  I made a better box mold and a much better slush-cast for the Medkit body, and the lid fit first try.  But there is a bit of alignment still needed and I did have to Dremel out the lid a bit to fit the electronics.  Which means I'm far below the level where I would be offering a kit to other people!  Heck -- my panel lines are still barely acceptable.

 Next project I have to mold I want to try a jacket mold.  I'm tired of going through so many bucks worth of silicone, and the mold boxes I've been doing are barely good enough to keep the molds from folding over, turning my boxes into parallelograms. 

I'm finally seeing the end of this.  Still waiting on custom-printed knobs from Shapeways, have another couple lines of code to make the capacitance-sensor triggered "injector" look right, and of course solder some minimal components into the Medkit.  Oh, and print out the data plates and so some touch-up paint.

Which sorta of segues into an attempt at a schematic for the CBR kit:


I can't vouch for the accuracy of this.  I didn't exactly draw up a schematic before I started soldering, nor did I document that well during the project.  Mostly I opened up the appropriate datasheets and made the appropriate connections on the spot.

In the upper left is a basic 7805-based regulator.  I left the power switch off the diagram.  Below it is the 6-pin programming header that works with my in-system programmer.  Left of center is a minimal Arduino, essentially; 22 kHz resonator, power and ground.  There's actually a .1 uf filter cap across the power leads I didn't bother to draw in.  And some people hold RESET down to ground with a 1 meg resistor but this didn't seem to be necessary.

The important part is the Supertex HV5812, which I found at Mouser; a 20-channel high-voltage driver designed for use with vacuum fluorescent displays.  Like the Soviet-made, old-stock ILC1-9/8 eight-digit, seven-segment display I am using.  I found those on eBay and they were shipped from the Ukraine (cheap, too!)

Above the HV5812 is a Recom DC-DC converter also picked up at Mouser.  It works, but just barely; 24 volts is low for the VFD, which really wants 30-60V.  It also wants a voltage-controlled AC filament voltage, but a small resistor works well enough for this application.  To the right of the Recom a power Darlington (the venerable TIP120) is operating as a switch to (over) drive the poor speaker with nasty square waves.  No attempt at a DAC or waveform generator of any kind here.

Two of the AVR pins are being used for a capacitance sensor using the Arduino library (many AVRs will do capacitance sensing natively as well, which is a more efficient way to go if you have lots of pins and want a fast reaction time).  The indicator lights (20 ma LEDs) are all running off PWM channels, and the two control inputs (button and rotary switch) thus are on the otherwise unused analog inputs.  The rotary switch is using a resistor ladder, thus allowing a single pin to detect a larger number of different switch states.

As circuits go, its actually pretty simple.  Or, rather, no part is complex; it is just a melange of different simple circuits.  The HV5812, for instance; high voltage is supplied to Vpp and the regulated 5v to Vdd, but the four control lines (clock, blanking, strobe and data) are just fed any four arbitrary Arduino digital I/O lines.  Wire up which ever is convenient and then assign them the right pin numbers in code.  The outputs are the same; I pretty much wired them one-to-one to whichever VFD pin was nearest, and then solved the assignments in the lookup table.

Friday, December 21, 2012

Beloved Denton

There's a thread at the Replica Props Forum about literary props.  Not props that are literature -- they call those "paper props" -- but props from works of literature that have not (yet) been turned into movies or television shows.

The one I've been thinking about on and off for a while is the pistol carried by James H. Schmitz's character "Trigger" Argee.  (Not actually my favorite character of his, but Telzey Amberdon would be more likely to carry a set of law books.  In a "reader," which is a very nice 1940's prediction of an eBook with Internet connection, but still...)

Trigger's weapon is interesting both as a high-end collector's item; a very expensive, classy but ruthlessly effective weapon suitable for someone who is a crack shot and makes a living on the frontier, and as the signature item of a strong female character from the Golden Age; as much a signature weapon for Trigger as the twin DeLameter's were for Kimball Kinnison.

That said, there are maybe ten words of unique description spread out among the various short stories and the one novel-length adventure, "Legacy."  Some sort of weapon appears in the cover art for the Baen re-issues (so far I've not seen an Argosy or other magazine cover from the time of original publication that features Trigger, and the only other artwork I've seen for "Legacy" also fails to show her weapon), but those aren't as much help as they might be.  That rather makes the design up for grabs.

For that matter, DeLameters or the Valerian Space-Axe have only barely been depicted -- and not named as far as I know -- in a Lensman anime that bore little resemblance to "Doc" Smith's epic space opera otherwise.  Or, of course, the Lens.  And it hardly matters what the latter may have been depicted as before; you walk into a science-fiction convention with a polychromatic jewel set into a wristband, you hardly need to add a plain gray leather outfit for the locals to "get it."



Anyhow, I've been thinking for a while of making some SF weapon that isn't from any particular movie or game.  And I've also wanted to go in a different direction than the brutal, heavy, highly-weathered aesthetic these days (and not in the some-what overused steam or atom-punk directions, either.)  More in something that has a boutique aesthetic; fine details and rich materials like expensive watches, cigarette lighters, etc.  So technical details, yes, but something that also looks expensive and well-cared for.  Not like a mass-manufactured gun that's been through a war.

Plus of course integrate materials, fabrication methods, and internals with the design process.  So instead of trying to cram LEDs into the shell, design the shape around the necessary batteries or circuit boards or whatever.  And leverage CAM, 3d printing, photo-etching; every time-saver that modern technology has opened up.



But it is hardly like I need a new props project!  For all the above ambition, I'm struggling to finish the seemingly much simpler Morrow Project boxes.

My first pour of the Medkit faceplate was a failure.  The pour holes were too small. 

This is my second two-part mold.  I molded the faceplate face up, first.  Then, since the original model is solid balsa, I flipped the mold and built up a thickness with clay, attempting a technique I'd read about to achieve a uniform thickness (you roll out cords, then lay them edge-to-edge to fill the space).

I was in a hurry to make the second pour and completely forgot to add mold release!  Fortunately, I'd put down a layer before starting the clay and it was enough to keep it from turning into a solid mass of silicone.

The second pour was more successful.  Bubbles mar several of the letters (to achieve raised letters on the model I attached styrene letters sold by Plastrut).  The backside of the hood needs to be shaped to fit the vacuum fluorescent display (although I'll probably be using the dead one, for simplicity, and back-lighting with a couple of LEDs.)  And all that sanding and patching and shaping seems to have altered the shape of the cut-out enough where it isn't a good match for the box anymore.  I'm not sure if I'm going to try to repair that with sheet styrene (or a lot of sanding on the box, once that is cast).

Ah, well.  A little more clean-up, and I'll be ready to mold up the box.  I still haven't decided if I'm going to try a two-piece mold and attempt thin-shell fibreglas, or just do a box mold and see if my hand is better at slush-casting now.

I've been flipping back and forth between adding details to the battery compartments on both boxes, and prepping the new models for molding.  Just yesterday I splurged on a Squadron panel scriber, which turns out to be much faster with a smoother result than scraping panel lines out with X-acto knife.  Except that the bulk of the Medkit body is the soft green plastic of an Army first-aid kit, and it doesn't take details cleanly, not at all.  Been a lot of go-around with Bondo spot putty and Rustoleum filler-primer on that one!

With luck I'll be able to pour silicone today for the last mold for this prop.  It will be a relief to clean up and put away at least some of the tools and supplies I have spread all over the apartment!



I keep thinking "this is the day" I can finally fasten the lid down on the CBR.  But as of this moment, I still have to touch up the paint job, re-glue the components that go inside the lower body, solder them to the mainboard, add a couple more lines of code to decrement "doses left" and play a buzzer/change the "injectable" status LED when all the doses are used up, and swap out the Atmega168 for a 328 because I'm down to the last 40 bytes of program memory!  Oh, yes -- and fasten down the lid, which as of this moment is probably magnets inside, and some dummy screws as decoration.  But I might epoxy some nuts and make the screws practical instead.

Wednesday, December 19, 2012

O.R.(W)T.F.

I had a short gig to record a chorus (and reinforce them as necessary).  At the very last moment (aka while we were loading in, a half hour before the house was to open) we changed from Clavinova to a Baby Grand, and moved the guest star 'cello quartet to the center of the horseshoe.  Oh, and wrapped the horseshoe around at the ends because the singers couldn't hear each other (even before the 'cellos fired up!)

So the resulting stage plot looked like this:

There's actually less space between singers and instrumentalists than I've indicated.  There is also the physical layout of the stage, which further limited my options for placement.

So my primary mics for trying to get singers up over accompanists were three condensers set at chest height and crammed in between singers and instrumentalists.  My primary recording device was a stereo set on the tallest mic stand I had available.


Unfortunately the nice mic bar we used to own had gone missing.  So I taped the pair of Oktava's to one of the home-made brackets for my mini monitor speakers, in an arrangement I promptly christened the "ORWTF."   (It was actually more like a narrow A-B setup, given the limitations of my improvised rig.)  An A-B stereo pair depends entirely on timing differences for localization of sound sources; as contrasted with XY which is purely level-based (plus some tonal differentiation).  The biggest problem with A-B is that it doesn't collapse well to mono; you get phase cancellation.

On the second day I added a spot mic inside the quartet; again improvising with the black electrician's tape and a table-top stand to make an XY pair sitting on the floor.  Had I the gear, I would have used either a crossed pair of figure-8's, or an MS pair.   The intention here was just to give me a spot mic with some localization to increase my available options when I go to mix down the multis.

The piano was on no-stick, with the front third folded back to expose the hammers.  If it had been alone in a room I would use a large diaphragm condenser four to six feet above the lid.  Instead I stuck a mic a mere sixteen inches from the tiny slice of exposed strings.

The only good luck I got was that on the first performance, the singers managed to end up grouped around my large condenser -- which I'd put in an omni pattern for that location.  This was pure chance and not repeated, however.  I've mentioned to the conductor that if they continue to work with instrumentalists, they either need to rethink where they use pianissimo, or start including awareness of microphones in their stage choreography.

Oh, yes.  And all this listing of brands -- two Behringer B-5's, two CAD CM217's (actually, one, as the other went bad and I taped a Karma silver bullet on to it with yet more black electrician's tape) -- sounds like I was making careful choices.  I wasn't, really.  This is what I had available.  But I will add that I've used both the Behringer's and the Oktava's before in similar roles, and the PG-81 has become my go-to mic for piano (although I recently heard a very nice result from an MXL on a grand on short-stick.)




So far the recordings sound decent.  I record in Audacity for stability and options.  The first step is hand-editing to take care of loud clapping, loud random noises and equipment noises that may be on the tracks -- Audacity is handier for this kind of point-edit.  Then I normalize and export as individual mono tracks.

Sure, you can tame some stuff with compression.  But one-of-a-kind events (like someone knocking into a mic stand) are better treated locally, not globally.  And most compressors don't kick on instantly; they leave the first transient.  In the case of a pop -- or a hand clap -- the compressor may pull down the average of the peak, but it will still leave the clipping-level peak intact.

In CueBase, I pan the tracks and chop and trim down to individual songs, and (often) re-normalize the individual slices.  Then on a per-song basis I adjust pan, EQ, level, and effects.  For some situations I'll need to draw automation curves as well (usually level, as when I have to ride a too-soft solo.)  This particular concert looks easier than most; they didn't have much in the way of solos and they didn't move into so many different positions (not like last year, when they arranged themselves around the audience for one number and entered singing on another).

I'm hoping, in fact, to basically use my AB pair, unsweetened, and bleed in just a little of the spot mics where necessary.  I listened to the four "solo" numbers by the 'cello quartet, and although it is a good concert hall sound on the ORWTF pair, the closer position of the XY pair at their feet is a much more exciting sound.  Almost certainly, my final mixdown for them will be a combination of both.

The most complex thing I'll probably have to do is some very small time offsets -- since the spot mics are hearing the sounds up to 20 milliseconds before the area mics.

Saturday, December 15, 2012

My New Love

(Janice Rand) Captain, look at my legs! (/Janice Rand)


No, this isn't a disease here.  This is Bondo Spot Putty.  Smoother than wood putty, harder than spackle.  Used straight from the tube and sets up in about half an hour.  Sands well.  It could be a little stronger, but it really does fill those smaller dings and gaps.  I expect it will work even better once I start using my new Rustoleum Filler Primer instead of cheap spray-paint.


In comparison, Tamiya Putty has an oddly rubbery quality.  It is a good match for the texture of plastic model kits, meaning you can sand without cutting deeper into base or patch.  But for the materials I'm working with now, it isn't a good match.  It also isn't designed to fill larger holes.

So the CBR still has the lid magnets, data plate, screws, other minor details to finish.  And the Medkit hasn't even been cast yet.


I borrowed a can of hammered-finish silver to paint my arrow.  I had intended to use that as texture and paint an oxidized black over it, but it looked good enough as is and I didn't have time to risk in painting experiments.  It was a quick sculpt anyhow (carved aluminium bar-stock with hand grinder and file, built up the shaft socket with Apoxie Sculpt).

The fletching was similarly expedient.  Wallgreen's kite string wiped with black acrylic, dyed feathers that were left lying around from a previous show.  Done without a jig, just tacking with super-glue and eyeballing them.  It got the job done; about five hours total for the build and the Stage Manager got a kick out of it.  (The only reason for the metal tip is so it would support the arrow when stuck into the gazebo).


Right now I'm in the middle of the ballet, but programming is almost complete on the CBR and I've also done up a new bar knob to be 3d printed:

I'm a little worried as some of the details are right at the margin of printability for even the high-detail plastic -- according to the Design Rules sheet at Shapeways, it can't even be printed in Stainless Steel (which would otherwise be my first choice).

Getting the knob printed pushes back the delivery date by yet another week, but it does really add to the military radio look in a way no other knob would.

Wednesday, December 12, 2012

..And this is my pet, Peeves.

Sometimes I wonder if there was a class somewhere.  There's a surprising number of people in theater who do certain things.  Certain annoying things.  As if they all took a class together where these things were taught as if they were good and proper things to do.

Or perhaps this is a convergence of thought.  The same logic that makes people independently hear one lyric in a Creedence Clearwater song as "There's a bathroom on the right."  Perhaps entirely independently, the burden of acculturation, of ways other things are done and ways things are presented in movies and TV, has led to these same stupid things.


1) Leaving screws half-way in.  Inevitably, a tech will loosen the screws to take down a flat, a panel, a jack, or even a scab, and will leave the screws in the holes.  This can't just be laziness.  You have to work at it to leave enough screw so it doesn't fall out, but remove enough so you can move the object that had been screwed down.

Okay, sure, I can see a possible theory going through their minds.  They are thinking that each screw into a piece of wood leaves a hole, and enough holes, the piece will be destroyed.  Except it doesn't work like that.  The lifespan of a flat or flatjack is measured more by the wood itself, and the corner blocks.  Those fail long before the number of screw holes get onerous.  And re-using screw holes also destroys wood; each screw reams the hole out more.

And, yeah, it does work if you are just popping it off to get behind it and you will put it back in the same place a few minutes later.  But the people who leave screws half-way out do this all the time.  Every time.  Including when the piece is going to be put in storage.  Or stacked.  Or thrown in the dumpster.

And what happens in the real world is the screws snag.  Chunks of plywood don't stack properly.  The screws get bent and twisted and snapped off in the holes, and gouge the wood much worse than a second hole would do.  And the screws get caught on things.  On fabric, causing expensive tears.  On people, causing painful ones.

It's stupid.  Don't do it.



2) Cutting the grounding pin off an extension cord.  This one just has to be a case of a little knowledge being a dangerous thing.  Presumably the pin gets cut or snapped off when someone finds they are trying to stick a grounded cord into an ungrounded outlet.  And they are just educated enough to know it will still work fine that way.  The electricity will still flow.

Through pipe clamps, through microphones, through the strings of electric guitars, through YOU.

Defeating ground is dangerous.

But, they might argue, they aren't going from a grounded circuit in the first place.  Well, that's really the problem, innit?  If you are plugging in a clip light for an orchestra stand, you don't need a fifty foot extension cord.  The majority of the time that someone is trying to plug a nice grounded cord into something ungrounded, is when they are trying to run a power tool off an ungrounded, under-rated, fifteen amp household outlet.  Or, worse yet, they started at one end with a nice grounded 20A outlet, but the first extension cord they reached for is one of those flimsy bits of 22 AWG zip cord suitable only for plugging in Christmas Tree lights.

Ninety percent of the time, the person who finds it necessary to cut the grounding pin off an extension cord is doing so because they are plugging the wrong thing into the wrong thing in the first place.

Oh, and as an aside.  Plan your runs.  Use a star or string topology for your pit wiring so power comes into the pit on heavy-duty extension cords, is broken out with surge-protected strips, and only THEN, after you have powered the amplifiers and other possibly noisy, power-hungry items, do you break into a fine capillary network of zip cord to finish up the orchestra stand lights.  Of course the musicians will re-arrange themselves in the middle of the show and end up stuffing too many wall warts into one strip and running nasty bits of zip cord to things that should never be on zip cord...but you can at least start them out wired with economy, neatness, and safety.

Oh, yeah.  When I find a nice grounded extension cord that has been sabotaged like this, I cut off the end.  When it gets re-wired, it will be re-wired correctly.  Ready Kilowatt to the contrary, electricity is NOT your puppy friend.   It will cause noise, it will cause fires, it will cause pain, it can even cause death.

A lot of sound people think that defeating ground is the FIRST step in solving a ground loop problem.  No.  It is the LAST step.  In fact; more often than not, the issue will be with floating grounds, and you'll get less noise by going around and making sure everything is properly grounded.



3) Staples.  I know it is a pain, but remove the staples.  Sure, in the press of events you may decide that a few tears in the duvetyne are worth it to get it off the platforms sooner.  So you grab fistfuls of fabric and pull.  But unless you are a cruel, cruel person, go back and pick out the staples later.  I've put far too much blood on the duvy over the years.



4) When a cord is taped to the floor, remove the tape.  THEN remove the cord.  Sounds so simple!  But nobody gets it.  They grab one end of the cord and tear the whole mess up as one.  The tape flips around and glues to itself and you will never get all of it off your cord ever again.  (Especially if it is duck tape, which should never be permitted inside the door of a theater.  When I see it, it joins the decapitated extension cords in the rubbish bin).



5) Fold it before you stow it.  I don't care what it is, folding tables or work lifts with outriggers, the tech will inevitably fold the loose parts just enough so they can shove it into a closet.  It will take ten times as long to get back OUT of that closet.  Stow the legs and other floppy parts properly.  Screw doors into flats.  Fold and fasten down jacks.  Remove loose shelves.  Come ON, people!



6)  Long thin things stored on edge.  Don't do it.  In the majority of cases, the space saved is an illusion; you had the footprint to store them flat without losing anything of importance.  Especially, don't get cute and store them inside stacks of plywood or flats!  They might look neat when you stack them, but sure as anything, the next time someone is shifting that stack to pull out a sheet, one of your little six-inch wide, eight foot tall pieces will come slicing out of nowhere like a guillotine.

I've lost work to those things (significant bruises meaning I had to take time off to heal).  I've seen rental furniture destroyed by similar.  I am only waiting for worse injuries to occur to someone.

If you have to stack on edge, then lash it.  Anything else is unconsciable.

But then, this is really another case of what I call "Magic Magnetic Garbage."  That is the theory that if you can somehow get it close enough to the garbage can, no matter how drippy it is, it magically becomes a solved problem (in reality, it becomes someone else's problem).  I am convinced that the people who slip a fourteen-foot 4x4 on end behind a cyc are convinced in their animal mind that once they've successfully set it down without it falling over, and backed away, it magically never again will be a problem.

The sad reality is of course someone will need to go back there.  Often as not, NOT the person who propped up a death trap.  And the end result is torn drapes and expensive repairs and swearing and bruises and, sometimes, worse.

Sunday, December 9, 2012

The Bassoon's Story

Sometimes an idea takes a long time to tease out to the point where it is complete enough to plan a project around.  Other times, the pieces fall into place quite rapidly.

I've been wanting to write some music again.  While working "Nutcracker" that desire got stronger; I was listening to Tchaikovsky's masterful employment of the symphony orchestra and felt inspired to get wrangling with those elements of tone color and combination again.  And then I listened to the Oakland Symphony and it pretty much decided me.

I've had a few vague projects in mind for a while.  One being a secular oratorio in echo of Hayden's great "The Creation"; one that explores instead the progression, excitement, and mystery of our scientific understanding of the universe and its origins.  Other ideas have been more inchoate.

When I opened my notebook tonight, the only two germs of idea was either to write something, or several somethings, to two requirements picked out of a hat; as in "write something in WALTZ time featuring PIANO,"  or "Write something in KLEZMER style suggesting a WASHER-DRYER COMBO."  Or, to write something featuring a solo instrument as a character in a story.

Then the pieces dropped into place.  A fugue or maybe a duet...use the "Harper" melody I wrote a long time ago...older adventurer talking to young dreamer...took an arrow to the knee...

Unfortunately, the idea as it exists currently is a bit, um, ambitious.  Not as much as a 3-hour oratorio, mind you!  But what I'm seeing now is a piece of "program music" written for (synthesized) symphony orchestra, telling a story in four parts and lasting seven minutes (if not longer).

1) Adventure!  Swashbuckling, epic battle stuff of the adventurer (the bassoon? tenor clarinet?) at his prime.
  //arrow to the knee// (orchestral percussion)
2) "Oh, tell me of the road" A young would-be adventurer (flute?  Oboe?) asks for stories.  Becomes a duet/counterpoint.
3) On the road to adventure/the flute's story
4) Crisis, rescue/re-introduction of bassoon, finale

(5 -- love duet and waltz?)

From experience, this is 2-3 weeks of writing.  I don't really have the time to delve into this now, but that might actually be an advantage; I could use the time developing the musical and harmonic ideas more completely instead of leaping into orchestral arrangement.

Monday, December 3, 2012

The Sound of Music

What does an actual Sound Design look like?

I am going to risk being more biographical than usual by giving a breakdown of a show that is currently in production.



As I've said in earlier entries, the elements of a sound design/responsibilities of the Sound Designer are:

Vocal Reinforcement

Orchestral Reinforcement

Effects

Foldback and Monitors


More below the fold, plus a pic of a special prop bonus.