[ardour-dev] MMC Shuttle Patch
Christopher K. George
ckg at YaleSDA.org
Mon Apr 18 11:23:07 PDT 2005
On Mon, 18 Apr 2005 11:03:55 -0400, Paul Davis wrote
> < left_shift = (sh & 0x38);
> ---
> > // The following was modified by CKG - 2005-04-17
> > // I do not have a copy of the MIDI 1.0 Specs. This
> > // works for the MCS-3800 but may not be a correct
> > // implementation.
> > left_shift = (sh & 0x30) >> 3;
>
> even though i just changed the shift to 3, i believe the mask should
> still be 0x38: 111000 in binary. agreed?
Agreed. I forgot I had changed the mask -- which I wouldn't have needed to
change any way. :)
>
> --p
More information about the Ardour-Dev
mailing list