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

[Linuxsampler-devel] SFZ set_ccN directive

2017-01-17 Thread Giovanni Senatore
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 seems to work fine for me, I don't know if you want to test in some way, t