Entry tags:
Two Great Tastes That Taste Great Together
I have begun combining my love of (and desire to become better at) music with my computer geekery and developed a Java application that turns any standard 101-key keyboard into a MIDI musical keyboard (actually, I should double-check that...especially since I use certain keys such as '\' that aren't always in the same place).
For those of you who are familiar with Tracking, this uses a slightly different layout (though similar concept) for the keyboard arrangement. Instead of starting with C4 at 'z', I put it at 'v'. This results in the overall range of the keyboard being from F#3 (assigned to 'a') up to A6 (assigned to '\') and also means that I can play certain songs where they were written to be played, instead of having to transpose up an octave to get at all the notes.
As an example, here's how to play a slightly simplified arrangement of Ashokan Farewell in the key of D (with spaces to approximate most of the sustained notes ~grin~):
.2w 2/.k nk, knbcb cxbk.w55t5e .2w 2/.k nk, knbcb cxbk.w5.2ew k,. kbw ./2w.k nk nbc zx . knbk.q w/ 2w.k bxbk.w knbgb
And, as a bonus, here's Simple Gifts:
bb, ,./, /qw wq/ .,. . . , ./.,b b ,k,./ ../qw q/. ../ /., ,., w / ./q/., ./ /qw q/. ./. b, , ././qw q/. . / / ., , ,
And further extra super bonus, here's Prologue from some of the early Final Fantasy games:
b,.bq /.,k,.,,k n./nw q/.l/.n/. b,.bq /.,k,.,,k n./nw q/.l/.n/. e ew /qq/.l./qw r re qw w3w w3wq/.
(Oh wow... these are so much easier to read than notes on a staff... too bad there's no good way to indicate length of note this way ~wry~ Then again, I've spent a lot more time doing things involving sight reading text--even with weird punctuation--into a computer keyboard than I have involving sight reading music into an instrument, so it's not terribly surprising that it is easier (though I am still a little surprised at the degree to which it is easier...))
... and I should probably actually figure out some way to post the program, so if someone who reads this wants to actually try it they can ^_^
For those of you who are familiar with Tracking, this uses a slightly different layout (though similar concept) for the keyboard arrangement. Instead of starting with C4 at 'z', I put it at 'v'. This results in the overall range of the keyboard being from F#3 (assigned to 'a') up to A6 (assigned to '\') and also means that I can play certain songs where they were written to be played, instead of having to transpose up an octave to get at all the notes.
As an example, here's how to play a slightly simplified arrangement of Ashokan Farewell in the key of D (with spaces to approximate most of the sustained notes ~grin~):
.2w 2/.k nk, knbcb cxbk.w55t5e .2w 2/.k nk, knbcb cxbk.w5.2ew k,. kbw ./2w.k nk nbc zx . knbk.q w/ 2w.k bxbk.w knbgb
And, as a bonus, here's Simple Gifts:
bb, ,./, /qw wq/ .,. . . , ./.,b b ,k,./ ../qw q/. ../ /., ,., w / ./q/., ./ /qw q/. ./. b, , ././qw q/. . / / ., , ,
And further extra super bonus, here's Prologue from some of the early Final Fantasy games:
b,.bq /.,k,.,,k n./nw q/.l/.n/. b,.bq /.,k,.,,k n./nw q/.l/.n/. e ew /qq/.l./qw r re qw w3w w3wq/.
(Oh wow... these are so much easier to read than notes on a staff... too bad there's no good way to indicate length of note this way ~wry~ Then again, I've spent a lot more time doing things involving sight reading text--even with weird punctuation--into a computer keyboard than I have involving sight reading music into an instrument, so it's not terribly surprising that it is easier (though I am still a little surprised at the degree to which it is easier...))
... and I should probably actually figure out some way to post the program, so if someone who reads this wants to actually try it they can ^_^
no subject
A cheap MIDI controller is, well, cheap, and most are at least velocity sensitive. A pressure sensitive one is a good bit pricer, but that's not as important. You can also find cheap, used older synths with half-keyboards that make fine controllers too. I had a Juno 1 I often used as a controller but there are many others you could use.
no subject
Thanks for the heads-up on the MIDI controller--any idea where I'd look for one of these (preliminary research on eBay has found one or two in the $60 range--think I can do better than that?)
no subject
If you're just looking to enter notes into a sequencer, as opposed to real-time playing, a smaller (fewer octaves/keys) and simpler keyboard is fine. You really want velocity sensitivity, which lets the keyboard transmit how hard you initially strike the key. It adds some cost but not a ton. It's also nice to have at least 1 pitch bender/mod wheel, and most will.
Something that feels and acts like a real piano is much pricier. Pressure sensitivity (aftertouch) measures how hard you hold the key down. Many synths can respond to that, but it costs a bunch. Even more expensive is a weighted key movement that "feels" like a piano rather than a pushbutton. It's great but few people really need it.
I'd get something around 2-3 octaves, velocity sensitivity and at least one mod wheel. I'd like to think you can get that for $100 or less.
And now it occurs to me
MusicGeekery!!
Re: MusicGeekery!!