Slashdot Mirror


The Joypad That Became A Rotary Controller

jaromil writes "Speaking of human/computer interface, so simple, so neat, a usb knob to switch among desktops can give us quite some feeling about operating a machine... how about such controls around the monitor?" The knob in this case is switching between different effects possible with EffecTV. This make me wonder what creative uses people are putting Griffin's PowerMate to.

3 of 157 comments (clear)

  1. Re:Some notes on USB interfacing... by Solder+Fumes · · Score: 4, Informative

    I've written USB firmware from scratch for the 68HC908JB8 microcontroller...yes, it is tough. But once you get everything working, you don't have to do much to change from one type of device to another. The problem is that there isn't a huge amount of free USB firmware out there for all the various USB microcontrollers. That's because most people, like me, finally got around to writing firmware when it became their job to do so.

    However, USB is powerful and should be adopted by hobbyists. If you really need a serial port, there are many premade serial-to-USB converters and chips.

  2. Haptic interfaces, kinetic perception. by torpor · · Score: 4, Informative


    In the field I work in (synthesizers), the perceptive nature of our customers (musicians) when relating to a user interface is indeed a tricky and wonderful force to behold. Rotary knobs, and the general 'feel' of a system as a result of simple interface kinetics, is fairly well-established in this field.

    I've always viewed the standard computer interface (keyboard/mouse) as being curiously unburdened by progress and change; you cannot say the same for the synth business, where there is no one standard for how you ought to use knobs.

    I've got two PowerMates, both on each side of an Apple extended keyboard, they are without doubt among the most precious peripheral I have on my desk. I've also got a couple of faderfox boxes, an LV1 and an LX1, which are also awesome primary/secondary interfaces, as well offering endless rotaries for various nefarious uses..

    The attempt by Microsoft to commodotize their 'peripheral assets' (MS Natural keyboard) while providing pitiful support (beyond HID) for application authors, and the tendency of other interface mfr's to vector off into 'cool but ultimately useless plastic hack' (anyone remember the Cyberman?) is fairly common. Once again, its all about the operating system.

    But you know, if you want to know more about endless uses for rotary knobs, look no further than the audio/synth/pro-media tool markets. Especially of the 80's and 90's .. a veritable wasteland of proprietary hack after propietary hack, all with their own individual utility lifespan, designed to give muso's a haptic kick or two.

    --
    ; -- the corruption of government starts with its secrets. a truly free people keep no secrets. --
  3. Physical User Interfaces by Tony.Tang · · Score: 4, Informative

    Phidgets (http://www.phidgets.com/) is something that has recently become extremely cheap and accessible to software guys like me who HATE hardware. Phidgets make it really easy to build physical user interfaces (think nobs, switches, pressure sensors, etc.) without needing to do any hardware stuff yourself.

    They are extremely easy to use, as you can see by these undergrad projects (http://grouplab.cpsc.ucalgary.ca/phidgets/gallery /index.html).

    Full disclosure: I am a member of the lab from which this stuff was developed.