|
From: Andrew C <cou...@gm...> - 2018-05-07 14:05:23
|
Hi Christian, What version of gtkmm does the latest svn gigedit require? I'm using version 3.0 and getting the error: regionchooser.cpp:30:25: fatal error: gdkmm/seat.h: No such file or directory compilation terminated. Thanks, Andrew. On Mon, May 7, 2018 at 2:11 PM, Christian Schoenebeck < sch...@li...> wrote: > On Montag, 7. Mai 2018 13:53:02 CEST Andrew C wrote: > > Hi all, > > > > Is it possible to combine .gig and .gx files into one big giga file? > > > > Whenever I try "cat thisgig.gig thisgig.gx01 > thisgigbig.gig", gigedit > > shows there are samples missing from the resulting file, so I'm obviously > > doing something wrong? > > Yes, that "cat" approach would definitely not work, because gig files are > using > the tree based "RIFF" format as fundamental layout. So libgig would not > see > anything that you manually appended to the file with cat. > > I haven't tried yet, but theoretically you can just open the original gig > file > i.e. with gigedit, then select "Save as ..." and save it with a *new* file > name. It should then automatically store the entire bunch of gig and gx > files > as one new, large gig file instead. That's one of the new features in > libgig 4.1.0, writing files larger than 4 GB. Like written in the release > notes > though, you won't be able to load those gig files > 4 GB with GigaStudio > though: > > http://doc.linuxsampler.org/Release_Notes/LinuxSampler_2_1_0/#libgig_4_1_0 > > CU > Christian > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Linuxsampler-devel mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel > |