--- gigedit/trunk/ChangeLog 2007/10/15 20:02:33 1441 +++ gigedit/trunk/ChangeLog 2014/06/11 20:23:28 2623 @@ -1,3 +1,148 @@ +Version CVS HEAD (?) + * minor fix in configure for cross-compiling + * minor Makefile fix for parallel make + * 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 + * ported to gtkmm 3, keeping compatibility with gtkmm 2 + * 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. + * added support for new glibmm threads API + * gtkmm 3 fix: the WrapLabel custom widget is not needed in gtkmm 3 + * fixed building on Debian testing (#186) + * modernized configure script + * added graphical curves for velocity response and crossfade + * added "Duplicate Instrument" function + * fixed import of 32 bit float wav files + * 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 + * cross fade graph: draw curves of all layers in the same graph + * made sure the instruments menu is updated when instruments are + added, removed or renamed + * fixed name entry field in instrument properties window + * use character encoding Windows-1252 for all strings in gig files + * show dimension zone start and end as numeric text labels + * copying sample informations automatically may now be disabled from the + new "Edit" main menu + * import 'fine tune' when importing samples with libsndfile + * 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 + * Mac OS X: try to launch the GUI on the process's "main" thread + * show build date and libgig version number in about dialog + * added dialog for editing the CtrlTrigger and Legato midi rules + * 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 + * GIG SOUND FORMAT EXTENSION: 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). Obviously the + additional MIDI controllers can only be used with LinuxSampler, they would + not work with Gigasampler/GigaStudio. A warning message will be shown + though whenever somebody tries to use one of those extension controllers. + * 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'. + * 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: generalized this tool to allow combining instruments + based on any dimension, not only the 'layer' dimension. + * 'Dimension Manager' dialog: show dialog window with at least 460x300px on + initial usage (was far too small by default). + * File Property Dialog: allow viewing and altering the Giga file format + version (by combo box). + * 'Dimension Manager' dialog: added support for viewing and editing + dimensions of all regions simultaniously. + * 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. + * 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. + * Samples tree view on main window: display the amount of references for + each sample and show the respective sample in gray color in case it is not + referenced at all. + +Version 0.2.0 (2009-07-31) + + * fixed file properties dialog - properties now can be edited + * 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 + * 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) + * keys on the virtual keyboard now highlight on note on events on + sampler side + * virtual keyboard can now trigger notes for the sampler (only in + live-mode of course) + * 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 + * 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") + * added "replace all samples" function to samples popup menu + (patch by Anders Dahnielson, a bit extended, fixes #73) + * bugfix: dimension manager window didn't update when another region + was selected (#78) + * in "Save As..." dialog set inital filename to "copy_of_" and + show a warning message that saving to the same .gig file will corrupt + the sample wave data + * fixed compilation with gcc 4.3 + * the "Add Samples" dialog now remembers current directory (patch by + Devin Anderson, fixes #81) + * it is now possible to create dimensions where the amount of zones + isn't a power of two (patch by Devin Anderson, #89, slightly + modified) + * fixed configure check for libsndfile loop support + * bugfix: when a stereo sample is replaced, make sure both zones of + the sample channel dimension get updated with the new sample + * minor gui fix: made multi line lables expand to use full width + * fixes for building the plugin with MinGW + * added rpm packaging file + (patch by Devin Anderson, slightly modified, fixes #88) + * made all visible strings translatable + * bugfix: inform the sampler when new file(s) has been imported on save + operation (#82) + * updated LinuxSampler plugin of gigedit to the latest liblinuxsampler + C++ API changes + * 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. + +Version 0.1.1 (2007-12-06) + + * 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 + * 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 + Version 0.1.0 (2007-10-15) * fixed compilation with older gcc versions