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

[dev] [svmidi][PATCH] Prevent 'stuck' MIDI notes

2016-04-07 Thread Johnny Oskarsson
Hi, I hope it is okay to continue sending send patches regarding svmidi to the suckless mailing list. If not, I will send future patches directly to Henrique. Here is a fix to prevent MIDI notes from getting 'stuck'. For details, see commit message and/or patch. Regards, Johnny

Re: [dev] svmidi - a simple virtual midi keyboard (WIP)

2016-04-06 Thread Johnny Oskarsson
of the repository, but I can't find any missing functionality without it. I have attached both patches. Regards, Johnny Oskarsson On Wed, Apr 06, 2016 at 09:08:49PM -0300, Henrique N. Lengler wrote: > On Wed, Apr 06, 2016 at 10:33:23PM +0200, Johnny Oskarsson wrote: > > Hi, >

Re: [dev] svmidi - a simple virtual midi keyboard (WIP)

2016-04-06 Thread Johnny Oskarsson
ific things in your code (u_char, for instance) which I had to change to make svmidi compile, but I haven't included this in the patch since it would distract from the ALSA support itself. Cheers, Johnny >From 4f341bd11a76d8b92fcc954ba0e072af2b0e62d4 Mon Sep 17 00:00:00 2001 From: Johnny O