Re: [dev] [svmidi] Minor fixes in instrument selection

2016-04-08 Thread Henrique N. Lengler
On Fri, Apr 08, 2016 at 11:42:52AM +0200, Johnny Oskarsson wrote: > From: Johnny Oskarsson > Date: Fri, 8 Apr 2016 10:39:50 +0200 > Subject: [PATCH 1/2] Initialize arrays to zero. > > The uninizialized arrays caused some problems when selecting instrument > number. > --- > main.c | 4 ++-- > 1 f

Re: [dev] [svmidi] Minor fixes in instrument selection

2016-04-08 Thread Johnny Oskarsson
I apologize for the format of the previous patches. Here are the ones created with git format-patch, which I suppose is what I should have using from the beginning. Still figuring out how the patch-submitting process is supposed to work... Regards, Johnny Oskarsson From: Johnny Oskarsson Date:

[dev] [svmidi] Minor fixes in instrument selection

2016-04-08 Thread Johnny Oskarsson
Here are some minor fixes in the input handling of instrument selection. Regards, Johnny Oskarsson commit 21c6af2c68837207a31546fbaa09224fb89d5fc5 Author: Johnny Oskarsson Date: Fri Apr 8 10:39:50 2016 +0200 Initialize arrays to zero. The uninizialized arrays caused some problems