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

Diff of /gigedit/trunk/README

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

revision 1053 by persson, Sat Mar 3 12:20:01 2007 UTC revision 1322 by schoenebeck, Tue Sep 4 11:04:56 2007 UTC
# Line 1  Line 1 
1  Gigedit is an editor for gig files. Gig files contain sampled  Gigedit
2  instruments and are used by software samplers such as LinuxSampler and  =======
3  GigaStudio.  
4    Gigedit is an instrument editor for gig files. Gig files are
5  Note that this is an alpha version with a lot of functionality  used by software samplers such as LinuxSampler and GigaStudio.
6  missing. It is currently not possible to create new instruments,  
7  regions and dimensions, which means that a new gig file cannot be  With gigedit it is possible to modify existing gig files and also to
8  created from scratch. Existing gig files can however be loaded,  create completely new instruments from scratch.
9  examined and parameters inside the dimension regions can be modified.  
10    Please note that this is an alpha version that only includes the most
11    basic features needed to create and edit gig files. There is still a
12    lot to do, fix and improve.
13    
14    Be sure to backup your original gig files before editing them in
15    gigedit.
16    
17    The latest version of gigedit can be found at:
18    
19    http://www.linuxsampler.org
20    
21    Questions, bug reports and suggestions can be sent to LinuxSampler
22    developer's mailing list:
23    
24    linuxsampler-devel@lists.sourceforge.net
25    
26    
27    License
28    =======
29    
30    Gigedit is licensed under the GNU General Public License. See the file
31    COPYING for details.
32    
33    
34    Requirements
35    ============
36    
37    Gigedit requires gtkmm, libgig and libsndfile libraries. There is an
38    optional dependency to LinuxSampler, for being able to play instruments
39    while editing.
40    
41    
42    Installation
43    ============
44    
45    ./configure
46    make
47    su -c "make install"
48    
49    See the file INSTALL for details.
50    
51    
52    Building from CVS
53    =================
54    
55    ./autogen.sh
56    ./configure
57    make
58    su -c "make install"

Legend:
Removed from v.1053  
changed lines
  Added in v.1322

  ViewVC Help
Powered by ViewVC