Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (annotate) |
Sticky Revision: |
* Added "X" button next to sample reference field, which allows to remove the current sample reference, allowing to create a "silent case" where no sample shall be played.
* Implemented replacing of existing samples.
* Implemented reordering of instruments by drag & drop.
* Fixed instruments, samples and scripts to appear twice after save.
- Forgot to commit ChangeLog change with previous commit.
* Dimension Region Editor: Added button "Select Sample" on the sample tab, which allows to conveniently select the dimension region's sample on the left hand side's samples tree view.
* Dimension Region Editor: Show coarse sample format info (audio channels, bit depth, sample rate) and unique sample ID (since the gig format allows different samples to have the same name).
* Automatically switch the sampler's (audible) instrument (in live-mode) whenever another instrument was selected in gigedit (this default behavior can be switched off in the settings menu of gigedit).
* Fixed potential crash if exception was thrown while opening a gig file. * Added progress bar while saving a gig file.
* Script Tree: Double click opens script editor.
* Region Chooser: Double click opens dimension manager dialog. * Dimension Manager: Clicking on dimension type cell of an existing dimension opens a popup to alter the dimension type.
* Dimension Region Selector: implemented multi zone selection by press and hold CTRL key. * Dimension Region Selector: show bottom and upper limit values for all dimension zones, not just the currently selected ones. * Dimension Region Selector: Fixed drawing issues when zone sizes were altered by mouse drag and labels being displayed at wrong positions.
* Restructured main menu: duplicated all popup menus to the main menu, automatically switch to the right tree view tab when either selecting the "Sample", "Instrument" or "Script" main menu entry. * Mark all not referenced samples in red color (instead of gray).
* Samples tree view: implemented sample reference browser, which shows a tree with all instruments and their respective regions which reference the selected sample once ore more.
- Forgot to commit ChangeLog with previous commit.
* GIG SOUND FORMAT EXTENSION: Added support for managing script slots for instruments. Script slots define which scripts shall be executed for an instrument by the sampler and in which order.
* GIG SOUND FORMAT EXTENSION: Added support for managing and editing real-time instrument scripts. Instrument scripts are a LinuxSampler extension of the original Giga format and will not load with the GigaStudio software. * Added a new tab "Scripts" where script groups and scripts can be created and deleted. * Added an initial script editor.
* 'Dimension Manager' dialog: added support for viewing and editing dimensions of all regions simultaniously.
* File Property Dialog: allow viewing and altering the Giga file format version (by combo box).
* Combine instruments: generalized this tool to allow combining instruments based on any dimension (selectable by combo box), not only the 'layer' dimension. Also fixed some bugs that could lead to undesired results when combining instruments, i.e. source instruments being copied into wrong target zones or in wrong order under certain conditions. * 'Dimension Manager' dialog: show dialog window with at least 460x300px on initial usage (was far too small by default).
* Dimension zone amount: Support for increasing and decreasing the amount of dimension zones by right clicking on the respective zone and either selecting "delete" or "split" in the popup menu.
* Combine instruments: a new feature that allows to merge a selection of instruments to one new single instrument. It uses the 'layer' dimension to stack up the instruments. This feature is available from the main menu under 'Tools' -> 'Combine Instruments'.
* Mark all recently added new leverage controllers (which are an unofficial gig sound format extension, only understood by LinuxSampler so far, not by GSt) with a "[EXT]" tag and show the user a warning dialog in case he tries to use one of those new controller types (warning can be switched off from menu).
* fix: only a small set of possible MIDI controllers was selectable for EG1 controller, EG2 controller and attenuation controller (and no CC number was shown in the combo box)
* if there is no region yet, show a red hint text to the user that he may right click on the region chooser area to add a region * added tooltips to main menu entries (was buggy before) * added tooltips to instruments tree view and samples tree view * added various tooltips and adjusted some labels on the region settings pane
* added dialog for editing the CtrlTrigger and Legato midi rules
* show build date and libgig version number in about dialog
* Mac OS X: try to launch the GUI on the process's "main" thread
* fixed compilation error with newer glibmm * minor update of Swedish and German translations * Mac OS X: initialize gtk and gettext with files from base directory of the libgigedit library * Mac OS X: fixed "recently used" in file dialogs * Mac OS X: avoid crash when starting gigedit as an application bundle
* import 'fine tune' when importing samples with libsndfile
* copying sample informations automatically may now be disabled from the new "Edit" main menu
* show dimension zone start and end as numeric text labels
* use character encoding Windows-1252 for all strings in gig files
* fixed name entry field in instrument properties window
* made sure the instruments menu is updated when instruments are added, removed or renamed
* cross fade graph: draw curves of all layers in the same graph
* code refactoring: created a PropEdit class for property editor windows, moved Table class from mainwindow to paramedit * minor gui tweaks: made note entry fields a bit wider, set a minimum width for scales * bug fix: avoid stale information in the instrument properties window when a new file is loaded or the instrument is removed
* fixed import of 32 bit float wav files
* added "Duplicate Instrument" function
* added graphical curves for velocity response and crossfade
* modernized configure script
* fixed building on Debian testing (#186)
* gtkmm 3 fix: the WrapLabel custom widget is not needed in gtkmm 3
* added support for new glibmm threads API
* gtkmm 3 fix: rewrote the custom widgets (regionchooser and dimregionchooser) so they only draw pixels in the on_draw method. This should make them work again in newer gtkmm 3 environments.
* ported to gtkmm 3, keeping compatibility with gtkmm 2
* use Cairo instead of deprecated gdk drawing primitives * avoid deprecated gtk methods when using newer gtk versions * raised minimum supported gtkmm version to 2.8
* minor Makefile fix for parallel make
* minor fix in configure for cross-compiling
* preparations for release 0.2.0
* Windows: look for translations using base directory of libgigedit dll * virtual keyboard fixes: restore to grey when outside keyboard. Don't trigger multiple notes for each key when moving mouse.
* updated LinuxSampler plugin of gigedit to the latest liblinuxsampler C++ API changes
* bugfix: inform the sampler when new file(s) has been imported on save operation (#82)
* made all visible strings translatable
* added rpm packaging file (patch by Devin Anderson, slightly modified, fixes #88)
* fixes for building the plugin with MinGW
* minor gui fix: made multi line lables expand to use full width
* bugfix: when a stereo sample is replaced, make sure both zones of the sample channel dimension get updated with the new sample
* fixed configure check for libsndfile loop support
* allow to create amounts of dimension zones that aren't powers of two (patch by Devin Anderson, #89, slightly modified)
* the "Add Samples" dialog now remembers current directory (patch by Devin Anderson, fixes #81)
* fixed compilation with gcc 4.3
* in "Save As..." dialog set inital filename to "copy_of_<filename>" and show a warning message that saving to the same .gig file will corrupt the sample wave data * added autoconf test for the recent virtual MIDI device support on LS side to prevent compile time errors when compiling gigedit against an old LS version
* bugfix: dimension manager window didn't update when another region was selected (#78)
* added "replace all samples" function to samples popup menu (patch by Anders Dahnielson, a bit extended, fixes #73)
* implemented alternative behavior for the virtual MIDI keyboard (selectable by combobox below the keyboard) * show absolute velocity value of note-on & note-off events below the virtual MIDI keyboard
* call it virtually baby: the keyboard finally can trigger notes on sampler side (only in live-mode of course) * added a red cross on top of the detached-mode icon to make it more obvious
* bugfix: key highlighting of active keys on the virtual keyboard is now working on multiple invocations from the sampler as well * renamed misleading names regarding the gig format's "keyswitching" feature (the dimension is now displayed as "keyswitching" instead of "keyboard" in the dimregchooser widget and the two parameters for defining the actual keyswitching area on the keyboard in the instruments properties dialog are now called "Keyswitching range low/high" instead of "Dimension key range low/high")
* first step to make the virtual keyboard interactive: active keys of the sampler (in live-mode only of course) are highlighted on the virtual keyboard - NOTE: yet inaccurate draw of the keys and this mechanism yet only works on the first gigedit invocation by the sampler process, so this still has to be fixed
* autoconf fix: LS plugin dirs with digits in their prefix (e.g. "/usr/lib64/foo") are now resolved in relative dirs as well (show a warning when resolving the relative path failed)
* gig files where regions are not internally ordered are now handled * the resize mouse pointer is not shown anymore for regions that can't be resized * the region and dimregion chooser widgets are now resizable * bugfix: sometimes you could not delete more than one dimension * filter headers are now also greyed out when the filter is inactive
* fixed file properties dialog - properties can now be edited
* preparations for release 0.1.1
* parameter edits can now be applied to multiple regions and dimension regions simultaneously - three checkboxes were added that select if changes apply to all regions and/or all dimension regions
* multiple editor windows can now be opened by the plugin * bugfix: gigedit didn't start on windows 2000 * standard gtk command line parameters is now handled
- preparations for release 0.1.0
* added status bar to the bottom of main window (independent area on the right shows whether gigedit is running stand-alone or attached to LinuxSampler) * minor cosmetical fix in dimension manager widget * regionchooser.cpp: temporary fix for a crash which occured when gigedit was compiled with CXXFLAGS="-g"
* gettext is now an optional dependency * added Dev-C++ project files for Windows
* as counterpart to latest LS commit: added experimental support to synchronize gigedit with LinuxSampler to avoid race conditions / crash while modifying data structures and playing the instrument with LS at the same time * packaging fixes: don't use a hard coded path to install the LS plugin DLL, trying to substitute the given LS plugin directory by the '${libdir}' automake variable (mandatory i.e. for Gentoo ebuild) and include plugin/linuxsamplerplugin.h into the release tarball ('make dist') * updated German translation (po/de.po)
* make sure samplechannel dimension gets created for stereo samples * allow building with older versions of gtk and libsndfile * remember selected dimension when switching regions * fix for loop parameters for unmapped dimregions * check if file is savable before trying to save
* start with a new gig file by default * fixed minor compilation error
* added support for 24 bit sample import * when importing samples, settings for loops and root note are copied from the sample files (if they have such settings)
- forgot to comment the octave numbers in ChangeLog
* regions can now be moved, not just resized * improved labels in instrument properties dialog * remove file extensions from file names when importing samples * fixed some more checkbox layouts
* a changed file is now marked with an asterisk in the window title * added close confirmation dialog, shown if file is changed * "save" means "save as" for new files * enabled acceleration keys * add .gig to filename in "save as" if it's not already there * filename character encodings other than utf-8 supported
* added quick start documentation by Alexander Methke
* revised directories to a more automake-friendly structure to avoid compilation and install errors
* moved instrument editor into a shared library 'libgigedit', the 'gigedit' binary is now just calling that shared library * implemented an "instrument editor plugin" for LinuxSampler to allow on-the-fly instrument editing within the sampler's own process (this is an optional feature, auto detected at compile time)
* allow to resize dimension zones even when the respective dimension has no custom dimension splits yet
* improved labels in dimension region editor * use normal layout for checkboxes
* implemented sample loop editing
* added Makefile.cvs (just for standard compliance with other projects) * added Debian packaging infrastructure
* restructured dimension region editor for elements to be in a more logical and intuitive order
* reworked instrument properties dialog - properties can now be edited * code cleanup: removed the pointer to member usage in paramedit as it just made things more complicated
* added German translation
* fixed compilation with older gcc versions
* wrote ChangeLog and NEWS * removed some verbose logging
This commit was generated by cvs2svn to compensate for changes in r1052, which included commits to RCS files with non-trunk default branches.
Initial revision
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
ViewVC Help | |
Powered by ViewVC |