Readit News logoReadit News
JNRowe · 3 years ago
Somewhat related: textual-paint¹ which uses the same interaction library, and was recently discussed here². I'm noting this purely because I'm enjoying the increasing frequency of rich³/textual⁴ posts, it hints at a latent desire for computing closer to how I enjoy it ;)

¹ https://github.com/1j01/textual-paint

² https://news.ycombinator.com/item?id=36859880

³ https://github.com/textualize/rich

https://textual.textualize.io/

eliasdorneles · 3 years ago
Hello, the app creator here

> it hints at a latent desire for computing closer to how I enjoy it ;)

Agreed, same here!!

If you like this, you might also like my solitaire clone for the terminal: https://github.com/eliasdorneles/usolitaire =)

tomduncalf · 3 years ago
Neat UI, kind of reminded me of the Soundblaster Intelligent Organ for DOS! https://www.youtube.com/watch?app=desktop&v=nAt1rWF-kqE
purpleidea · 3 years ago
AIUI you need to open your terminal in raw mode if you want to get the full keypress/keydown events. But you'll have to parse the scancodes yourself. Very doable and kind of necessary if you want to do a terminal app here =D There's probably a library that can help you. Good luck!
eliasdorneles · 3 years ago
Interesting, thanks, i'll have to check out how that works =)
ale42 · 3 years ago
Funny, reminds me of the old (~1990) MS-DOS based "FM Intelligent Organ" distributed with Sound Blaster cards (cf. http://www.vgmpf.com/Wiki/index.php?title=File:Sound_Blaster...). Nice to see people doing things in terminals :-)
growingkittens · 3 years ago
Memory unlocked. Thank you!
eliasdorneles · 3 years ago
so cool! thanks for sharing that!
Jeff_Brown · 3 years ago
I was hoping this was an open-source physical model of a piano.

Pianoteq has been around for 17 years -- as long as patents last! -- and yet open source still seems to have nothing that comes close.

RobbieGM · 3 years ago
There are some really good piano samples available for free--why put in the work for the physical modeling approach?
mh- · 3 years ago
In (very) short: the resonance (notes interacting with one another), combined with the analog nature of varying velocity (how hard keys are pressed), combined with pedaling modifying both of the above.

The resulting combinatorial explosion means that the number of samples you need to capture, in order to have a high-fidelity reproduction of a physical piano, is enormous.

Putting aside the practicality of capturing all of this, you're still looking at tens to hundreds of gigabytes of raw samples per piano.

(Great question, by the way.)

yboris · 3 years ago
Got an error trying to run upiano after installing FluidSynth via brew (brew install fluidsynth)

Had to use this technique to make it work: https://stackoverflow.com/a/75339618/5017391

Worked beautifully after.

kzrdude · 3 years ago
Because of Linus Åkesson's recent blogs and videos I want to make a piano app that plays using "his" accordion style keyboard layout for the notes.

http://linusakesson.net/commodordion/index.php

djmips · 3 years ago
I know it's terminal graphics but is it possible to improve the piano keyboard graphic? Just wondering.
imiric · 3 years ago
> Note that since the terminal doesn't really support key press and release events (it receives a stream of characters instead), there is no way to support two key playing at the same time with the computer keyboard only.

Great project, but this seems like a major limitation. Why insist on doing this inside a terminal, when there are many other environments where this is not a problem?

herewulf · 3 years ago
So you can play piano over SSH obviously!

Okay, yes, there's X11 forwarding but this is a lot simpler, right?

eliasdorneles · 3 years ago
> So you can play piano over SSH obviously!

Oh yeah, you can call some friends to login to the same server and play a concert over SSH!

eliasdorneles · 3 years ago
Hello, UPiano creator here =)

> Why insist on doing this inside a terminal... ?

Simple: because it's fun!

lostgame · 3 years ago
>> Why insist on doing this inside a terminal, when there are many other environments where this is not a problem?

Welcome to HN, where we make overcomplicated; obscure projects for the sheer passion and curiosity of it.

Is this your first day? XD