Gigedit ======= Gigedit is an instrument editor for gig files. Gig files are used by software samplers such as LinuxSampler and GigaStudio. With gigedit it is possible to modify existing gig files and also to create completely new instruments from scratch. Gigedit can be run as a stand-alone application, or as a plugin to LinuxSampler. Please note that this is an early version that only includes the most basic features needed to create and edit gig files. There is still a lot to do, fix and improve. Be sure to backup your original gig files before editing them in gigedit. The latest version of gigedit can be found at: http://www.linuxsampler.org Questions, bug reports and suggestions can be sent to LinuxSampler developer's mailing list: linuxsampler-devel@lists.sourceforge.net License ======= Gigedit is licensed under the GNU General Public License. See the file COPYING for details. Requirements ============ Gigedit requires gtkmm, libgig and libsndfile libraries. There is an optional dependency to LinuxSampler, for being able to play instruments while editing. Also optional is the dependency to gettext for internationalization support. Installation ============ On a POSIX system like Linux or OSX you should only have to call the following on the console: ./configure make su -c "make install" See the file INSTALL for details about these steps and options. Windows users shall read the respective README file in the "win32" directory for compilation instructions. Building from CVS ================= ./autogen.sh ./configure make su -c "make install"