|
From: Christian S. <chr...@ep...> - 2003-09-06 20:02:11
|
Hi Guys! I just finished a preliminary version of libgig: http://stud.fh-heilbronn.de/~cschoene/projects/libgig/ the library consists of three parts: - RIFF classes to parse and access arbitrary RIFF files - DLS classes using the RIFF classes to provide abstract acess to DLS Level 1 and 2 files - gig classes based on the DLS classes to access Gigasampler .gig files It already comes with a couple of console tools / demo apps (e.g. to extract samples from a .gig file or to print out the RIFF tree of an arbitrary RIFF file). I still have to decode some Gigasampler chunks and clean up everything, but the basics are finished and working. So far I couldn't confirm everything that Ruben has already decoded, so I had to recheck all Gigasamper chunks which is really time consuming. I will create an UML diagram probably next week and add support for compressed files. CU |