in reply to Re^2: Converting 7 & 8-bit values
in thread Converting 7 & 8-bit values

You may well be right. I was just going on Corion's post Re: Converting 7 & 8-bit values. That makes the code only about 100 times faster than it needs to be just to keep up and if nothing else were happening. Probably ok, but depends what else is happening and what sort of response time is required.


DWIM is Perl's answer to Gödel

Replies are listed 'Best First'.
Re^4: Converting 7 & 8-bit values
by fluffy (Scribe) on Dec 09, 2006 at 07:00 UTC
    GrandFather, That's *exactly* what I was after, and no need for Inline::C - one less dependency. And it's pretty elegant, too. For the record, the speed is well within the bounds of what's necessary: it needs to reply & respond well within a workable time, but not strictly real-time in the MIDI sense, so all is good.

    Your help is really appreciated.