Slashdot Mirror


Lazy Musicians Spawn Robot Ukulele

densetsu writes: "Three weeks ago, instead of forking over 5 whole bucks for an actual ukelele instruction booklet, I decided to teach myself for free using internet resources. Now that my will (and fingers) have been broken, these guys offer a faustian shortcut. They built a Lego Mindstorms-powered REMOTE CONTROLLED self-playing ukulele. The site has some nice photos and mindstorms code. Rock super-stardom, here I come!"

7 of 117 comments (clear)

  1. Look out boy-bands by Tinfoil · · Score: 4, Funny

    .. and Sum41. The robot ukulele already has more talent than all of them put together.

  2. The Secret is out by maynard-lag · · Score: 5, Funny

    So this is where all the Back Street boys/n-sync/Brittany Spears music is coming from.

    Now let's see which is more sexy... Brittany or a Ukelelie playing lego robot...

    hrmmm dilemmas dilemmas.

    --
    Have you hugged your Karma Whore today?
    1. Re:The Secret is out by scott1853 · · Score: 4, Funny

      Nothing that advanced is creating their music.

  3. Change in EULA by zipC · · Score: 4, Funny

    Strings We Be, the string manufacturer, hereby announce a change to the EULA. Should our strings be installed in any instrument, they should only be played by human hands. This excludes all chimpanzees, robots, and individuals with prostetic hands. We apologize for any inconvenience.

    --
    Madness is only a state of mind
  4. All well and good . . . by micromoog · · Score: 5, Informative

    . . . but not new. And these guys actually have sound samples, too . . .

  5. Not even remotely a new idea by No+Such+Agency · · Score: 4, Insightful

    Player pianos were made back in Victorian times, and a piano is a "stringed instrument", isn't it? This (very cool) "player ukelele" uses modern computer code, where the pianos used a punch card-like system more akin to older computers. A player piano still had to have a human operator to work foot pedals etc. to give the tune depth and "personality", but in principle this could have been automated too, once the sequence was worked out.

    I *do* wish they'd posted sound samples...

    --
    Freedom: "I won't!"
  6. Lego Robots by sosentos · · Score: 4, Informative

    There was some stuff they didn't really mention on their site that people might be interested in. They used the Handyboard as their microcontroller system. You can learn more about it here.

    http://www.handyboard.com/

    This would also mean they are using Interactive C (a stripped down version of C) for their programming.