by shaggy on Tue, 21 Apr 2009 20:33:46 GMT
I posted something in the other forum (probably the wrong forum) about using the frequency of the input sound.
I think this might work better than straight midi input,
although there is the possibility of control change input in addition to the keys,
here's a quick explanation of control change for the programmers:
there are 127 control change numbers, these are usually assigned to knobs (ie: the volume knob is cc 007 I think)
each control change number has 127 values within it...so each knob / slider on a synth that uses a cc number gets 127 positions
the issue with that is that the 127 values for each knob are seen by the computer not as simple integers, but a weird progression I don't understand really...00 - 09, then 0A - 0F, then 11-19 and so on.. I'm sure the brains behind alchemy could figure it out though
also...there would have to be some option to choose a specific control, or you could just standardize it to accept input from the modwheel (cc 010 I believe), which might go against the non-clunkiness of the alchemy interface
hope that helps