Live data from Hacker News

Show HN: Haxophone

github.com

31–40 of 76 posts

Re: Show HN: Haxophone

#31
This is great! As someone who used to play sax a lot but doesn't have hardware experience, it's 100% the sort of thing I would buy if it were commercially available. Makes sense that it's not (ecommerce is a whole thing), but I don't really have the patience to source all the parts and assemble it.

Awesome project though!

Re: Show HN: Haxophone

#32
post #30

Earlier quoted context omitted.

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.

There exist analog keyswitches, have you considered playing with those?

I'm really interested in this idea for other DIY instrument purposes.

Razer has keyboards with optical ones, and some people have made them by putting inductive sensors underneath mechanical switches, but I couldn't find any analog keyswitches for sale. Do you have some examples?

How can you deal with a large number of analog inputs to a Raspberry Pi or similar?

Re: Show HN: Haxophone

#33
post #9

Earlier quoted context omitted.

As a sax player who also plays a Roland Aerophone, I have a similar question. Is the mouthpiece a real sax mouthpiece and reed? If so, that means it's making a lot of noise. One of the main appeals of windsynths is that I can play at times when the people in my household (and neighborhood) don't really want to listen to it. That said, it's a cool project.

Yeah and is the pressure sensor closed so you're actually not blowing but just increasing and decreasing pressure?

No, not really. There is sensing tube (which terminates on the sensor) and a venting tube (which lets the air flow through). This is the same technique used in other similar commercial instruments. You can see both tubes in the assembly instructions: https://github.com/jcard0na/haxo-hw/blob/main/docs/assembly....

Re: Show HN: Haxophone

#34
post #30

Earlier quoted context omitted.

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.

There exist analog keyswitches, have you considered playing with those?

While it would be interesting to play with analog keyswitches, it would depart from the experience of a real sax, where the "half pressed" key is of not much use. And it would dramatically increase the complexity of the design.

But the full design is published, just in case anyone wants to try :)

Re: Show HN: Haxophone

#36
post #9

Earlier quoted context omitted.

As a sax player who also plays a Roland Aerophone, I have a similar question. Is the mouthpiece a real sax mouthpiece and reed? If so, that means it's making a lot of noise. One of the main appeals of windsynths is that I can play at times when the people in my household (and neighborhood) don't really want to listen to it. That said, it's a cool project.

The sounds are synthed sounds (I used fluidsynth) and the haxophone just uses the sound pressure to infer velocity of the notes. The mouthpiece is optional: you can blow on the neck of the device and will get the exact same sound. But as a sax player, I really prefer to use it with a mouthpiece blowing through it but without making the reed vibrate (so no sound). I find that it helps me maintain proper embouchure and…

Very cool! Awesome project

Re: Show HN: Haxophone

#37
The video doesn’t seem to load on iPhone (Safari). It loads a tiny thumbnail, then just spins forever.

Edit: it may be because I’m opening it from the mobile link (which sends the video to Safari), but I tried pulling up the repo directly in Safari, and it shows a whitespace placeholder for the video but that’s it.

Re: Show HN: Haxophone

#38

You 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…

Before I’d do any of that would be vibrato. Without it it is a emotionless keyboard with a blowtube.

I don't know. Looks kinda easy to do vibrato through your blowtube https://www.youtube.com/watch?v=XtsZZKZcNC4

Re: Show HN: Haxophone

#40

You 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…

Before I’d do any of that would be vibrato. Without it it is a emotionless keyboard with a blowtube.

If I had the knowledge/ability/skills to build an “emotionless keyboard with a blow tube” I’d be pretty damn happy. I don’t think a lack of vibrato diminishes what is going on here.

Am open sourced wind synth made with a custom keyboard? Pretty sick IMO

Post reply on HN