Slashdot Mirror


Ask Slashdot: How Can a Blind Singer 'See' the Choirmaster's Baton?

New submitter krid4 writes "Question from a blind friend: 'My ears replace my eyes. However, when it comes to the very moment of starting, or the change of tempi, my start will always come too late. Neither tuning in with the voices around me, nor listening to the moment of their breathing-in helps to solve this problem. Fancy that it might be possible to produce tactile pressure or even lines at the top of my right hand, head or body. Even pulses would do, because what finally counts is the moment of the 'beat' produced by the choirmasters baton.' What simple, possibly DIY solutions are possible? It would help many blind chorus singers."

189 comments

  1. motion tracking video by femtobyte · · Score: 5, Insightful

    Motion tracking video of the baton (cheap webcam view from the side, colored foam ball on the baton end, track up/down motion with some very simple image processing); convert to a usable signal (e.g. audible clicks through an earpiece when the baton reaches maximum/minimum positions and turns around).

    1. Re:motion tracking video by femtobyte · · Score: 2

      alternate "visualization" method: have a constant stream of clicks through headphones (open-sided so as not to impede following the singing), varying the audio phase to move the stereo "image" side to side as the baton goes up and down; this should make it easy to follow the whole motion of the baton, not just the extrema, using the most cheap and available off-the-shelf hardware.

    2. Re:motion tracking video by Anonymous Coward · · Score: 0

      Isn't that a bit like answering "flying car" to a transportation question? How? Is there anything like this available?

    3. Re:motion tracking video by femtobyte · · Score: 3, Interesting

      What part of this is hard? Cheap webcam? Bright-colored foam ball? Earpiece? Software to coordinate these?
      Though image recognition in general, uncontrolled conditions is extremely hard ("here are snapshots of random traffic; identify the location of all signs, pedestrians, vehicles, and obstacles"), specialized tasks under controlled conditions ("there is one saturated red dot in the picture, between 30 and 50 pixels wide; find it.") are trivial to implement. If I was asking for software that could take any random photo of a choir and figure out where the conductor and baton were, that would be "flying car" hard; but, by reducing to a much simpler and well-controlled problem ("find the known-color, known-size spot"), the task is trivial (select all pixels within appropriate color range; apply dilation and expansion morphological operators to select the right size range; return the centroid of remaining pixels --- easy-peasy).

    4. Re:motion tracking video by ATMAvatar · · Score: 1

      The most 1:1 mapping I can think of to use for this would be to assign baton movements to gestures and define some output value to it. For example, you could play specific pitch tones in a pair of headphones for the blind singer whenever the baton moves, and each tone would indicate the beat and tempo to use.

      --
      "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety."
    5. Re:motion tracking video by newcastlejon · · Score: 4, Insightful

      Motion tracking seems excessive when the poster would be satisfied with a simple pulse. I would suggest an accelerometer mounted to baton/conductor and a rumble motor ripped from an old gamepad for the singer (or an earpiece).

      For a no-tech alternative try having the singer sit/stand near the conductor and have the latter tap their feet (hard) along with the baton.

      --
      If God forks the Universe every time you roll a die, he'd better have a damned good memory.
    6. Re:motion tracking video by femtobyte · · Score: 4, Insightful

      The downside of using "specific pitch tones" is confusing the heck out of the subconscious of someone trying to sing at some other particular pitch (to match the voices around them). Something broad-spectrum and atonal (a click, hiss, tick, or thump) can relay timing and position information, without interfering with (competing for attention in the brain) tonal perception.

    7. Re:motion tracking video by Anonymous Coward · · Score: 5, Informative

      They already have motion sensitive batons. A person I know uses one to practice his conducting. His old one connected to the computer through a MIDI interface (and his new one uses USB) so that way the music would follow his conducting. It is interesting how much information just the baton conveys, especially through the way modern conductors form the ictus. He can control the tempo, dynamics and many other more minute things.

    8. Re:motion tracking video by femtobyte · · Score: 2

      Even if motion tracking is "excessive," it's probably easier to implement in readily-available hardware: use a camera already on a laptop/phone, rather than needing to wire up the conductor with a custom accelerometer mount. And ripping a rumble motor from a gamepad (and creating the software/hardware interface to control it) is a heck of a lot more work than just piping sound out to headphones. As I describe in another post above, the motion tracking (in a simple and controlled environment) is pretty trivial to implement; I'm not asking for full 3-D capture of the whole conductor's body, just a colored spot (selected to be different from any wallpaper behind) moving up and down.

    9. Re:motion tracking video by sribe · · Score: 1

      Motion tracking video of the baton (cheap webcam view from the side, colored foam ball on the baton end, track up/down motion with some very simple image processing); convert to a usable signal (e.g. audible clicks through an earpiece when the baton reaches maximum/minimum positions and turns around).

      I doubt that would help. He needs to know about the velocity change as it happens, not after the next maximum/minimum is reached earlier or later than he was anticipating.

    10. Re:motion tracking video by Anonymous Coward · · Score: 0

      The choirmaster could use a remotely-controlled vibrator to send various signals to the woman. Of course she and the choirmaster would have to spend hours working out the meaning of the various pulses or vibration durations. Hopefully, her church does not frown upon such a deviant relationship.

    11. Re:motion tracking video by femtobyte · · Score: 1

      See my own reply to my comment above, suggesting using stereo sound to "visualize" the continuous baton position. Once you've got the motion capture data, you can convert it to whatever output form you need to convey an adequate amount of information. Nonetheless, I suspect that even knowing just the endpoints would be mostly sufficient --- conductors don't generally rapidly/erratically vary the tempo from beat to beat (even the sighted singers couldn't accurately follow that), so you'll have time to feel the pace changing; for entrances, the conductor typically gives everyone a few beats in advance (so they know what tempo to expect) instead of launching in at the first sung beat. The only tricky part is interpreting held notes and cutoffs (the few cases where a conductor does indicate a one-off, out-of-beat timing), where the full motion information (converted from the motion capture to an audible or tactile signal) would be useful.

    12. Re:motion tracking video by Kell+Bengal · · Score: 5, Informative

      I would suggest an accelerometer mounted to baton/conductor and a rumble motor

      I'm a robotics researcher - some of my work includes developing aids for the blind. Of all the comments here, this is the sanest one and the one that would actually work for people with vision impairment. It's simple, it's cheap and it will WORK. We've had good success with similar systems for other tasks like navigation and playing soccer.

      --
      Scientists point out problems, engineers fix them
      altslashdot.org: The future of slashdot.
    13. Re:motion tracking video by Anonymous Coward · · Score: 0

      Setting things up so that motion tracking is trivial is going to take at least 2.5 minutes, and may require frequent recalibration throughout the performance. Configuring an accellerometer on the baton (and yes it might be as much as $100) will be extremely reliable and ought to work fine with barely any calibration when setting up for a performance.

    14. Re:motion tracking video by g01d4 · · Score: 1

      A bracelet on the singer could provide some type of tactile feedback. With clever signal processing the position of the tip of the baton would cause the singer to image it within the cross section of the body (e.g. forearm) encircled by the bracelet.

    15. Re:motion tracking video by rroman · · Score: 1

      The problem is delay. You would have to have expensive webcam and expensive computer in order not to have delay (half second is infinity). Moreover, when you look at the choirmaster, you can recognize that he is going to express the sign even before he actually does. This allows you to prepare. It would be hard to recognize this with such solution.

    16. Re:motion tracking video by newcastlejon · · Score: 1

      Thanks. Re your sig, guess which one I am.

      --
      If God forks the Universe every time you roll a die, he'd better have a damned good memory.
    17. Re:motion tracking video by gd2shoe · · Score: 1

      Most conductors don't want to perform with bright foam balls. Besides, batons must be light weight and well balanced. Anything bigger than a pea could cause problems.

      --
      I won't join Slashcott. OTOH, If Beta goes live, I just won't be back until it's fixed. Sorry Dice.
    18. Re:motion tracking video by femtobyte · · Score: 1

      The blind singer doesn't have the option to "look at the choirmaster and recognize that he is going to express the sign even before he actually does"; any solution proposed here is going to have that problem, since there's pretty much no way to convey the full bandwidth of a visual scene to a blind person.

      Latency in processing is indeed a problem. However, I think you are over-estimating the system latency if you think things will add up to half a second using any decent modern computer. A small amount of latency can even be mostly compensated by extrapolating the measured baton motion out (based on the first two derivatives) to its likely present position. In addition, the sighted singers have their own visual latency to deal with: human response times to audible stimuli are ~30ms faster than visual stimuli, so you can tolerate a video frame or two of latency without falling behind your sighted peers for response to abrupt, non-periodic indications (e.g. abrupt starts or cutoffs).

    19. Re:motion tracking video by femtobyte · · Score: 1

      The foam ball is still a less intrusive baton modification than other suggestions proposed here, such as using a game controller accelerometer. Something the size of a pea would probably be about enough, anyway. Some conductors already use batons with higher-visibility markers on the end; you'd certainly have to find a choirmaster willing to adapt to this change. A choirmaster who already accepts a blind singer who sometimes has trouble keeping up is quite likely to be reasonably accommodating --- outside of a few particularly pretentious world-class performing ensembles, I doubt many choirmasters would be such egotistical pricks that they'd refuse half a gram of extra baton weight to help a disabled singer.

    20. Re:motion tracking video by Anonymous Coward · · Score: 0

      Isn't that a bit like answering "flying car" to a transportation question? How? Is there anything like this available?

      No, but now I'm gonna go run out and patent a means to convert baton movements into clicks using a computer and a camera. Not that I have a fucking clue how to do it either, but when has that stopped the USPTO?

    21. Re:motion tracking video by gd2shoe · · Score: 1

      The foam ball is still a less intrusive baton modification than other suggestions proposed here, such as using a game controller accelerometer.

      Yeah, I pointed that out, but there are just too many posts to get them all. I'd probably get modded to oblivion if I tried.

      Something the size of a pea would probably be about enough, anyway.

      Depends on the camera quality and where it's put. A poor/old webcam behind and above the singers probably won't cut it. (in front and below might work)

      outside of a few particularly pretentious world-class performing ensembles, I doubt many choirmasters would be such egotistical pricks that they'd refuse half a gram of extra baton weight to help a disabled singer.

      While I think most conductors would probably consider half a gram, you'd be surprised at just how much of a difference that makes.

      --
      I won't join Slashcott. OTOH, If Beta goes live, I just won't be back until it's fixed. Sorry Dice.
    22. Re:motion tracking video by i.r.id10t · · Score: 2

      Could something be done with a small LED bulb that is emitting non-human-visible light that a camera could pick up work instead?

      --
      Don't blame me, I voted for Kodos
    23. Re:motion tracking video by rroman · · Score: 1

      As for the processing, the speed of normal computer would be sufficient, I'm not sure about a small device that can the singer have with him. Still, I think that the latency might be problem with cheap webcam - from my experiences I can say, that webcams do have noticeable latency.

    24. Re:motion tracking video by Anonymous Coward · · Score: 1

      I'm very surprised that nobody has brought up the issue of latency when discussing this option. I'm a musician (drummer) who likes experimenting with making music on the computer using software and various instruments, and latency is by far the #1 issue I run into with just about any combination I can come up with. A 1/50th of a second latency is enough to throw a musician off.

    25. Re:motion tracking video by MickLinux · · Score: 1

      One, two, three, four
      one two th

      .
      .
      .
      Ree.
      .
      .
      Fo
      . .Microsoft Search is currently catologuing your hard drive.

      I'm sure that that's no longer called latency. Just as Euler is no longer sick.

      --
      Correct Horse Battery Staple: 72 bits of entropy. Enter "Correct H" into google. When it generates the phrase, that's
    26. Re:motion tracking video by femtobyte · · Score: 1

      Anyone entrusting their computing needs to a Microsoft operating system deserves what they get. Fortunately, real modern operating systems are cheaply and abundantly available.

    27. Re:motion tracking video by Anonymous Coward · · Score: 0

      Don't worry, choirs don't sing exactly on the beat. Moreover, if you watch a conductor closely when s/he sings along, you'll notice that the beat s/he sings to does not coincide with the lowest point of the baton. Choir singers (and orchestra members) pick up on this easily and get used to this 'personal style', and the blind singer doesn't know. This poses a problem, though: if you provide a beat, you will have to make it audible to everyone, at least in the beginning, otherwise the blind singer will still be off. It would be an excellent educational tool at the conservatories, I guess. Will someone assemble this, please?

    28. Re:motion tracking video by mooingyak · · Score: 1

      Don't worry, choirs don't sing exactly on the beat. Moreover, if you watch a conductor closely when s/he sings along, you'll notice that the beat s/he sings to does not coincide with the lowest point of the baton. Choir singers (and orchestra members) pick up on this easily and get used to this 'personal style', and the blind singer doesn't know. This poses a problem, though: if you provide a beat, you will have to make it audible to everyone, at least in the beginning, otherwise the blind singer will still be off. It would be an excellent educational tool at the conservatories, I guess. Will someone assemble this, please?

      Wouldn't the blind singer pick up the conductor's idiosyncrasies after a while as well?

      --
      William of Ockham had no beard. The most likely explanation is that it was chewed off by squirrels every morning.
    29. Re:motion tracking video by svartbjorn · · Score: 1

      I wondered about this too, having spent many years in various choirs, you anticipate the motions so you are ready when the baton hits the point that you know it will when it is time, the acceleroneter giving continuous rumbles with variation whenever it changes course (the upbeat and down and side to side would likely get the job done. It would take some practice but likely would be workable especially since each piece would have been rehearsed many times beforehand. The nuances would be more difficult to accomplish, much of the dynamics have to do with reading the eyes, the "free" hand, the facial expressions, is the baton pointing at my section or another, ? This is likely something that would beg for more but i imagine a blind man is used to picking up on other inputs far more than we might imagine they could, and again considering that they practice many times, it would seem it could move them forward quite a ways. Best of all, it's simple. The singer could learn to anticipate the proper interval to be there on time even with a bit of delay in the siganl feedback as long as the delay is always consistent.

    30. Re:motion tracking video by cammoblammo · · Score: 1

      Motion tracking may or may not be a good idea, but if you're to try it, don't do it from the side. The side-to-side movement is just as important to a musician as the up and down, especially at the start of a piece. (For example, if a conductor wants to bring the group in on a fourth beat anacrusis by beating beats two and three, the important movement will only be sideways, or away-from/towards the sensor.)

      This is a big problem for me---I play to the conductor's side in a band I'm in and it's very easy to confuse florid sideways movement with up- and downbeats.

      --

      Cogito, ergo sig.

    31. Re:motion tracking video by cammoblammo · · Score: 1

      I suspect that the 'beat' is probably at the point of quickest acceleration, rather than the end point of the motion.

      There are also other cues that come in handy---for example, if the conductor's also singing the same rhythm as you, you automatically follow that instead.

      --

      Cogito, ergo sig.

    32. Re:motion tracking video by femtobyte · · Score: 1

      Good point. I suggested a side view for ease of unobstructed view, assuming that the 1D information would be sufficient. I think this is still likely to be a good assumption. In a more advanced choir, every fine nuance of the conductor's instruction can be critical; however, given that the blind singer is mostly able to keep up with the choir (despite zero direct info from the conductor), and hasn't been kicked out for unacceptable performance, I'm guessing that this is a more relaxed hobbyist choir that's not a "finely tuned instrument" responsive to the finest directorial nuances. In this case, reliable 1D information should be a big improvement, and likely provide the blind singer with a comparable level of awareness of the director to his/her peers.

      If 2D info is important, this can easily be provided on the input side by simply re-positioning the camera. The difficulty, however, comes on the "output" side; clearly portraying coordinated 2-dimensional movements to the singer is going to be more difficult than, e.g., stereo phasing a click to the left and right. If, as the poster suggested, a device for tracing out 2-D shapes on the skin is already actually available, this might be an easy solution; however, if this was only a hypothetical (requiring costly purchases or lots of R&D), the task is more difficult.

    33. Re:motion tracking video by davester666 · · Score: 1

      Good luck with that. Conductors are prima donna's, and in general are extremely finicky has to the weight of their baton. Attaching something to it is simply a non-starter for the vast majority of them.

      You might be able to paint it another color to make it easier to track...

      --
      Sleep your way to a whiter smile...date a dentist!
    34. Re:motion tracking video by Anonymous Coward · · Score: 0

      I don't doubt it, but I imagine it to be very annoying to hear/feel a beat and consistently sing /after/ it.

    35. Re:motion tracking video by Anonymous Coward · · Score: 0

      Obviously, but s/he's not supposed to do that, and ideally won't in a concert. Your idea of acceleration may be right on the mark. I would love to know! It might be easy to tune the timing of the beat to each individual conductor's habits.

    36. Re:motion tracking video by rioki · · Score: 1

      Thinking back to my high school music class, I have been "conducting" the techno I am currently hearing. The problem is quite complex to implement in technology. The reason is that as GP points out the beat is sort of at the fastest position.

      When conducting, especially on the first/main strike, the motion resembles hitting a drum. The actual beat is sort of at the bottom, but since there is no resistance and overshoots the intended "strike" point. After that it curves upwards and left, to strike a point slightly off to the left. Then the first point again and back to the initial position. (For 4/4)

      The thing is that the actual beat is neither the fastest point, since it is already decelerating, nor the point where the motion stops. But the motion detection could feed back into beat machine.

      But it especially misses the other queues. For example the conductor will indicate tempo changes or the start of new voices with the other hand or even a full body motion.

    37. Re:motion tracking video by cammoblammo · · Score: 1

      The reason (I'm spitballing here) that I think the beat come at the point of highest acceleration is that that is the point when the conductor applies the most force to his or her arm. It's been years since I studied physics (or physiology) but I imagine that would be very close to the point of highest acceleration.

      All that said, I've had conductors that seem to anticipate their own beat. For them, the beat actually comes just after they hit the bottom. In fact, it probably come at the moment of highest acceleration of the little 'bounce' that follows the beat (which is probably the curve upwards you mention).

      You're certainly right about the other cues. They're probably not so important though, so long as the song goes more or less as it does in rehearsal. A blind person will have some idea of what is about to happen (although I'll grant that it's not ideal.) Guessing the exact moment when the first note is meant to be sung to within a very small fraction of a second isn't something I'd enjoy.

      --

      Cogito, ergo sig.

    38. Re:motion tracking video by cammoblammo · · Score: 1

      I've been sitting at my desk for the last couple of minutes studying my own conducting style. I've always tried to maintain a very clear beat (a lot of my conducting over the years has involved beginner bands, so communicating where the beat is is far more important than it might be in more professional outfits.)

      Anyway, I've noticed that my style is very three dimensional. My upbeat, for example, starts near my sternum, goes out from my body and follows a roughly circular path back to near my forehead. The other beats seem to do similar things. Now that I'm looking at it, that back-and-forward axis is quite pronounced, and may explain why my tuba players (who sit on my immediate right) never complain that they can't read my conducting.

      Which goes to your original point---depending on the conductor, a side mounted camera might actually work, so long as it can still read two directions.

      The problem I have now is that I'm going to be very, VERY conscious of my style come Thursday night!

      --

      Cogito, ergo sig.

    39. Re:motion tracking video by gd2shoe · · Score: 1

      If it could be crafted into a light weight, well balanced, correctly shaped and colored tool, then sure. By that point, though, you might as well be selling a product line.

      --
      I won't join Slashcott. OTOH, If Beta goes live, I just won't be back until it's fixed. Sorry Dice.
    40. Re:motion tracking video by Anonymous Coward · · Score: 0

      The rumble motor may be too slow to start. I'd suggest a linear actuator, a relay that clicks, maybe a piezo speaker abused as a tactile transducer.

    41. Re:motion tracking video by Anonymous Coward · · Score: 1

      the biggset problem will be latency. The entire video frame has to be transmitted, and that'll cost you 16ms for 60Hz video. It'll also be necessary to analyze the video, and there may be an additional 1 frame delay until you can specifically determine that the baton has gone through the bottommost part of the stroke. An accelerometer may have a time resolution of 1ms or less.

    42. Re:motion tracking video by c++0xFF · · Score: 1

      As a musician and an engineer, this was my thought exactly. Let me elaborate on my thoughts.

      The key is to pick up on the "ictus" of the baton (basically, the sharp pulse when it changes direction). This shouldn't be too hard with an IMU. You can probably also pick up on the downbeat vs. upbeat vs. the rest from the direction of motion.

      The problem goes beyond just tempo and preparatory beats, however. The job of the conductor is to direct the entire artistic expression of the music, not just synchronize the performers. Dynamics (volume, for the lay person), for example. Quiet music is directed with a pattern that's drawn into the body while loud music is directed with large motions. This can also be detected with the same IMU, with some work.

      A harder problem is detecting how "smooth" the pattern is, which roughly translates to the overall emotional tone of the music (think lullaby -- smooth movements -- vs energetic, exciting music -- sharp movements). This would take some experimentation to make work properly.

      Fermatas (holding a note) should also be possible to detect (basically, continuous motion without the ictus). Cut-offs might be a bit harder (but detecting rotation might be enough).

      A rumble motor might not cut it, if you want to communicate all of this. Intensity and duration of the vibration can communicate quite a bit, so maybe it's enough for the basic features.

      This would have to be done one feature at a time, of course, but those are the basics I'd want if I couldn't see the conductor. Of course, I haven't said anything about the conductor's other hand, which introduces other issues. And the rest of the conductor's body language, which can be very important as well.

      In the end, it's not going to be possible for an electronic system to capture the entirety of the information the conductor would like to convey. And the conductors would have to change their style to communicate what they want over this system. It would probably take some experimentation between the conductor and performers to figure things out.

    43. Re:motion tracking video by c++0xFF · · Score: 1

      This sounds awesome! Link, please?

      Comments here have gotten me thinking about making something like this, but maybe some of the work has been done before.

    44. Re:motion tracking video by Anonymous Coward · · Score: 0

      I'll ask him and see what I hear back. The two problems I can foresee is since it would be aimed for someone who conducts music for a living and is his professional life, it will probably be much more expensive than something hacked together AND his is used for practicing, so you will run into the issues with cords and their maximum length during an actual performance.

    45. Re:motion tracking video by j-beda · · Score: 1

      There are already lighted batons being sold and used. Evening outdoor performances are a common venue.

      http://www.etsy.com/listing/49330319/needlelite-lighted-conductor-baton

      Conductors can be very picky about their batons, and very small weight differences can be very significant. As much as it seems like conducting is a pretty easy task, in fact it can be quite physically demanding and baton design can be very important.

    46. Re:motion tracking video by Anonymous Coward · · Score: 0

      Well, I finally remembered to post what I heard from him. Apparently, they no long make the MIDI one that he used and as far as he knows, that company went out of business. For his USB one, he made that one himself using a three axis accelerometer with a high enough resolution and had help from another person in the engineering college at the university he went to made software to translate the USB input to MIDI signals based on the size and of his conducting and the rapid acceleration at the ictus. The software was based on a hardware design based on a project at another university whose name he could not remember as well as reverse engineering his old broken one.

      He also said that if he could do it again, he would probably put an infrared LED at the end of his baton with a battery in the handle area and use a camera of some kind to track that so it would be a wireless system. This would make it easier to use in general and allow it to be used on stage.

  2. Re:No way to see! by Anonymous Coward · · Score: 1

    Thanks for te help, captain obvious.

  3. Counting down by xombo · · Score: 1

    Can't the choir director accommodate your disability by counting down the beginning of the song? Forcing you both to adapt some cumbersome technology seems silly.

    1. Re:Counting down by BradleyUffner · · Score: 3, Informative

      Can't the choir director accommodate your disability by counting down the beginning of the song? Forcing you both to adapt some cumbersome technology seems silly.

      The baton is used for more than just starting the a song.

    2. Re:Counting down by Anonymous Coward · · Score: 0

      Except that solving the problem of the start of the song was the question. Changing tempo can be solved with practice.

    3. Re:Counting down by digitig · · Score: 1

      Doesn't help with tempo changes in the middle of a song.

      --
      Quidnam Latine loqui modo coepi?
    4. Re:Counting down by arth1 · · Score: 1

      The way I've seen this regularly done (in one choir and one orchestra) was the conductor tapping the music stand with one rod while making visual cues with the other.

      I though this was common practice when having blind members?

    5. Re:Counting down by digitig · · Score: 3, Insightful

      "when it comes to the very moment of starting, or the change of tempi" (My emphasis). No, it won't come with practice, because the conductor won't necessarily set exactly the same tempi every time. Not all music is done to click-tracks.

      --
      Quidnam Latine loqui modo coepi?
    6. Re:Counting down by O('_')O_Bush · · Score: 1

      Isn't learning these things part of rehearsal? Maybe an extra session with the conductor to determine what will be happening beforehand.

      --
      while(1) attack(People.Sandy);
    7. Re:Counting down by AK+Marc · · Score: 2

      Tempo changes and such should be covered, but starting a song from silent room would be hard to do. They don't yell "5-6-7-8" clicking the drumsticks together before starting Ave Maria.

    8. Re:Counting down by jklovanc · · Score: 2

      By that logic a conductor is not needed during a performance; all they would have to do is press play. Every performance is a little different as the conductor modifies volume and tempo.

    9. Re:Counting down by jklovanc · · Score: 1

      All I have seen tapping used for is to get a choir's attention. How does tapping convey volume change? Can the tapping be heard during loud portions of the song? Does tapping interfere with the music? Depending on where the wand is in the air also conveys which beat Conducting is much more than being a metronome.

    10. Re:Counting down by arth1 · · Score: 1

      All I have seen tapping used for is to get a choir's attention. How does tapping convey volume change?

      It doesn't, but the point here (RTFS) was to be able to start at the right time. A blind musician is expected to remember what the conductor wants.
      (So are others too - the conductor's role during a real concert is minimal; rehearsals is where you learn how to play or sing the piece the way the conductor wants>)

    11. Re:Counting down by Anonymous Coward · · Score: 0

      It doesn't, but the point here (RTFS) was to be able to start at the right time.

      No, you RTFS.

      Change in tempo (explicitly mentioned), fermata duration, cutoffs, and preparatory beats ALL MUST be conveyed by the conductor and followed by all performers. People are not machines. They can't be consistent to a small fraction of a second every time. That's why we have conductors.

      (Other signals, by and large, are more important while learning the song than during performance, but are still used to convey important calibration hints mid-performance.)

    12. Re:Counting down by arth1 · · Score: 1

      You have obviously never played in an orchestra or sung in a choir, AC.

      If your inaccuracy is several fractions of a second, you don't belong in an orchestra. Period.
      Yes, the conductor's cues are to be followed, but the rehearsals are so you can learn them. Unlike a school band, you're already expected to know how to play - it's how to play the way the conductor wants you learn at rehearsals. If you can't remember it all, you scribble notes on the sheets so you can be prepared before the conductor gives a cue. He wants the crescendo to start slightly later than the sheet says? No problem.
      If you're blind, well, remembering it is what you have to do. The conductor can still give you a clue to the tempo and when to start. And if he has a blind person playing, he will.

    13. Re:Counting down by SchMoops · · Score: 1

      Well, to be fair, musicians don't generally use 5-6-7-8; that's more commonly used for choreography. With 4/4 (most) music, it's 1-2-3-4. :)

    14. Re:Counting down by AK+Marc · · Score: 1

      I remember hearing it as "3-2-1" or "5-6-7-8" maybe the 5-8 is a throwback to people who heard it enough from dance.

  4. Everybody Chill. I Got This! by Anonymous Coward · · Score: 0

    Use a Wiimote to detect the baton's position. Then connect the position data to an electrical discharge device that the blind person can feel and thereby sense the position of the baton. I'm thinking a rectal cattle prod or something like that.

    Of course you'd turn the power down to a low stun setting. Wouldn't you?

    1. Re:Everybody Chill. I Got This! by CityZen · · Score: 1

      Mod parent up. Note that this is using the camera on the Wiimote to sense the position (not the accelerometer). There are multiple advantages to this:
      1) It's operating much faster than 60hz (much less latency than webcams).
      2) It's already detecting the position of the brightest points (no additional image processing needed).
      3) Since the Wiimote is wireless, you can easily position it anywhere.
      4) Since it is Bluetooth, you can interface it easily with many devices.
      5) You're not making the conductor hold the Wiimote.

      All you'd need to do is to paint or cover the baton tip with IR retroreflective material, and perhaps add some IR LEDs around the Wiimote sensor.
      This should make the baton tip stand out. You may still get several reflections, but software should be able to sort out which is the right one.
      Alternately, you can use a baton with an IR LED in the tip, if the conductor is willing.

      As far as output, I've got my own idea: the basic theme is to use 4 tactile devices (such as piezos) that indicate when the baton hits the respective quadrant (up/down/left/right, with some quadrants missing according to the time, and some modifications necessary for less common signatures). For seated musicians, you can use a chair pad. For standing ones, a floor pad might work better. Or you can also use various kinds of garments (glove, arm strap, belly strap, or any combination). However you wish to apply the 4 tactile devices, the system should be able to work with it. It may make sense to rotate the up/down/left/right "compass" 45 degrees either way for better sensitivity (for the chair or floor pads, for instance).

  5. Hold someones hand by Anonymous Coward · · Score: 0

    Why a tech solution? let another singer hold your hand and give you cues on when to start and stop.

    1. Re:Hold someones hand by PhamNguyen · · Score: 1

      This seems like the best solution.

      It's really hard to imagine, given the state of tech today, something that was both light enough for the conductor to hold like a baton, and gave adquate round trip latency. While humans have pretty high latency, in this case it might be close to zero, since there are visual signals that precede the acual signal to start.

  6. Re:No way to see! by Anonymous Coward · · Score: 0

    But there just might be a way to make them 'See' the baton. It wouldn't be true sight, but through some technology, they might be able to respond as if they could 'see' it.

  7. Have someone next to you squeeze your arm by sanpitch · · Score: 5, Insightful

    If you're singing in a choir, then you're standing next to someone else, who is likely sighted. Just have them give you the cue. It could be that they hold your upper arm, and slide it down to the elbow it as the choirmaster's baton drops. If the choirmaster gives a four-count before starting, then the helper's signal may be four squeezes on your arm, or four taps on your shoe. I don't imagine that it would take much training for a new person to help you with this, and it's much cheaper than some high-tech solution which may not work.

    1. Re:Have someone next to you squeeze your arm by Anonymous Coward · · Score: 0

      That really would not work very well, as you have to reply on the other persons response time added to your own plus motion delays etc.

      A leap motion system for detection plus a tactile feed at the blind users location would work though and could be done on the cheap even in the tens of units.

    2. Re:Have someone next to you squeeze your arm by TitusGroan8856 · · Score: 1

      >That really would not work very well, as you have to reply on the other persons response time added to your own plus motion delays etc. yes, singers and musicians are incapable of anticipating the beat, obviously. oh no, wait, they aren't!

    3. Re:Have someone next to you squeeze your arm by the+phantom · · Score: 1

      Having sung in many choirs, I am quite sure that I have heard jokes about our inability to find a beat, watch a conductor, or read music. If there is a joke about it, it must be true, right? :P

    4. Re:Have someone next to you squeeze your arm by Cow+Jones · · Score: 5, Informative

      FWIW, this is exactly what we do to cue a blind choir member.
      It's not a geeky solution, and it involves people touching each other, but it's very reliable.
      I can't imagine any sighted choir member refusing to do this.

      --

      Ah, arrogance and stupidity, all in the same package. How efficient of you. -- Londo Mollari
    5. Re:Have someone next to you squeeze your arm by bmuon · · Score: 1

      You're assuming the tempo doesn't change throughout the piece. This isn't true for a lot of musical pieces. This really needs a technical solution.

    6. Re:Have someone next to you squeeze your arm by Anonymous Coward · · Score: 1

      Or, you could stand close enough to the conductor that the baton whacks you at every beat.

    7. Re:Have someone next to you squeeze your arm by Anonymous Coward · · Score: 0

      I have sung in many choirs competitively both in the US and internationally the original AC is quite correct about the delay being an issue.

    8. Re:Have someone next to you squeeze your arm by gd2shoe · · Score: 1

      No tech solution is needed, just a greater refinement of the helping friend idea.

      For instance, holding hands down low, and having the sighted friend move his hand in a very subtle beat pattern when things change.

      --
      I won't join Slashcott. OTOH, If Beta goes live, I just won't be back until it's fixed. Sorry Dice.
    9. Re:Have someone next to you squeeze your arm by Phoenix+Rising · · Score: 1

      Having also sung in choirs and played music, a competent friend will be able to adjust for the delay in the same way that a marching band adjusts for delay across an entire football field. It's very doable.

      --
      Let us live so that when we come to die, even the undertaker will be sorry -- Mark Twain
    10. Re:Have someone next to you squeeze your arm by the+phantom · · Score: 1

      I was agreeing with the post to which I was replying. I suppose the sarcasm was not evident. For that, I apologize.

    11. Re:Have someone next to you squeeze your arm by mooingyak · · Score: 1

      Or, you could stand close enough to the conductor that the baton whacks you at every beat.

      That could work when the tempo picks up, but might be a bit problematic when it slows down.

      --
      William of Ockham had no beard. The most likely explanation is that it was chewed off by squirrels every morning.
    12. Re:Have someone next to you squeeze your arm by martin-boundary · · Score: 5, Funny

      It's not a geeky solution, and it involves people touching each other, but it's very reliable.

      Ah, but I'm afraid that only solves 99.99% of cases. To fully solve the problem, you also have to deal with the 3 blind-choralists-in-a-row problem, which is well known to not have an analytic solution except in trivial cases. Perhaps a numerical approach using a Sobolev auditorium might work, though.

    13. Re:Have someone next to you squeeze your arm by gsslay · · Score: 1

      Stop offering obvious and simple solutions! There is a perfectly good complicated, will-never-quite-work-as-intended, overly engineered, techy solution!

    14. Re:Have someone next to you squeeze your arm by Anonymous Coward · · Score: 0

      You're assuming the tempo doesn't change throughout the piece. This isn't true for a lot of musical pieces. This really needs a technical solution.

      The depends a lot on the quality of the choir. Easy music has a fixed tempo, but most things worth singing don't. On the other hand, you should learn the tempo changes before the performance. That's not nearly the problem of coming in on time.

    15. Re:Have someone next to you squeeze your arm by Anonymous Coward · · Score: 0

      You owe me a new keyboard and screen reader!

    16. Re:Have someone next to you squeeze your arm by c++0xFF · · Score: 1

      Let me introduce you to my friend Tempo Rubato.

      It's hard enough to synchronize sighted singers when varying the tempo like that. The delays and errors introduced by following a friend would make it near impossible.

      To put some numbers on it, human reaction time is on the order of 150-300 ms. To account for this, the conductor actually directs the ictus a bit before the actual beat (especially when the music is more expressive). But with the helping friend, now we introduce an additional level of reaction time, which the friend cannot account for in the general case. If the tempo is at 60 beats per minute, a quarter second reaction time introduces a 25% phase difference between the blind singer and the rest of the choir. If the tempo is constant, the friend can anticipate and account for this, and it's only a problem for the first few beats at most. But introduce some rubato in there, and things get complicated quickly.

      But, with enough rehearsal, I might be proved wrong anyway. As long as the conductor is somewhat consistent with the musical expression, the friend will naturally anticipate the beats, as will the sightless singer, and everything might be OK.

  8. Re:No way to see! by alexander_686 · · Score: 1

    Not necessary. There have been some interesting experiments in retaking human senses. There have been tests retask the tongues’ nerve cell to receive sonar.

    Or this - http://www.thinkgeek.com/product/f358/?srp=2

    To throw something wild out with about 60 seconds of thought – could one use a Kinect to track and translate the baton motion? I would assume it would mean putting some obvious at the end of the baton – red foam ball? And then you would need to translate that into something – more specialized hardware.

  9. Two ideas by EvanED · · Score: 1

    1. I'd be tempted to attach an accelerometer to the conductor's baton or hand. This could probably be made small and unobtrusive enough to not be a bother. I'm not sure how to present the information. Detecting the beats may not be so tough, but I suspect you could do better. If you look at even electronic metronomes or metronome software for instance, some will still have a display that mimics the old mechanical arm. This provides useful information, as it shows the progress to the next beat, which allows you to anticipate (based on more than the time of the previous beat) rather than just react. If you convert either the acceleration or a derived speed or derived location to a tone in an earpiece, you may be able to learn to use it.

    2. Have either the conductor or an assistant murmur the beat into a microphone which you pick up.

  10. Woah. by Anonymous Coward · · Score: 0

    Oblig That's What She Said.

    Let's have more FSs written in quasi-haiku cadences, too.

    i have discovered
    how to break into a bank
    steal the chained up pens.

    I write good haikus
    Better than I've seen posted
    Why don't you post this?

    hunter thompson says
    "did you eat all this acid"
    crazy samoan

  11. Get a friend to help by Anonymous Coward · · Score: 0

    Have the person next to you hold your hand and squeeze.

    I know, it's a boring nontechnical solution, but I'm pretty sure it will work out of the box (or with just a little practice). As long as you don't stand in the front row, it shouldn't even be apparent to the audience.

    1. Re:Get a friend to help by digitig · · Score: 1

      It's also slightly delayed, which could be an issue.

      --
      Quidnam Latine loqui modo coepi?
    2. Re:Get a friend to help by cammoblammo · · Score: 1

      No more delayed than your own singing will be. If you can't squeeze in time to the conductor, I doubt you can sing in time.

      --

      Cogito, ergo sig.

    3. Re:Get a friend to help by digitig · · Score: 1

      I think if it's just squeezing the hand then it will be an extra delay; the friend needs to respond to the conductor, then the blind person needs to respond to the friend. I do sing in choirs from time to time, and the speed of the baton through it's motion gives the singer notice of when the beat is going to come, so I wonder whether the friend might do better to move the blind person's hand to track the baton's movements (in miniature, of course), which means that they can also communicate volume dynamics -- another important role of the conductor.

      --
      Quidnam Latine loqui modo coepi?
    4. Re:Get a friend to help by cammoblammo · · Score: 1

      Tracking the baton movement could be fairly difficult though. Even squeezing out a beat while concentrating on singing might be more difficult than it appears. I mean, just following the conductor rather than the musicians around you can be a challenge even for experienced musicians. I've done a fair bit of conducting, and I know how hard it can be to get a band to realise you actually want them to go a bit faster! Getting someone to do that and communicate it in two dimensions in real time while actually singing properly... that would be a special singer indeed!

      Actually, that could be a rather interesting exercise. Getting members of the choir to track the conductor's movement on someone else's hand (who then have to concentrate on the hand signals rather than what other people are singing) could be a good way to reinforce the importance of paying attention to the dude/dudette with the stick!

      --

      Cogito, ergo sig.

  12. Re:No way to see! by sanman2 · · Score: 3, Insightful

    In Marvel Comics, lawyer Matt Murdock found a way... ... and became Daredevil!

  13. already solved by rubycodez · · Score: 0

    use a vibrating dildo with with wireless remote; with wide adoption could even put the baton industry out of business

    1. Re:already solved by Anonymous Coward · · Score: 0

      use a vibrating dildo with with wireless remote; with wide adoption could even put the baton industry out of business

      Hey! You stole my idea. I am going to sue you for patent infringement.

    2. Re:already solved by larry+bagina · · Score: 1

      Might also want to ask the local police department for instructions on proper baton usage.

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

    3. Re:already solved by rubycodez · · Score: 1

      oh? what kind of motor do they attach to theirs?

  14. Kinect + Shock Collar by l0ungeb0y · · Score: 1

    I know -- it sounds like a joke in poor taste. But hear me out: By using a kinect to track the wand, you could have it control a shock collar by having it emit short pulses to create morse code. You can wear the collar as a bracelet and have it turned down super low.

  15. Obviously not a lot of choral singers on slashdot by Anonymous Coward · · Score: 1

    A musician gets so much more information from a conductor than just the tempo of the music. Ideally, there would be a way to get a full 3d "view" of the choirmaster's baton, and preferably hands, too. I'm thinking on the singer's end, the solution should be tactile, that's the only way I think to provide enough information while not being distracting.

  16. Re:No way to see! by theshowmecanuck · · Score: 1

    Some folks have hacked the Kinect stuff before. You're right that the device might not track the slender baton, but a conductor doesn't have to use one. He/she can use their own hands. That should be big enough to catch the down beat or whatever he/she uses to indicate the start of the song and whatever they use to indicate the end.

    --
    -- I ignore anonymous replies to my comments and postings.
  17. lo tech by devforhire · · Score: 1

    Could you do something with vibration in the floor/chair? Someone tapping the beat on the rungs of the chair or floor.

  18. answer by Anonymous Coward · · Score: 0

    simple...he is the choir master!

  19. I've done something similar for a deaf lady by freman · · Score: 1

    She couldn't hear people enter the shop...

    Vibrating bracelet bluetooth bracelet and replace the baton with a wiimote :)

  20. Two ideas.. by Anonymous Coward · · Score: 0

    1. Add a small analog 16G accelerometer to the tip of the baton, and use the analog signal to modulate a sound - I'd suggest starting with a white noise and use a narrow band filter that changes in frequency based on the motion. - Up strokes would track to higher, down strokes to lower. Using white noise as the carrier rather than a tone would prevent you from being distracted by the frequency of the tone while singing.

    2. Just stick a tiny cell-phone type mic at the top of the wand, and run the resulting wind noise from the motion to an earpiece.

    1. Re:Two ideas.. by uberbrainchild · · Score: 1

      Was going to same the same thing as #1. the different xyz motions could be tied to different types of pitch if needed and seems a lot simpler than having the whole motion tracking setup. A small accelerometer and wireless transmitter along with an earpiece basically.

      --
      Anveto
  21. Kinect-like solution by Letophoro · · Score: 1

    There are really two issues at hand: 1. Tracking the baton. -and- 2. Getting the information to the singer. The first issue is easy enough to do with a Kinect or similar device as many people have done. The second is somewhat more complex in that it requires the recipient to get the position of the baton in real-time in order to detect tempo and direction. My first thought is a pair of devices (left and right) that the intended recipient has in his/her possession. The devices can output a vibration at a baseline frequency at a baseline amplitude. The devices could be set up to respond to the output of the Kinect in such a way that the left-right position of the baton is tracked by changing the amplitude of the devices. E.g. - as the baton moves to the left of center relative to the at rest position, the amplitude of the left device becomes greater than that of the device on the right. In the same way, frequency can be adjusted up as the the baton moves higher than the at rest position. Wired devices that are held in the hand would be easiest.

    1. Re:Kinect-like solution by Anonymous Coward · · Score: 0

      I was thinking something similar, but maybe a device/devices held in the hands with weights and motors that can actually "pull" in the direction the baton is moving.

  22. Star Wars light saber. Seriously. by Anonymous Coward · · Score: 0

    The sound effects for the light sabers in the original Star Wars were modified during battle scenes by waving, basically, a baton-like microphone around to match the waving around on-screen. Wikipedia. The result they wanted was to change the pitch, but what you also got was an audible sense of the motion of the baton.

  23. Wrong forum - ask a choir director by rrkaiser · · Score: 2

    Ask someone who's encountered the problem and seen it solved... Like a choir director or one of the many organizations of choir and choral directors. Here's one. http://www.chorusamerica.org/ Part of the purpose of such organizations is to share information about what works for common and uncommon situations.

  24. It would help blind chorus singers. by Anonymous Coward · · Score: 0

    All 12 of them.

  25. Re:No way to see! by durrr · · Score: 1

    Give the choirmaster a theremin stick and headphones to the singers.

  26. This is more difficult than it seems. by robbak · · Score: 3, Insightful

    Although the choir starts singing on the large downward movement of the baton, that is not the cue the choir is using - if the started singing after seeing the downward movement, they would always be late. They are actually taking their cue from the very subtle upward movement just before the downward sweep. Even detecting this would be difficult. The size of this movement, and the delay between this movement and the drop, whether a movement is the of the 'get ready' upward sweep... all very difficult and confusing things. And the nature of the movements will change depending on conductor, the nature of the music, or even the conductors mood. The human brain sorts all of these things out just fine. The best idea is one I read from another poster here - have the neighbour of blind singer give them their cue.

    --
    Prediction for end of Universe #42: Fencepost error in Quantum_bogosort.cpp
    1. Re:This is more difficult than it seems. by c++0xFF · · Score: 1

      The conductor must adjust to having a blind singer in the choir, that much is clear. Most conductors rely on subtle body language to communicate what they want, and there's almost no way even a friend can give them everything.

      What you're referring to is called the "preparatory beat" -- and it cannot be so subtle if it needs to be communicated to the blind. In fact, a blind person would probably even need an extra cue to know that the preparatory beat is coming, as that's actually the cue to breathe so they're ready for the first note. Even with a perfect technological solution, a friend would be necessary to provide the information a conductor doesn't communicate via the baton.

  27. Easy solution. by Urza9814 · · Score: 1

    OK, so we've got posts here about wiring up a webcam to a computer to do motion tracking and such...how about build a simple pedal with a momentary push button and have the conductor tap his feet on that, then connect that to, say, a 555 timer to generate an audible tone while the button is depressed which can be routed to some sort of earpiece or headphone -- or even a piezo element which the singer should be able to feel vibrate or click. Whole solution shouldn't cost more than $20, and that's at Radioshack prices. And it could be put together in an afternoon. Only downside is you'd need to have a wire running between the conductor and the singer, and it may be slightly more complicated for the conductor. Could have one of the other musicians tap his foot instead and see if that'd work, that would shorten the run of wire as well.

  28. Re:Star Wars light saber. Seriously. by pbjones · · Score: 1

    Use similar electronics but transmit the sound via a Bluetooth ear piece. 2D and 3D G-force sensors make the idea simple. First one to the patent office wins the prize!

    --
    There was an unknown error in the submission.
  29. Simplistic by Anonymous Coward · · Score: 1

    Have the person next to you tap the beat on your foot or very close to you with theirs and feel that.

  30. Count by Kittenman · · Score: 1

    I play tenor sax (badly ...) and practice to backing tracks provided by my ever-patient teacher. He provides some ticks (baton hitting the stand...) before the music and after that, if I drift from the backing track I know I'm out. Or it is :) It's difficult if you're a soloist, and doing an unaccompanied bit: I had "The Long and Winding road" once, which has a bit where the soloist (me) is all by himself for about ten seconds ,,, cojones of steel...

    And good luck to your blind friend. It's difficult enough sighted. Lord knows how your friend will tell a minim from a crotchet. Experience, I guess.

    --
    "The greatest lesson in life is to know that even fools are right sometimes" - Winston Churchill
    1. Re:Count by gd2shoe · · Score: 1

      Lord knows how your friend will tell a minim from a crotchet.

      I've never had the opportunity to ask this before: Does anyone still call them that, or were you joking? If that really is what you're used to calling them, then where are you?

      --
      I won't join Slashcott. OTOH, If Beta goes live, I just won't be back until it's fixed. Sorry Dice.
    2. Re:Count by cammoblammo · · Score: 1

      Dunno about kittenman, but we still call them that in Australia. I do speak (and prefer) the 1/(power of two) system though. If my daughter's education is anything to go by, it seems the systems are used interchangeably in schools.

      --

      Cogito, ergo sig.

  31. Nah. Accelerometer by Jane+Q.+Public · · Score: 1

    Seldom does the exact motion of the baton matter. Different conductors have different styles. But you could modify a Wii controller to follow the motion of the baton and turn it into pressure or some other kind of signal.

    1. Re:Nah. Accelerometer by Jane+Q.+Public · · Score: 1

      I should clarify what I mean about the motion not mattering.

      Different conductors sweep the baton around different ways. But they will have common features related to the motions (when the upbeats and downbeats are, cues, and so on). It is the timing of the motions, rather than the gross motions, that are most important.

    2. Re:Nah. Accelerometer by femtobyte · · Score: 1

      How you capture the motion --- visible light image tracking or accelerometers --- doesn't particularly matter, since it's trivial to convert position-v-time data to acceleration-v-time data. A concern I have about using many readily available off-the-shelf accelerometer devices (e.g. a game controller) is the form factor; a conductor will be pretty picky about what he/she is willing to wave around for a multi-hour performance; a Wii controller would get awfully tiring compared to a proper light and agile baton. An advantage to video motion capture is requiring minimal modification to the conductor's preferred baton: a small and light colored foam ball speared on the baton tip is going to be an easier sell than a Wiimote or some home-made hacked accelerometer lump held on with duct tape, which most conductors would be extremely unhappy with.

    3. Re:Nah. Accelerometer by gd2shoe · · Score: 1

      Kinect is one idea, but Wii controllers are far, far too heavy for this application.

      --
      I won't join Slashcott. OTOH, If Beta goes live, I just won't be back until it's fixed. Sorry Dice.
    4. Re:Nah. Accelerometer by Jane+Q.+Public · · Score: 1

      I didn't mean it quite literally. But I don't think the nunchuck controller is really that heavy. Especially if you removed the case and the buttons (figuratively speaking) and just used the accelerometer.

  32. discrimination and detection needed by Tsu+Dho+Nimh · · Score: 3, Informative

    However, when it comes to the very moment of starting, or the change of tempi, my start will always come too late.

    Ah .. the trauma of remembering band practice:

    Every conductor has a different style. The signal to start your part of a song that has already begun may be a small flick or pointing of the baton in your general direction, barely interrupting the overall tempo of the conducting, or if you have a dramatic conductor it can be a two-handed "picador going over the horns" gesture ... or no gesture at all.

    Because the baton may be signalling to someone near the OP - in front or behind - but not the OP, the problem is discrimination as much as detection.

    Also, it's not always a down beat. Changes of volume, extended notes and the final cut off of a long final note may be sweeping or tiny gestures sideways or straight towards the choir or orchestra.

    Very few conductors will make big changes in tempo from what was practiced. No good will come of it.

    In short, it might be more practical to start on the second note and drop out on the next to last note, paying attention to the parts of the production that immediately precede your bits so you are ready for it.

    1. Re:discrimination and detection needed by Twinbee · · Score: 2

      To make matters worse, the 'beat' for some conductors comes in on the downstroke, and for others, on the upstroke, and variations in between. It varies according to country, but even within a country, there's differences.

      --
      Why OpalCalc is the best Windows calc
    2. Re:discrimination and detection needed by Anonymous Coward · · Score: 0

      So what you and GP are saying is that a singer needs to get used to the cues from the director, and understand his/her particular style of directing...
      Well, yeah.

      A blind/visually impaired singer needs to get used to the cues from the director just as much as a sighted singer. As long as the blind singer gets discernable cues from the director, (s)he should be able to "decode" them (after getting used to non-visual cues, obviously).

  33. Re:Star Wars light saber. Seriously. by Letophoro · · Score: 1

    I don't think actually transmitting a sound that is audible would be a great idea. That might interfere with the ability to match pitch.

    Bluetooth earrings that transmit a non-audible vibration would be pretty cool though.

  34. "one, two, three, four,...." by Anonymous Coward · · Score: 0

    Just have the choirmaster do a brief "tap, tap, tap" with the baton to get the choir's attention, then accompany his initial measure with a soft count of "one, two, three, four". Every band symphonic or marching band I ever played with did this already, and I just assumed the same was true for choir. The only technology necessary is to remind the choirmaster that not everyone can see the baton.

    1. Re:"one, two, three, four,...." by Tsu+Dho+Nimh · · Score: 1

      It's not just "let's get started, folks". There are intra-song cues and signals coming from the conductor's baton that must be detected - instructing a small group of instruments or voices to start and stop independently of the rest of the group, instructions to hold and fade a note, instructions to chop off a long finale ... it's a complex and almost entirely gesture-based communication.

  35. Re:No way to see! by larry+bagina · · Score: 3, Insightful

    Yes. Instead of a baton, use a cattle prod.

    --
    Do you even lift?

    These aren't the 'roids you're looking for.

  36. Stand next to a sighted helper. by gd2shoe · · Score: 4, Insightful

    Gah. No. That'd throw your pitch off terribly.

    There's only one answer I can come up with. Have someone stand next to the blind friend and give him/her tactile cues. Hand squeezes would work, but be very basic. If the sighted friend has any skill, holding hands (down by their side) and making a very small pattern would be even better.

    Either way, the sighted person would need to pay extraordinarily close attention to tempo changes and cuing. I'd be a hard job, but it would be doable.

    As for the aesthetics of the performance? Nobody cares when you're helping a friend like this. If you're really concerned about how it looks, then make it obvious somehow that they're blind. (have them wear the great big stereotypical black glasses, etc)

    --
    I won't join Slashcott. OTOH, If Beta goes live, I just won't be back until it's fixed. Sorry Dice.
    1. Re:Stand next to a sighted helper. by Macman408 · · Score: 2

      Yeah, I'm with you on the no-tech solution bandwagon. Especially in a chorus, it's pretty easy to be close to somebody else, and if you feel the need, hide the tactile cues behind the row of people in front of you or your music. Though some people might question what the blind chorus member is doing holding a music folder. ;-)

      I was in a youth orchestra that had a blind member playing viola (or maybe it was second violin?) for a while. I never knew her, but from what I gathered, she'd learn and memorize all the music on her own before we started rehearsals. She was seated right in the middle of the orchestra - between violins and violas, and in front of the winds - so that she could hear everybody around her. I think for entrances and tempo changes, she'd rely on listening to the rest of the orchestra, or come in a little later if she had to. (Obviously, it's a little harder to have tactile communication in an orchestra, where everybody is using both hands for their instrument, and the strings tend to be spaced apart a bit so that their bows don't collide.)

    2. Re:Stand next to a sighted helper. by durrr · · Score: 1

      Well, you'd want something that preferrably doesn't need an assisiting person all the time. Two IR leds attached to the baton and a computer running freetrack should be pretty good for tracking it, but then you'd need a tactile feedback device too.

      I guess a array of small servo motors pushing against the forearm in a pattern according to the baton location could be made pretty cheaply in hardware, but testing and tuning to get it right might be a problem.

    3. Re:Stand next to a sighted helper. by anyGould · · Score: 1

      Well, you'd want something that preferrably doesn't need an assisiting person all the time.

      If by "all the time" you mean "four measures before the song starts"... seems way simpler to have the next person tap them in (or squeeze or whatever they sort out) than to haul in a bunch of extra hardware.

      Plenty of precedent too - it's fairly common to turn pages for fellow orchestra members when they're busy in a solo or more complicated part.

  37. Here's an idea by Anonymous Coward · · Score: 0

    any smartphone could accomplish this task, they all have accelerometers and gyroscopes and whathaveyou. Simply have the phones accelerometer send a signal to a another smartphone on vibrate, this could easily be accomplished through a simple app, then the choirmaster simply holds the phone in the same hand as his baton (or strapped onto the back of his hand. Or simply the phone becomes the new baton. Latency could be reduced by having an adhoc wireless network connecting them ( as they wont be too far away).

    1. Re:Here's an idea by K.+S.+Kyosuke · · Score: 1

      any smartphone could accomplish this task, they all have accelerometers and gyroscopes and whathaveyou.

      While you're at it, you can assemble a handbell choir: http://www.youtube.com/watch?v=WMYLJUKMPbA

      --
      Ezekiel 23:20
  38. easy by Anonymous Coward · · Score: 1

    Strap a light or IR transmitter to the tip of the baton that delivers a signal to a device taped to your temple. Then when it receives the signal it can shock you or give an auditory response. Shocking would be funnier though.

  39. Re:No way to see! by gd2shoe · · Score: 1

    It's still over complicating the issue (my response below), but it would be interesting to note that the baton's position is defined precisely by the position of the conductor's hand. If Kinect could be convinced to totally ignore the baton, and if hand angle and roll can be calculated, then it's point could be easily extrapolated based upon hand position.

    --
    I won't join Slashcott. OTOH, If Beta goes live, I just won't be back until it's fixed. Sorry Dice.
  40. Leap Motion controller + TTS by gcapiel · · Score: 1

    The Leap Motion gesture interface coupled with Text-To-Speech feedback may be a good solution.

  41. Friend's hand by MickLinux · · Score: 1

    A friend's hand, tapping in rhyhm; or the baton itself tapping the podium. Or the friend's foot tapping the rhythm, which you hear.

    For solos, some creativity on the conductor's part can eliminate the problem.

    For a tech solution, I wonder if there is something from wii?

    --
    Correct Horse Battery Staple: 72 bits of entropy. Enter "Correct H" into google. When it generates the phrase, that's
  42. simple ways by doginthewoods · · Score: 0

    is to use a remote mike either on the conductor or on an ensemble member, to simply speak the precount or downbeat. or a footswitch, to be stepped on in time to to music, although this can be tricky with different count ins. The footswitch could be rigged to a relay, that would "thump" the underside of the piano bench or a chair. either could be used with a small amp and small monitor speaker, or maybe an open ear ITE monitor

    --
    Republican leadership = Idiocracy
  43. Depends on the level of the choir by Phoenix+Rising · · Score: 1

    I sang in a semi-pro choir for a while and at one point our director had us all move to the edges of the largish church we were rehearsing, had us face the church walls (i.e. away from each other).... and start singing in unison. Believe it or not, if you know the music and the group you're singing with, it's very doable.

    Barring that, having someone who knows what they're doing holding the blind person's hand and tapping or squeezing should do the trick.

    --
    Let us live so that when we come to die, even the undertaker will be sorry -- Mark Twain
  44. Feel the force by ggpauly · · Score: 1

    As an erstwhile musician, my opinion is that conductors are overrated. Once you learn the music you should be able to perform by listening to the others in the group.

    I played in a professional orchestra where the conductor gave a downbeat, a rest, and the orchestra had to play the opening note in unison without any indication from the conductor. It worked fine. There a many groups playing very complicated music, with abrupt and gradual changes in tempo, without a conductor. Jazz and jam bands do this without a conductor and improvisationally, although often one of the players is a leader. If the choir is a capella, the conductor could give a couple of taps with the baton on the music stand to set the tempo at the start of a piece. Perhaps the blind singer lacks confidence: go ahead and make a few mistakes rather than be constantly behind. If there's a particularly rough bit join in afterwards. The best advice is the same as to a sighted musician: listen.

    Blind people have much larger areas of their brain devoted to hearing, and some are very gifted musicians. Stevie Wonder, Doc Watson, many others. In China street musicians are almost always blind. I like this about China.

    --
    Verbum caro factum est
    1. Re:Feel the force by Anonymous Coward · · Score: 0

      As an erstwhile musician, my opinion is that conductors are overrated. Once you learn the music you should be able to perform by listening to the others in the group.

      Try it someday while closing your eyes. You'll find that exactly what submitter said is true: You'll be able to do everything just fine, except for entrances, cutoffs, and sudden tempo changes, for which you naturally rely on visual cues without even knowing it.

      Watch a conductorless a capella group begin a piece, and you'll see that they all synchronize their movements, which is how they manage to all start at the same time. The blind person can't see the synchronized movement and can't start on time.

  45. Simple by bratwiz · · Score: 2

    Simple, replace the baton with a starter's pistol..

  46. Motion tracking with an IR LED by girlinatrainingbra · · Score: 2

    Multiple steps:
    1 - modify baton to include an IR-led (infrared wavelength Light Emitting Diode) so that motion tracking of the baton's moving tip can be done easily without bothering other people in the orchestra or the audience with a visible or flashing or distracting red or green LED
    2 - set up some sort of motion tracking system that can track the IR led and come up with X-position and Y-position and possibly also X-velocity and Y-velocity
    3 - calculate X-velocity as the derivative of the X-position, calculate the X-acceleration as the derivative of the X-velocity with respect to time; do the same for Y-position to calculate Y-velocity and Y-acceleration
    4 - when you hit zero-crossings for X-velocity (e.g. X-velocity goes from positive [right to left perhaps] to negative [left to right], then the X-clicker is activated
    5 - when you hit zero-crossings for X-velocity (e.g. Y-velocity goes from positive [down to up perhaps] to negative [up to down], then the Y-clicker is activated
    6 - hide/place X-clicker in the right-foot, maybe at the heel-pad/ankle region or right under the big-toe, whichever the user likes best
    7 - hide/place Y-clicker in the left-foot
    .
    alternate 6 - X-clicker-A goes under little toe of right foot, X-click-A is activated when the baton goes from (left--right) to (right-to-left), which means it hit the right-extent of travel and reversed; X-click-B goes under the big toe of right foot and it clicks when the baton stops going (from right-to-left) and reverses direction to go (from left-to-right), which is the left-most extent of travel.
    alternate 7 - do like alternate 6 but place one clicker at the back of the heel Y-click-min which clicks when the baton changes from traveling downwards to traveling back upwards, and tape Y-click-MAX along the calf, maybe 6 inches up or so, and Y-click-MAX clicks when the baton stops traveling up and changes direction to go down. This is an intuitive mapping of what the baton is doing.
    :>) If this works, please send me royalty or idea money if you're grateful. JK. No, maybe if you do make money, gimme! (alternate-6 and alternate-7 from brother on phone. Thanks!) Note that the alternate clickings will match what the baton is doing in real-geometric space!

    1. Re:Motion tracking with an IR LED by cthulhu11 · · Score: 1

      OR, simply have the blind member join in a word or two after everyone else starts. These elaborate "solutions" bring to mind the whole NASA pen / Soviet pencil bit.

  47. Re:No way to see! by BrokenHalo · · Score: 1

    A cattle prod might be a bit rough, but in theory it ought to be possible to write a program to optically convert the points of inflection in the curved path of the baton into a signal that can be transmitted to the singer by a haptic "bump" from a device (like a phone, for instance) sitting in the singer's pocket. The only difficulty might be latency (which would have to be imperceptible), so your code would need to be fairly efficient.

    Sounds interesting. I might even start doing something with this myself if I find time.

  48. options - change baton or not? by buybuydandavis · · Score: 1

    Putting a bluetooth accelerometer on the baton would be nice.

    The least invasive solution would involve image processing, but I expect the specialized algorithm be finicky and I worry about frame rates.

    One thing to consider is that people actually have fairly low voluntary reaction times, so a lot of the coordination may come from viewing the physical preparation for the stroke and not the stroke itself.

  49. Already been done by MickLinux · · Score: 1

    I seem to remember that when Penn and Teller were guests at the Philadelphia Philharmonic, they had a great randomizer as to what song they would play last. The entire orchestra was blindfolded. The song was selected, and shown to the audience. Then Penn stepped up to the box, tapped his conductor's wand three times, and the orchestra playedthe correct final song, without a hitch.

    --
    Correct Horse Battery Staple: 72 bits of entropy. Enter "Correct H" into google. When it generates the phrase, that's
  50. simple concept, hard work by DragonTHC · · Score: 1

    take a kinect and write a program to track the baton.

    transmit that in ultra low latency (wired) to piezo thumpers to touch your friend on a spot on his chest or leg or wherever based on the downbeat or whichever per timesignature.

    systems needed:

    kinect software to track motion of the baton
    audio beat matching software to interface with motion tracking
    hardware interface for beat toucher.

    --
    They're using their grammar skills there.
    1. Re:simple concept, hard work by DragonTHC · · Score: 1

      or ultra low tech, strap a tube with airbag onto the conductor's armpit.
      have the other end of the tube connected to another airbag strapped to your friend's body part.

      He will feel the change in air pressure on the downbeat.

      --
      They're using their grammar skills there.
  51. IR LEDs and tracking cameras by subreality · · Score: 1

    Install an IR LED on the baton. Google "LED throwies" for what you need. Most IR LEDs have a fairly narrow beam so sand down the lens to scatter the light more.

    Then get some IR cameras to track them. Any cheap webcam will do. Add an IR filter by having an UNUSED roll of film developed. Install one camera watching from your position, and possibly one to the side, above, or under the conductor if Z-motion is important.

    Then get some motion tracking software like this: https://en.wikipedia.org/wiki/FreeTrack

    Now you have a signal. Use that to drive any output device you want. Three cell phone vibrators for X, Y and Z might work. Audio might work - try making a tone that changes in pitch with the derivative of the baton's velocity. You should get little chirps when the conductor makes sharp motions. Some blind folks can still sense light - they have basically one pixel per eye. It might be possible to give them glasses with LEDs mounted so they can see flashes.

  52. Air drum? by Psychofreak · · Score: 1

    Gonna take a couple minor hacks, but the technology is already present.

    Use an air drum stick (or similar, say, wimote?) for the baton. This needs to output to a device that can communicate to other devices.

    Built an app for android cell phones (everybody has one now, Iphone is another option of course) so the output from the baton is translated to vibration at the phone via wifi.

    While certain aspects are going to be lost, timing and emphasis can be retained.

    Phil

    --
    Laugh, it's good for you!
  53. Get a friend who breaths relaiably by Anonymous Coward · · Score: 0

    I am in a college level band, and our director regularly makes us start pieces with our eyes closed (in practice, though a concert wouldn't be out of the question). We do it entirely by listening to the collective breath in and breathing in the tempo, so a quick breath for a fast tempo and a slower breath for a slower one. It does take practice on the part of the choir or band, but it works very well. Everyone needs to be taught not to hold in the breath, but release it immediately. We don't have any blind members, but it actually helps fix ragged starts very well. With choirs it is actually a bit harder because the directors don't give as much prep, but with practice it could work the same way and the entire choir would be better for it.

  54. Re:No way to see! by LukeWebber · · Score: 2

    Better yet, a lightsabre. Then you just listen for the pitch and volume of the hum.

  55. Off the shelf, no-programming-required solution by Billy+the+Mountain · · Score: 1

    I almost had an answer but then I realized there was a big flaw, but here goes anyways. 1. As others here suggested, place infra-red LEDs on the tips of the batons. 2. Use a video camera focused on where the batons will be throughout the performance and set the contrast really high. The LEDs will appear very brightly on any video monitor. 3a. (flawed part) Use a blind tongue display (TDU) which enables the singer to "see" the batons, except now the singer is no longer a singer, they are a hummer because they've got a piece of hardware stuck to their tongue. Still might be feasible to adapt the Brainport Vision TDU to another sensitive location. 3b. There may be some piezoelectric displays for the blind coming onto the market that could be used in order to feel the moving baton image.

    --
    That was the turning point of my life--I went from negative zero to positive zero.
  56. Wait! by Anonymous Coward · · Score: 0

    I know the question is directed to high tech solutions, but if I were gifted enough to be in a choir, despite my blindness, then I would work with the conductor to begin my singing on the second beat and to do so in such a way as to blend with the voices unobtrusively.

    Also, conductors usually emphasize the last beat before singers or instruments are to begin. A audible cue could work so long as the music were not distracted from.

    All kinds of concessions are made for the handicapped in the modern world. It would seem that something could be arrange that would be acceptable without waiting for a high tech solution.

  57. KISS!!! by Anonymous Coward · · Score: 0

    Simply have the singer stand in front of the choirmaster and replace the baton with a cattle prod. That should start the singing on cue.

  58. There Is A Way by b4upoo · · Score: 2

    In concert bands and orchestras frankly the director is not in control. The tubas and Sousaphones have enough tube length that the player must lead the beat by a fraction of a second. The reality is that the director's baton is actually following the big brass in timing. Since a chorus is often without the deep brass sections you need a device that will send you an audio cue slightly ahead of the choral director. I suspect that a portable or hand held PC like device could be programmed to measure the tempo and report the beat slightly ahead. It also would need to vary the intensity of the cue so that you would no when to play forte or pianissimo.
                        You can get what I am describing by looking at marching bands. The last row in the band will be the Sousaphones. The Drum Major is pretty much invisible to most of the band members so it really is not the drum major controlling either the pace of the march nor the pace of the music. It is the sousaphones and they are pointed right over the heads of the band members. And it is most likely feeling the sound and not hearing the sound that cues in the players. Think about all the noise in a stadium and the cheering etc.. If you are playing a clarinet or other instrument you won't be aware of the Sousaphones much or at all. But they are controlling the pace at all times. The drum major blows his whistle when the piece is finished and when a piece is to be started and puts on quite a show. The low brass knows what pace to set from rehearsals. And the bulk and weight of the Sousaphones comes into play as it is obvious that if the pace were too quick the Sousaphones could not keep up with the marches at all. Very few conductors want to admit that the low brass is running the show. Large drums can also do the same sort of function at times.

  59. Re:No way to see! by cammoblammo · · Score: 2

    Now that I think about it, I don't think I've ever sung in a choir in which the conductor uses a baton. It's standard in bands, but it doesn't seem to be so much in choral work, at least in my circles.

    Now that I think about it more, the few times I've conducted choirs I don't think I've used a stick, even when one was available. It seems wrong putting an instrument in my hand when the musicians don't have one.

    --

    Cogito, ergo sig.

  60. Solving half the problem by Rollgunner · · Score: 1

    Instead of having a specially-made or retrofitted baton, how about having the area in front of the podium encased in a magnetic field like that of a theremin, such that the baton would provide data on horizontal position by pitch and vertical position by volume. That would give you all the data you need to feed to whatever peripheral signals the musician (come to think of it, an earbud with the output would help for the beginning of the piece, but it might be too distracting for things like tempo changes.

  61. rehearsal by Anonymous Coward · · Score: 0

    If you do enough rehearsal you can sing the whole thing without a baton.
    Bonus you can get rid of the choir master.

  62. ball won't work, maybe kinect? by dutchwhizzman · · Score: 1

    Ever tried one of those batons? If you put anything of weight on the end, it will seriously impede the director in his/her movements and expression. Also, it's way more than just the up/down motion. Anyone that was ever in a decent choir/orchestra will know that the director has two hands, the baton goes left right as well (up-down is only for 2/4 beat) and the direction the director looks and stands has meaning as well. The amplitude of the baton, and lifting or pushing motions of the director indicate volume and expression... There is so much more than the simple tempo directions that the tip of a baton indicate.

    Maybe using a kinect as sensor device might pick up at least a few of these channels. Transferring the channels to a sight impaired musician will be a challenge. If you're seriously going to invest in this technology, you'll want a solution that will work for at least 90% of instrumentalists/vocalists without impairing them seriously in their motions. Now I start thinking of a practical way to do this, you may want to use the motion feedback motors of game controllers placed strategically (no, not there) under the clothing of the musician. Single wobbles could be used to indicate small baton movements, double and more for stronger movements. A second motor could indicate the first beat and there must be quite a few combinations possible that could be distinct and short enough for the musician to accurately follow most gestures of the director. Depending on controller size, you could probably use standard wireless controllers, giving you 0 development in hardware costs, only software and "training" for all involved.

    --
    I was promised a flying car. Where is my flying car?
  63. longer baton by Anonymous Coward · · Score: 0

    Get a longer baton and hit him with it

  64. sound like.... by Anonymous Coward · · Score: 0

    ... a job for the WiiMote

  65. 5, 6, 7, 8 by Anonymous Coward · · Score: 0

    tell the guy to give you an audible cue of the beat?

  66. Theremin-like device by dexterone · · Score: 1

    For lack of seeing a comment discussing this option: the Theremin can be used as a device to track gestures, position and movements of a conductors hands or baton. It is based on an electric field which is perturbed by hands, controlling frequency and amplitude of the generated sound. It would require some signal processing to adapt it to a singer, either by passing the theremin sounds into an earplug or modifying the signal to input a sensing device, like a rotor, small current or pinching device.

  67. My ears replace my eyes... by wonkey_monkey · · Score: 1

    My ears replace my eyes

    Argh. What an image for a Monday morning. Good title for a Harlan Ellison story though.

    --
    systemd is Roko's Basilisk.
  68. Work on instrumenting the baton by Bozovision · · Score: 1

    You might want to talk to Shelley Katz of Symphonova [http://www.symphonova.com/]. He's been working on integrating digitally produced music into an orchestra. The system uses an instrumented baton, and it should be possible to output a click track, or something more theremin-like, so that you can hear using an earbud what the conductor is indicating.

  69. An fun electronic solution by CnlPepper · · Score: 1

    If you don't want to use a human standing next to the blind singer then it could be solved with some nice cheap modern technology.

    If you could practically do it, attach a MEMS accelerometer (or gyro) to the baton and track the velocity of the tip (or equivalent reference point). Either wired or wirelessly transmit that velocity data to small processing box that drives a haptic device to alert the singer. Unfortunately I'm not entirely familiar with the visual clues of conducting, I've had a look at the patterns of motion on wikipedia and it seems the beat occurs at the point of zero vertical velocity following a downward stroke. If this is the case it should be relatively easy to process the velocity/acceleration information. An algorithm that has an understanding of the expected stroke would be better than a simply velocity test - it would potentially be more reliable as it will have a degree of inference, but minimizing latency may make that problematic.

    In terms of haptic feedback, a sharp tap to the leg or hand would probably be better than a vibration as it has a more defined temporal position. Of course with a tap the processing algorithm has to be reliable...... alternatively a vibration could simply be engineered so that the magnitude of the vibration corresponds to the vertical position of the baton. This would mean more processing of the information by the singer, but is trivial to build electronically.

    An Arduino would be perfect for the processing/driver.

  70. I think I have an easy sollution by silentcoder · · Score: 1

    Well, maybe.
    I've been seeing a children's toy on the shelves recently known as V-drums, basically it's a pair of "drum sticks" that contain simple gyroscopic motion sensors - and produce drum sounds as you swing them around, the programming being made to associate various movements with the locations of your non-existent drums.

    I bet that if the choirmaster uses one of these, instead of a baton, with some open-ended headphones for the singer - they'd end up with different drum sounds for the most crucial movements - and the singer could simply learn which ones to listen out for.
    This makes perfect sense musically as drums are MEANT to be the lead-sound in most forms of music (indeed, it could be said that in rock and pop the drummer doubles as the band's conductor*) , so while I doubt this toy is good enough for any real drummer to enjoy it may just be good enough to solve this problem, and it's really quite cheap. About 30 USD (at the current exchange rate).

    *I am a drummer, so I may be a tiny bit biassed :P

    --
    Unicode killed the ASCII-art *
  71. Just a tap? by Anonymous Coward · · Score: 0

    I would ask someone to tap the beat out with their foot next to you.

    To everyone recommending some tracking software for the baton that would require ANY modification to the baton; probably has not dealt with a conductor.

  72. Re:No way to see! by K.+S.+Kyosuke · · Score: 2

    ...or just make a special baton with a tiny accelerometer, wirelessly connected. Would make more sense than attempts at CV.

    --
    Ezekiel 23:20
  73. Re:No way to see! by Internal+Modem · · Score: 1

    Seems like the obvious solution is to have a seeing member of the choir tap on the blind persons arm or back.

  74. tickle belt by schlick · · Score: 1

    I saw a device for a deaf person that translated sounds into larger vibrations in a belt. Maybe if you put an accelerometer in the conductor's baton and then wirelessly transmit that data to some type of haptic feedback device. This would give you a lot more information about what the conductor was doing than a simple beat measure would. I imagine a 2-D grid of sensations over your back that interpreted the batons movements would allow you to sense the baton being raised in anticipation of the down beat and so on. An array of pancake vibrators could be sewn into a vest or even applied with adhesive. Hooking up with a hackerspace local to you would probably be a good starting point.

    --
    "It's because they're stupid, that's why. That's why everybody does everything." -Homer Simpson
  75. Visual signals are out of band re hearing/singing by girlinatrainingbra · · Score: 1

    Well, you almost got it, but the point is that if you have:
    -0- the conductor
    -1- nonblindsingers following the conductor's lead by visualizing the baton's movement and rhythm and direction
    -2- blind singer(s) following the nonblindsingers lead, unable to see the conductor pointing a finger or raising his hand to indicate that another transition about to occur
    --- the delay at 2 is worse than the delay at 1. The blind singer has the visual latency of the rest of the band added to the auditory latency of the blind singer.
    .
    Also note that visual feedback is an out-of-band signal relative to speaking and listening and thus a singer who is following the other singers is using in-band signaling. I'm just throwing this out there, but I think it's important (at least when I've been in choir) to watch what the conductor/choir leader is doing with the baton, not just what they're mouthing (choir leaders often mouth or sing the song along with the choir singers).
    .
    So, yes, they could join in a word or two later, but it's not just about the delay in starting, it's also about anticipating the next tempo change and not always being two steps behind for every tempo change or for the start of every new phrasing.

  76. Re:Visual signals are out of band re hearing/singi by cthulhu11 · · Score: 1

    Are these tempo changes really surprises to choir singers? One would think that they generally practice their material.

  77. hmmm.. I concede.you're right >96% of the time. by girlinatrainingbra · · Score: 1

    re : Are these tempo changes really surprises to choir singers? One would think that they generally practice their material.
    .
    I see your point. No, normally, there should not be a surprise tempo change. But sometimes, it's not always possible to anticipate the conductor's "mood" or "feel". Sometimes, one singer's head is in one place and their prediction of what is about to happen does not match what really is about to happen, even though they have practiced it.
    .
    Or sometimes, the conductor is "in a mood" and does things differently. Think about jazz music: how performer A affects performer B, and how performer B's response can affect performer A. There's a give and take in jazz. Not so much with a chorus. But you are right, there ought not be a surprise change in tempo, or a change in emphasis on a particular phrase $X_5$ instead of $X_4$, but sometimes it does happen. I do, however, concede the validity of your point in 97% of times (made up statistic to indicate that I think you're pretty much mostly right). :>)

  78. Re:No way to see! by BrokenHalo · · Score: 1

    Most conductors I have met (which happens to number quite a lot) are quite picky about the batons they use. If they don't "feel" right, they often prefer to use none at all. Also, an accelerometer will usually introduce a noticeable degree of latency, which entirely defeats the purpose.

  79. what about a piece of string? by real+gumby · · Score: 1

    accelerometers and audible cues: bah!

    Tie a thread or string to your lapel or sleeve and have the conductor hold the other end. At the right point of the stroke you'll feel a tug -- at which point the conductor can let go anyway.

    Cost of materials: a couple of pennies at most
    resolution: pretty much whatever desired
    calibration: just practice a couple of times together and you'll have it.

  80. Never mind by Anonymous Coward · · Score: 0

    A man with sound judgment would not sing that song.

  81. possible help with a friend by JakeBurn · · Score: 1

    If the baton never touches the sheet stand, maybe someone your knows in the choir can work out some system of a touch to the hand at those critical times. I knew a blind trumpet player who learned by ear, but had the same issues. Once he got going and the tempo stayed the same he was good, but his fellow brass player next to him would rotate his foot over and tap the blind guy's foot to signal the start or some other point that he had no other reference to.