Re: setting TabStaff.minimumFret causes MIDI channel wrap

2010-11-05 Thread Steve Yegge
On Fri, Nov 5, 2010 at 6:54 AM, Carl Sorensen wrote: > On 11/4/10 8:36 PM, "Steve Yegge" wrote: > > > These warnings begin to accumulate as I add calls to set the minimumFret. > > It seems to be related to the transposition calls I'm doing as well, > since > > removing them makes the warning go

Re: setting TabStaff.minimumFret causes MIDI channel wrap

2010-11-05 Thread Carl Sorensen
On 11/4/10 8:36 PM, "Steve Yegge" wrote: > I've been getting hundreds of these warnings in each of my music files: > > warning: MIDI channel wrapped around > warning: remapping modulo 16 I'm not sure about the source of these warnings, and I don't do any work with the MIDI code, so I'm not sure

setting TabStaff.minimumFret causes MIDI channel wrap

2010-11-04 Thread Steve Yegge
I've been getting hundreds of these warnings in each of my music files: warning: MIDI channel wrapped around warning: remapping modulo 16 These warnings begin to accumulate as I add calls to set the minimumFret. It seems to be related to the transposition calls I'm doing as well, since removing t