Show HN: Haxophone
21–30 of 76 posts
Re: Show HN: Haxophone
#22Earlier quoted context omitted.
Reading the assembly instructions it's only an air pressure sensor. You can use a real mouthpiece with reed or not, but it won't make noise actually. It also won't detect anything you do with your mouth.
Needs a reed sensor.
Re: Show HN: Haxophone
#23Since it's using keyboard keys I'm guessing it doesn't have any analog touch sensitivity (?) Not sure if that would be even needed on this type of instrument though.
Re: Show HN: Haxophone
#24Re: Show HN: Haxophone
#25Re: Show HN: Haxophone
#26You can overcome the RPi scarcity by migrating the code to the Teensy platform, which aside being cheaper and less power hungry than the 2,3,4 RPi, is a lot cheaper and more easily available. Not an easy task since there's no Linux under the hood, but there are some excellent audio/midi libraries to help. They already built commercial-level synthesizers with it. By combining the breath sensor data with other pressure…
Re: Show HN: Haxophone
#27rockets to #1 on Hacker News
Re: Show HN: Haxophone
#28Thanks for sharing and seriously, awesome project. Almost brings a tear to my eye.
Re: Show HN: Haxophone
#29Re: Show HN: Haxophone
#30Since it's using keyboard keys I'm guessing it doesn't have any analog touch sensitivity (?) Not sure if that would be even needed on this type of instrument though.
Yes, there is no analog touch sensitivity on the sax: keys are either open or closed. The pressure sensor is for volume and note attack.