HAUT MIDI - experimental MIDI input devices

Bring your custom casings, arduinos, raspberry pi's, axoloti's and other creative hardware projects

Moderators: MattKingUSA, khz

Post Reply
User avatar
khz
Established Member
Posts: 1648
Joined: Thu Apr 17, 2008 6:29 am
Location: German
Has thanked: 42 times
Been thanked: 92 times

HAUT MIDI - experimental MIDI input devices

Post by khz »

https://github.com/jessecrossen/hautmidi
README.md wrote: HAUT MIDI
This is a collection of experimental MIDI input devices I'm working on. The Wild West of the MIDI protocol still hasn't been fully explored, and scores are settled with cables and keytars...

Image

Joysticks!
A quick and easy way to start making interesting MIDI signals is to use a joystick or joystick-compatible device mapped to MIDI with my joy2midi utility. I've tried it with a gaming joystick, but there are more exotic options like 3D mice, which act like 6-axis joysticks. All the controllers for the RockBand game are actually just joysticks with interesting shapes. There are probably many more out there if you look.

Custom Electronics!
The tonestrip is the first piece of electronic hardware I've built in a long time. Man, things have come a long way since I last burned my fingers on a soldering iron! For one thing I finally discovered the joys of wire wrap (just when it's going out of fashion again, apparently) so I'll never burn my fingers that way again. But the power, ease of use and flexibility of ARM microcontrollers these days blows me away. I'd been hearing all the Arduino buzz but hadn't realized how far we've come from those 8-bit PICs I burned up back in high school. And yeah I'm sure Arduinos are cool, but the Teensy is even cooler because it can register as a class-compliant USB MIDI device, making it super easy to achieve plug-and-play MIDI input.
. . . FZ - Does humor belongs in Music?
. . GNU/LINUX@AUDIO ~ /Wiki $ Howto.Info && GNU/Linux Debian installing >> Linux Audio Workstation LAW
  • I don't care about the freedom of speech because I have nothing to say.
User avatar
flappix
Established Member
Posts: 50
Joined: Thu Jan 19, 2017 10:39 pm
Location: Germany
Been thanked: 16 times

Re: HAUT MIDI - experimental MIDI input devices

Post by flappix »

Hey,
pretty cool project. Do you have some videos? Would be interesting to see this in action.

A while ago I've written a Python app which turns a graphic tablet into a midi controller. It's quite funny to use because you have so many possibilities for sound modulation (axis, pressure, buttons, lifting pen, combination of all, ...)
https://www.pastiebin.com/5abc05dcc857c
User avatar
khz
Established Member
Posts: 1648
Joined: Thu Apr 17, 2008 6:29 am
Location: German
Has thanked: 42 times
Been thanked: 92 times

Re: HAUT MIDI - experimental MIDI input devices

Post by khz »

I never used that.
I thought it was funny, so I posted it here.
. . . FZ - Does humor belongs in Music?
. . GNU/LINUX@AUDIO ~ /Wiki $ Howto.Info && GNU/Linux Debian installing >> Linux Audio Workstation LAW
  • I don't care about the freedom of speech because I have nothing to say.
Post Reply