pitchbend BUG in SGI version

Peter Lunden ludde at kkh.se
Thu Nov 23 20:46:19 CET 2000


Hi,

I've found a bug in the SGI version 0.31
pitchbend i wrong. Make a change in s_sgi.c
wrong line:
    inmidi_pitchbend(i, channel, (( b1 << 7) + b2 ));
right line:
    inmidi_pitchbend(i, channel, (( b2 << 7) + b1 ));

Best regards,
--PLu





More information about the Pd-list mailing list