/[svn]/gigedit/trunk/ChangeLog
ViewVC logotype

Diff of /gigedit/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2466 by schoenebeck, Thu Sep 5 03:02:48 2013 UTC revision 2644 by schoenebeck, Tue Jun 17 22:55:02 2014 UTC
# Line 31  Version CVS HEAD (?) Line 31  Version CVS HEAD (?)
31    * copying sample informations automatically may now be disabled from the    * copying sample informations automatically may now be disabled from the
32      new "Edit" main menu      new "Edit" main menu
33    * import 'fine tune' when importing samples with libsndfile    * import 'fine tune' when importing samples with libsndfile
34      * Mac OS X: initialize gtk and gettext with files from base
35        directory of the libgigedit library
36      * Mac OS X: fixed "recently used" in file dialogs
37      * Mac OS X: avoid crash when starting gigedit as an application
38        bundle
39      * Mac OS X: try to launch the GUI on the process's "main" thread
40      * show build date and libgig version number in about dialog
41      * added dialog for editing the CtrlTrigger and Legato midi rules
42      * if there is no region yet, show a red hint text to the user that he may
43        right click on the region chooser area to add a region
44      * added tooltips to main menu entries (was buggy before)
45      * added tooltips to instruments tree view and samples tree view
46      * added various tooltips and adjusted some labels on the region settings
47        pane
48      * GIG SOUND FORMAT EXTENSION: only a small set of possible MIDI controllers
49        was selectable for EG1 controller, EG2 controller and attenuation
50        controller (and no CC number was shown in the combo box). Obviously the
51        additional MIDI controllers can only be used with LinuxSampler, they would
52        not work with Gigasampler/GigaStudio. A warning message will be shown
53        though whenever somebody tries to use one of those extension controllers.
54      * Combine instruments: a new feature that allows to merge a selection of
55        instruments to one new single instrument. It uses the 'layer' dimension
56        to stack up the instruments. This feature is available from the main menu
57        under 'Tools' -> 'Combine Instruments'.
58      * Dimension zone amount: Support for increasing and decreasing the amount of
59        dimension zones by right clicking on the respective zone and either
60        selecting "delete" or "split" in the popup menu.
61      * Combine instruments: generalized this tool to allow combining instruments
62        based on any dimension, not only the 'layer' dimension.
63      * 'Dimension Manager' dialog: show dialog window with at least 460x300px on
64        initial usage (was far too small by default).
65      * File Property Dialog: allow viewing and altering the Giga file format
66        version (by combo box).
67      * 'Dimension Manager' dialog: added support for viewing and editing
68        dimensions of all regions simultaniously.
69      * GIG SOUND FORMAT EXTENSION: Added support for managing and editing
70        real-time instrument scripts. Instrument scripts are a LinuxSampler
71        extension of the original Giga format and will not load with the
72        GigaStudio software.
73      * GIG SOUND FORMAT EXTENSION: Added support for managing script slots for
74        instruments. Script slots define which scripts shall be executed for an
75        instrument by the sampler and in which order.
76      * Samples tree view on main window: display the amount of references for
77        each sample and show the respective sample in gray color in case it is not
78        referenced at all.
79      * Samples tree view: implemented sample reference browser, which shows a
80        tree with all instruments and their respective regions which reference the
81        selected sample once ore more.
82      * Restructured main menu: duplicated all popup menus to the main menu,
83        automatically switch to the right tree view tab when either selecting the
84        "Sample", "Instrument" or "Script" main menu entry.
85      * Dimension Region Selector: implemented multi zone selection by press and
86        hold CTRL key.
87      * Dimension Region Selector: show bottom and upper limit values for all
88        dimension zones, not just the currently selected ones.
89      * Dimension Region Selector: Fixed drawing issues when zone sizes were
90        altered by mouse drag and labels being displayed at wrong positions.
91      * Region Chooser: Double click opens dimension manager dialog.
92      * Dimension Manager: Clicking on dimension type cell of an existing dimension
93        opens a popup to alter the dimension type.
94      * Script Tree: Double click opens script editor.
95    
96  Version 0.2.0 (2009-07-31)  Version 0.2.0 (2009-07-31)
97    

Legend:
Removed from v.2466  
changed lines
  Added in v.2644

  ViewVC Help
Powered by ViewVC