|
From: Ivan M. <iv...@ma...> - 2018-12-21 23:03:02
|
Hi Christian On 21/12/2018 19:54, Christian Schoenebeck wrote: > I am not assuming anything. That's the point. I am trying to understand what > the actual purpose of the file is and whether the proposed change is still > suboptimal, hence I am asking. What I know about the .gx99 file is that it is part of the instrument (obviously) and a valid RIFF file. Upon examination in a hex editor I noticed several "Piano PedalUp Resonance" strings hence my guess that it could be an impulse response. Here <http://www.maguidhir.ie/GigaPiano_Dumps.zip> is a gigdump of the main gig and a rifftree of the .gx99 file. > libgig does not support writing gigs with extension files, it is read only. This needs to change if users are expected to set instrument options in gigedit. Most of the piano instruments I have use extension files for their wave data. I included some code in my libgig patch which causes extension files to be re-saved/saved during Save/Save As which I thought would be a good starting point. > CU > Christian All the best, Ivan |