Programming On a Piano Keyboard 57
An anonymous reader writes: Here's a fun project: engineer Yuriy Guts built a Visual Studio extension that lets people program using MIDI instruments. You can write code letter by letter on a piano keyboard. Granted, it's not terribly efficient, but it's at least artistic — you can compose music that is also a valid computer program. Somewhat more usefully, it also allows you to turn a simple MIDI input device, like a trigger pad into a set of buttons that will run tests, push/pull code, or other tasks suitable for automation. The extension is open source and open to contributions.
That's going to be embarrassing... (Score:4, Funny)
Re: (Score:2)
If it can't pump out Java byte code, I'm not interested.
Re: (Score:2)
I doubt you are able to write a class file byte wise. ;D
Well in ancient times gurus piped their code with cat into asm, perhaps _you_ indeed can do that with a midi device
Re:That's going to be embarrassing... (Score:5, Funny)
Re: (Score:2)
Clippy: It looks like you're trying to play John Cage's "4:33". Would you like help?
Re: (Score:1)
Combine this with the Internet of Things... (Score:1)
Now we just need to make every day objects MIDI instruments and your plant (via midi-enabled soil sensor) can write the code to turn on the tap to give it more water....
PHBs (Score:4, Funny)
Beware! Write your stream encryptor in a lydian mode and the PHB will come back and ask for it in phrygrian.
I dub thee (Score:2)
Re: (Score:2)
That was a truly great game.
The gameplay itself was a bit lacking, but the atmosphere was amazing.
Teach A Pig To Sing (Score:2)
Likewise, I expect this produces terrible music and not very good code.
As a hardware engineer.... (Score:2)
Now, one thing I used to like a lot is the 15-pin game and MIDI port was on damned near every PC, and very few people had it tied up. It was simply a great way for me to get data in and out of the computer. All I needed to do was coin a protocol on my Borland C++ compiler, and talk to the port. I could a
Hmm... (Score:2, Interesting)
Re: (Score:2)
...I'll spare you the trouble of the finding anything made from it.
It'll sound like a bunch of random notes. If the coders were thoughtful enough, they'd have taken simple common strings and made them correspond to notes in a chord, but beyond that it'd be atonal garbage with occasional breaks for My Dog Has Fleas.
Re: (Score:2)
Perhaps then functions need to correspond to chords, operators to notes, etc etc
Re: (Score:2)
I wonder what would happen if someone took this concept and reversed it, what would currently used code sound like?
I suspect that some of my code would sound like Death Metal.
Wow, programming with a keyboard (Score:3)
A keyboard is a keyboard. Might not be qwerty but it is still a effing keyboard.
lol (Score:2)
My Piano keyboard has MORE keys than my computer keyboard. Have you people seen these things lately? It's got your standard 88 keys, 20 trigger pads, 4 analog controllers, 9 analog sliders, 8 analog turny nobs, and a dozen or so buttons like "Select" "pause" etc...
C# (Score:1)
Does all MS code need to be written in the key of C#?
Did that 23 years ago (Score:3)
with my Atari ST. It was trivial then since the same chip controlled both the keyboard and MIDI ports, just redirect one of the intercept vectors to catch the incoming MIDI packets and feed the notes to the keyboard buffer.
It's more fun to do this with a Zeta MIDI violin. I programmed it to move the mouse pointer on glissandos too, could do pretty much anything without touching keyboard or mouse.
Re: (Score:2)
I remember playing around with GFA Basic and a Midi keyboard hooked to my Atari ST. I had it set up so that whatever note you played on the musical keyboard, the computer would calculate a note an octave higher and then send that note back out to the musical keyboard and it'd play that note. It was pretty cool.
Funny, I was just thinking about this today... (Score:2)
It seems like there should be useful mappings between the linear layout and chording affordances of a piano keyboard, and some computer-based tasks (although probably not "typing", I'd think). Maybe a less wrist-wracking rendition of Emacs commands?
Let's see. If you're typing with a normal alphanumeric keyboard, keystroke ordering matters, but keystroke force (velocity) doesn't, and hold time matters only crudely. How would you take advantage of velocity sensitivity?
What about ... (Score:2)
... using computer code or math to make music. Back in the (early) '70s, you'd sometimes see these weird commercials where Fred MacMurray (I imagine most /.ers just said to themselves "Fred Who?") was showing how a bunch of Korean schoolkids were doing math using their fingers on their desks in a piano-playing sort of action. The commercial was for some kind of learning aid to teach your kids how to do that. (Q: Does anyone recall those ads? What the heck was the name of the technique being hawked?) This wa
Re: (Score:2)
You can send MIDI through USB if you have the drivers and your keyboard supports it, but pro keyboards will also have dedicated MIDI ports. The idea is to transmit which keys are played (with timing and velocities, etc.) to a virtual instrument on the connected computer. When set up this way, your keyboard's built-in sounds aren't used. This arrangement gives you access to a huge range of sophisticated virtual instruments, light years away from the unconvincing beeps you probably heard in the 90s. There are
Shoutout for Godel Escher Bach (Score:3)
Anyone seriously interested in music & computers needs to read this book now.
What's old is new again (Score:1)
Two words: chord keyboard.
I used one in '87 or '88 at SRI. It was old then, part of Engelbart's mouse/keyset interface. He first demo'd it in '68.
I Play Piano on a Computer Keyboard (Score:2)
:P It lacks certain subtleties of a proper midi keyboard such as velocity, but with 2-3 stacked octaves it's possible to play quite a lot. Learning a different arrangement isn't all that hard, it's just like playing a slightly different instrument. I actually find certain types of playing like monotone arpeggios easier with the supper light action laptop style keyboards, i guess it's also not that dissimilar to using a programmable midi pad.
My most fun tune to play this way yet has to be "The Halls of Scien
Re: (Score:2)
Yep - anyone who's ever composed music using a tracker should be familiar with this.
Weapon of mass destruction (Score:1)