Gungirl Sequencer README
Gungirl Sequencer is an easy to use Audiosequencer. It includes a simple Filemanager and uses Drag & Drop to arrange Audiosamples.
Gungirl Sequencer has support for WAV-Audiofiles.
HOWTO Compile?
Download and install the following libraries
wxWindows http://www.wxwindows.org/ (2.4.2) libsndfile http://www.mega-nerd.com/libsndfile/ (1.0.10) libsamplerate http://www.mega-nerd.com/SRC/ (0.1.0)
The following libraries are included within the tarball, no need for downloading.
Portaudio http://www.portaudio.com/ (V18.1) SoundTouch http://www.iki.fi/oparviai/soundtouch (1.3.0)
And then:
Thanks to Georg,
The usual ./configure and make stuff.
Hint: Drag a simple with the right Mousebutton, to copy it.
Richard Spindler <richard.spindler AT gmail.com>
More Compilation hints:
If you're using a distribution based on Redhat, Debian or Slackware, you may want to download checkinstall before compiling and installing all this stuff. It'll help you to perform a clean uninstall und integrate the installations into your package-system.
Be sure to compile libsamplerate and libsndfile with:
./configure --prefix=/usr
this will make sure that you won't run into compiliation problems later on.
Configure wxWindows like this:
./configure --enable-gtk2 --enable-unicode
this will make wxWindows use the new GTK2 Library for the User Interface
