Sorry about that, I was making a change for stevenm, the author of the midi
plugin. That array was too small and memory was being corrupted. I was
trying to paste the message that stevenm wanted, but I had the wrong text in
there that inlcuded a newline (I accidentally highlighted other text before
clicking the middle mouse button). The message should have been: "fix midi
patch loader corrupting memory".
-Karl
On 9/22/07, Jonas Häggqvist <[EMAIL PROTECTED]> wrote:
>
> [EMAIL PROTECTED] wrote:
> > Date: 2007-09-22 06:55:44 +0200 (Sat, 22 Sep 2007)
> > New Revision: 14813
> >
> > Log Message:
> > vel/MROBE500
>
> I can't for the life of me figure out what that means, nor what it has to
> do
> with the following change:
>
> > --- trunk/apps/plugins/midi/guspat.c 2007-09-22 02:17:08 UTC (rev
> 14812)
> > +++ trunk/apps/plugins/midi/guspat.c 2007-09-22 04:55:44 UTC (rev
> 14813)
> > @@ -30,7 +30,7 @@
> > }
> >
> > int curr_waveform;
> > -struct GWaveform waveforms[32] IBSS_ATTR;
> > +struct GWaveform waveforms[256] IBSS_ATTR;
> >
> > struct GWaveform * loadWaveform(int file)
> > {
>
> --
> Jonas Häggqvist
> rasher(at)rasher(dot)dk
>