Re: [Linuxsampler-devel] Identical MIDI events cause sound variations?

2017-01-18 Thread Christian Schoenebeck
On Wednesday, January 11, 2017 20:59:10 Christian Schoenebeck wrote: > On Wednesday, January 11, 2017 19:42:56 Frank Neumann wrote: > > > It needs to be debugged, for example by commenting out various synthesis > > > components to narrow down the source of this issue. > > > > You can use me as you

Re: [Linuxsampler-devel] SFZ set_ccN directive

2017-01-18 Thread Giovanni Senatore
No, that was a first try. when I wrote that patch, I firstly thought to create a copy of Controllers Table, i didn't have any idea on how handle the set_ccN. After some investigations I got the way and where put the code but i forgotten to change the size. last evening i tried to switch between

Re: [Linuxsampler-devel] SFZ set_ccN directive

2017-01-18 Thread Christian Schoenebeck
On Tuesday, January 17, 2017 20:11:30 Giovanni Senatore wrote: > hello guys, > since I'm using a SFZ soundfont that needs some CC settings (without no > sound can be played) that are set by set_cc directive in the control > header, yesterday I wrote a quick and simple patch for linuxsampler. It > s