On Mon, 2007-02-19 at 00:23 +0100, Derek Holzer wrote:
What's the trick to get "double-accuracy" from your MIDI controls again? A second channel some number of channels above the first, right?
The trick is to use NRPN (Non-registered parameter numbers) to encode 14-bit data using MIDI. The 'mccallum abstractions' are your friend to decode the resulting data stream.
http://www.mentalfloss.ca/sintheta/html/downloads.html
Of course, this all depends on whether your hardware supports the 14-bit ouput. I know the Behringer BCF2000 does...
HTH,
Jamie