225 reputation
2310
bio website PianoCheetah.com
location Seattle, WA
age 47
visits member for 4 years, 5 months
seen 12 hours ago
stats profile views 109

Computer Programmer Piano Player


Apr
2
awarded  Famous Question
Mar
5
awarded  Caucus
Feb
13
comment Using a piano keyboard as a computer keyboard
Thanks for the kind words, but I've worked my butt off on this thing and don't plan on making it open source - sorry. But what ya'd do is use midiInOpen(); provide it with a callback to process midi input; ignore everything except for notedown events, map the midi note to some keyboard key and insert that into the keyboard input stream (I forget the api for that, but i'm PRETTY sure there is one, at least).
Feb
13
answered Using a piano keyboard as a computer keyboard
Jul
19
awarded  Yearling
Mar
20
awarded  Famous Question
Feb
29
awarded  Popular Question
Jun
4
comment install on windows 7 troubleshoot compatibility PCA - "This program might not have installed correctly”
Thanks much - I appreciate the help! ok, i'll just do the manifest things (reqExLevel and vista,win7 guids) everything that NEEDS to be done (according to me) is. My app also will do a reinstall if the app is already installed - in that case there won't be any -additional- add/remove programs entries. I'll check that, too, then just throw up my hands (provided the manifests kill the whining).
Jun
4
accepted install on windows 7 troubleshoot compatibility PCA - "This program might not have installed correctly”
Jun
4
comment install on windows 7 troubleshoot compatibility PCA - "This program might not have installed correctly”
well, I just want to do it myself. this app is my hobby, and I just want to know what an installer does.
Jun
3
asked install on windows 7 troubleshoot compatibility PCA - "This program might not have installed correctly”
May
1
awarded  Notable Question
Apr
10
answered Meta-composition during music performances
Dec
15
comment In C++, which is faster? (2 * i + 1) or (i << 1 | 1)?
ok, ok, sorry. how about "you should probaby be writing hand crafted assembler if you care about speed in this detail"? no? In general when writing cpp I strive for correctness, simplicity and DONE. If optimized doesn't follow from simplicity then you're just begging the next poor slob to pick up this code to hunt you down and shoot ya...
Dec
7
answered In C++, which is faster? (2 * i + 1) or (i << 1 | 1)?
Sep
21
awarded  Teacher
Sep
6
awarded  Notable Question
Sep
6
awarded  Popular Question
Sep
6
awarded  Popular Question
Sep
6
awarded  Commentator