Notes: Hi, Gungirl Sequencer is an easy to use Audiosequencer. It includes a simple Filemanager and uses Drag & Drop to arrange Audiosamples. This is the new Release 0.2.0 of Gungirl Sequencer, it comes with a bunch of new Features, and for your convinience is provided in the preferred standard Distribution Formats for both Linux and MS Windows: - Statically Linked (all dependencies included) RPM-Package - Autoconfified (./configure, make and make install) Source Package - Executable ( .exe) Installer for MS Windows The new features in this Release are: * A simple Ruler * Select Samples with rubber-frame * MiniPlayer for Pre-Listening * Customizable Snap-Value * Track Mute and Volume * Master Volume * Snapless Sample-Positing * Info-Box for Sample-Files * Progress-Bars for File loading * uncountable Bug-Fixes Check it out at: http://ggseq.sourceforge.net/ -Richard Spindler
Changes: 2004-02-19 Richard Spindler <oracle2025@gmx.de> * Official 0.2.0 Release 2004-02-16 Richard Spindler <oracle2025@gmx.de> * Added doc/ggseq.htb * Added html documentation 2004-02-11 Richard Spindler <oracle2025@gmx.de> * Fixed Bug that coused loading an empty arrangement to throw an error-message * added help.xpm * Various stuff to provide an integrated help-system (not finished though) 2004-02-10 Richard Spindler <oracle2025@gmx.de> * Fixed some Stuff in the SetSnap Dialog * Fixed the Application Icon on win32 * increased snap limit to 500000 * Created an NSIS Script (for win32 Installer) 2004-02-07 Richard Spindler <oracle2025@gmx.de> * Fixed some Redraw Errors on Windows XP, tried to reduce "Flicker" on win32 * Programming in the MS Windows Enviornment is Hell! * Fixed loading of Files saved with version 0.1 * Added Version Information at various places 2004-02-05 Richard Spindler <oracle2025@gmx.de> * Fixed a Bug that made at Progress-Bar stop at too big files * Added a limitation of 24 minutes for Soundfile-Import. 2004-02-03 Richard Spindler <oracle2025@gmx.de> * Fixed a Bug that caused a floatingpoint exception in the scrollbar 2004-02-02 Richard Spindler <oracle2025@gmx.de> * Added a BPM-Input for Snap Value 2004-01-29 Richard Spindler <oracle2025@gmx.de> * Fixed broken config-file stuff 2004-01-19 Richard Spindler <oracle2025@gmx.de> * Removed a couple of win32 relatet IFDEFs in TLPanel.cpp * fixed Bug in SnapDialog 2004-01-18 Richard Spindler <oracle2025@gmx.de> * The Gungirl picture looks better now 2004-01-15 Richard Spindler <oracle2025@gmx.de> * Added a Feature: use the [shift] Key to position a sample without snap 2004-01-15 Richard Spindler <oracle2025@gmx.de> * Fixed a couple of win32 issues * If Save On Exit fails, it won't exit any more 2004-01-13 Richard Spindler <oracle2025@gmx.de> * Added BigScrollBar.cpp .h 2004-01-10 Richard Spindler <oracle2025@gmx.de> * Added some cool new icons for Wav Export and Snap Width Config * Fixed the screwed up SelectionDrag on win32 * Fixed the Selection Border having the wrong colour 2004-01-04 Richard Spindler <oracle2025@gmx.de> * Added ggEvtHandler.cpp .h 2004-01-03 Richard Spindler <oracle2025@gmx.de> * Fixed a Bunch of stuff to improve redrawing on win32 2004-01-02 Richard Spindler <oracle2025@gmx.de> * Added a Master Volume Control * Custom Colours in the Colour Dialog are now saved 2003-12-30 Richard Spindler <oracle2025@gmx.de> * Now using 64Bit Numbers for all Timeline related Data. * Fixed a Bug that coused the Timeline length to explode ;) * Changed Versionnumber in configure.ac to 0.1.1 (Not really sure why :) * Added a cooler Icon for Drag and Drop from Filer 2003-12-29 Richard Spindler <oracle2025@gmx.de> * A Projectfile can now be opened by Commandline now * A Project-File can be dropped to ggseq and will be opened * (thanks to wxGuide ;) * ShortcutsDialog won't be build -> scheduled for 0.3.0 2003-12-27 Richard Spindler <oracle2025@gmx.de> * Rubberframe only needs to touch the samples to select from now on * 'Sanefied' Selection DnD Stuff ;) 2003-12-23 Richard Spindler <oracle2025@gmx.de> * Added prefs_misc.xpm * Added ShortcutsDialog.cpp .h 2003-12-21 Georg E Schneider <georg@georgs.org> * Build first rpm-package * Corrections in rpm_build.sh and spec-file * added *.desktop file 2003-12-16 Richard Spindler <oracle2025@gmx.de> * Added 3d-Coloured Items 2003-12-14 Richard Spindler <oracle2025@gmx.de> * Implemented Custom Snap Value Presets * removed some variables for playback Position in Item and Track 2003-12-06 Richard Spindler <oracle2025@gmx.de> * added stuff.h * added SidePanel.cpp .h * added FileInfoPanel.cpp .h * ProgressBar for Exporting to WAV added 2003-11-30 Richard Spindler <oracle2025@gmx.de> * added StatusProgressBar.cpp .h and UpdateListener.cpp .h and DisableListener.h .cpp * Progressbars for Loading of Samples and Songs implemented 2003-11-26 Richard Spindler <oracle2025@gmx.de> * fixed nasty Bug in TLTrack.cpp when sorting the List 2003-11-22 Richard Spindler <oracle2025@gmx.de> * added Ruler.cpp .h 2003-11-21 Richard Spindler <oracle2025@gmx.de> * added MiniPlayer.cpp .h * added play_12.xpm stop_12.xpm 2003-11-20 Richard Spindler <oracle2025@gmx.de> * fixed "random Mute" on Startup issue. * added new Dependency on libsamplerate (http://www.mega-nerd.com/SRC/), this allows to load samples with various Samplerates, these are converted to 44100, there is a little delay when importing such samples. 2003-11-13 Richard Spindler <oracle2025@gmx.de> * fixed Load- and Save-Dialogs to remember their last Folder and to use '*.ggseq' as file-extension 2003-11-09 Richard Spindler <oracle2025@gmx.de> * added TLTrackVolumeDial.h .cpp * implemented Volume control for individual Tracks * implemented saving of Volume and Mute State 2003-11-07 Richard Spindler <oracle2025@gmx.de> * added dial.cpp .h 2003-11-01 Richard Spindler <oracle2025@gmx.de> * added TLMuteButton.h .cpp and mute_off.xpm mute_on.xpm 2003-10-26 Richard Spindler <oracle2025@gmx.de> * added a Dialog to configure the 'Snap Value' 2003-10-25 Richard Spindler <oracle2025@gmx.de> * fixed Bug where TL wasn't cleared before Loading a Song 2003-10-17 Richard Spindler <oracle2025@gmx.de> * fixed Scrollbar Bug 2003-09-20 Richard Spindler <oracle2025@gmx.de> * fixed Selection Bug 2003-09-17 Richard Spindler <oracle2025@gmx.de> * switched to tinyXml for XML Parsing
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use