/[svn]/libgig/trunk/README
ViewVC logotype

Diff of /libgig/trunk/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1063 by schoenebeck, Sat Mar 3 21:45:25 2007 UTC revision 2490 by schoenebeck, Tue Dec 31 12:56:28 2013 UTC
# Line 1  Line 1 
1  Home  Home
2  ====  ====
3    You can always find the latest version of libgig at:    You can always find the latest version of libgig at:
4    http://stud.hs-heilbronn.de/~cschoene/projects/libgig/    http://www.linuxsampler.org/libgig/
5    
6  Content  Content
7  =======  =======
# Line 17  Content Line 17  Content
17                                       provide the necessary extensions for                                       provide the necessary extensions for
18                                       the Gigasampler file format.                                       the Gigasampler file format.
19    
20    Beside the actual library there are four example applications:    Beside the actual library there are following example applications:
21    
22      gigdump:     Demo app that prints out the content of a .gig file.      gigdump:     Demo app that prints out the content of a .gig file.
23      gigextract:  Extracts samples from a .gig file.      gigextract:  Extracts samples from a .gig file.
24        gigmerge:    Merges several .gig files to one .gig file.
25        gig2mono:    Converts .gig files from stereo to mono.
26      dlsdump:     Demo app that prints out the content of a DLS file.      dlsdump:     Demo app that prints out the content of a DLS file.
27      rifftree:    Tool that prints out the RIFF tree of an arbitrary RIFF      rifftree:    Tool that prints out the RIFF tree of an arbitrary RIFF
28                   file.                   file.
# Line 120  Compiling for Linux Line 122  Compiling for Linux
122    
123  Compiling for Windows  Compiling for Windows
124  =====================  =====================
125    
126    libgig and its tools can be compiled for Windows using Bloodshed Dev-C++,    libgig and its tools can be compiled for Windows using Bloodshed Dev-C++,
127    which is a free (GPL) C++ integrated development environment for Windows.    which is a free (GPL) C++ integrated development environment for Windows.
128    You can download it here:    It is also possible to use MSYS from MinGW, which allows you to use
129      './configure && make' like the linux builds.
130    
131      You can download Dev-C++ here:
132    
133      http://www.bloodshed.net/devcpp.html      http://www.bloodshed.net/devcpp.html
134    

Legend:
Removed from v.1063  
changed lines
  Added in v.2490

  ViewVC Help
Powered by ViewVC