--- gigedit/trunk/ChangeLog 2014/05/19 18:06:57 2562 +++ gigedit/trunk/ChangeLog 2014/06/11 21:22:24 2625 @@ -66,6 +66,22 @@ 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. + * 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. + * 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. Version 0.2.0 (2009-07-31)