/[svn]/gigedit/branches/release0_2_0/README
ViewVC logotype

Diff of /gigedit/branches/release0_2_0/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 1441 by persson, Mon Oct 15 20:02:33 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. Gigedit can be run as
9  examined and parameters inside the dimension regions can be modified.  a stand-alone application, or as a plugin to LinuxSampler.
10    
11    Please note that this is an early version that only includes the most
12    basic features needed to create and edit gig files. There is still a
13    lot to do, fix and improve.
14    
15    Be sure to backup your original gig files before editing them in
16    gigedit.
17    
18    The latest version of gigedit can be found at:
19    
20    http://www.linuxsampler.org
21    
22    Questions, bug reports and suggestions can be sent to LinuxSampler
23    developer's mailing list:
24    
25    linuxsampler-devel@lists.sourceforge.net
26    
27    
28    License
29    =======
30    
31    Gigedit is licensed under the GNU General Public License. See the file
32    COPYING for details.
33    
34    
35    Requirements
36    ============
37    
38    Gigedit requires gtkmm, libgig and libsndfile libraries. There is an
39    optional dependency to LinuxSampler, for being able to play
40    instruments while editing. Also optional is the dependency to gettext
41    for internationalization support.
42    
43    
44    Installation
45    ============
46    
47    On a POSIX system like Linux or OSX you should only have to call the
48    following on the console:
49    
50    ./configure
51    make
52    su -c "make install"
53    
54    See the file INSTALL for details about these steps and options.
55    
56    Windows users shall read the respective README file in the "win32"
57    directory for compilation instructions.
58    
59    
60    Building from CVS
61    =================
62    
63    ./autogen.sh
64    ./configure
65    make
66    su -c "make install"

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

  ViewVC Help
Powered by ViewVC