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

Diff of /gigedit/trunk/ChangeLog

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

revision 1185 by schoenebeck, Sun May 13 14:09:20 2007 UTC revision 2795 by schoenebeck, Fri Jul 17 12:06:00 2015 UTC
# Line 1  Line 1 
1  Version CVS HEAD  Version 1.0.0 (2015-07-17)
2    
3      * minor fix in configure for cross-compiling
4      * minor Makefile fix for parallel make
5      * use Cairo instead of deprecated gdk drawing primitives
6      * avoid deprecated gtk methods when using newer gtk versions
7      * raised minimum supported gtkmm version to 2.8
8      * ported to gtkmm 3, keeping compatibility with gtkmm 2
9      * gtkmm 3 fix: rewrote the custom widgets (regionchooser and
10        dimregionchooser) so they only draw pixels in the on_draw
11        method. This should make them work again in newer gtkmm 3
12        environments.
13      * added support for new glibmm threads API
14      * gtkmm 3 fix: the WrapLabel custom widget is not needed in gtkmm 3
15      * fixed building on Debian testing (#186)
16      * modernized configure script
17      * added graphical curves for velocity response and crossfade
18      * added "Duplicate Instrument" function
19      * fixed import of 32 bit float wav files
20      * code refactoring: created a PropEdit class for property editor
21        windows, moved Table class from mainwindow to paramedit
22      * minor gui tweaks: made note entry fields a bit wider, set a
23        minimum width for scales
24      * bug fix: avoid stale information in the instrument properties
25        window when a new file is loaded or the instrument is removed
26      * cross fade graph: draw curves of all layers in the same graph
27      * made sure the instruments menu is updated when instruments are
28        added, removed or renamed
29      * fixed name entry field in instrument properties window
30      * use character encoding Windows-1252 for all strings in gig files
31      * show dimension zone start and end as numeric text labels
32      * copying sample informations automatically may now be disabled from the
33        new "Edit" main menu
34      * import 'fine tune' when importing samples with libsndfile
35      * Mac OS X: initialize gtk and gettext with files from base
36        directory of the libgigedit library
37      * Mac OS X: fixed "recently used" in file dialogs
38      * Mac OS X: avoid crash when starting gigedit as an application
39        bundle
40      * Mac OS X: try to launch the GUI on the process's "main" thread
41      * show build date and libgig version number in about dialog
42      * added dialog for editing the CtrlTrigger and Legato midi rules
43      * if there is no region yet, show a red hint text to the user that he may
44        right click on the region chooser area to add a region
45      * added tooltips to main menu entries (was buggy before)
46      * added tooltips to instruments tree view and samples tree view
47      * added various tooltips and adjusted some labels on the region settings
48        pane
49      * GIG SOUND FORMAT EXTENSION: only a small set of possible MIDI controllers
50        was selectable for EG1 controller, EG2 controller and attenuation
51        controller (and no CC number was shown in the combo box). Obviously the
52        additional MIDI controllers can only be used with LinuxSampler, they would
53        not work with Gigasampler/GigaStudio. A warning message will be shown
54        though whenever somebody tries to use one of those extension controllers.
55      * Combine instruments: a new feature that allows to merge a selection of
56        instruments to one new single instrument. It uses the 'layer' dimension
57        to stack up the instruments. This feature is available from the main menu
58        under 'Tools' -> 'Combine Instruments'.
59      * Dimension zone amount: Support for increasing and decreasing the amount of
60        dimension zones by right clicking on the respective zone and either
61        selecting "delete" or "split" in the popup menu.
62      * Combine instruments: generalized this tool to allow combining instruments
63        based on any dimension, not only the 'layer' dimension.
64      * 'Dimension Manager' dialog: show dialog window with at least 460x300px on
65        initial usage (was far too small by default).
66      * File Property Dialog: allow viewing and altering the Giga file format
67        version (by combo box).
68      * 'Dimension Manager' dialog: added support for viewing and editing
69        dimensions of all regions simultaniously.
70      * GIG SOUND FORMAT EXTENSION: Added support for managing and editing
71        real-time instrument scripts. Instrument scripts are a LinuxSampler
72        extension of the original Giga format and will not load with the
73        GigaStudio software.
74      * GIG SOUND FORMAT EXTENSION: Added support for managing script slots for
75        instruments. Script slots define which scripts shall be executed for an
76        instrument by the sampler and in which order.
77      * Samples tree view on main window: display the amount of references for
78        each sample and show the respective sample in gray color in case it is not
79        referenced at all.
80      * Samples tree view: implemented sample reference browser, which shows a
81        tree with all instruments and their respective regions which reference the
82        selected sample once ore more.
83      * Restructured main menu: duplicated all popup menus to the main menu,
84        automatically switch to the right tree view tab when either selecting the
85        "Sample", "Instrument" or "Script" main menu entry.
86      * Dimension Region Selector: implemented multi zone selection by press and
87        hold CTRL key.
88      * Dimension Region Selector: show bottom and upper limit values for all
89        dimension zones, not just the currently selected ones.
90      * Dimension Region Selector: Fixed drawing issues when zone sizes were
91        altered by mouse drag and labels being displayed at wrong positions.
92      * Region Chooser: Double click opens dimension manager dialog.
93      * Dimension Manager: Clicking on dimension type cell of an existing dimension
94        opens a popup to alter the dimension type.
95      * Script Tree: Double click opens script editor.
96      * Fixed potential crash if exception was thrown while opening a gig file.
97      * Added support for visual progress bar while saving a gig file.
98      * Automatically switch the sampler's (audible) instrument whenever another
99        instrument was selected in gigedit (this default behavior can be switched
100        off in the settings menu of gigedit).
101      * Dimension Region Editor: Show coarse sample format info (audio channels,
102        bit depth, sample rate) and unique sample ID (since the gig format allows
103        different samples to have the same name).
104      * Dimension Region Editor: Added button "Select Sample" on the sample tab,
105        which allows to conveniently select the dimension region's sample on the
106        left hand side's samples tree view.
107      * Sample Referenve View Dialog: Clicking on a reference in the list closes
108        the dialog and jumps directly to the respective instrument, region and
109        dimension region the respective sample reference is located at.
110      * Fixed instruments, samples and scripts to appear twice after save.
111      * Implemented reordering of instruments by drag & drop.
112      * Implemented replacing of existing samples.
113      * Added "X" button next to sample reference field, which allows to remove
114        the current sample reference, allowing to create a "silent case" where
115        no sample shall be played.
116      * Fixed file name disappearing from title bar on certain actions.
117      * Added new menu item "View"->"Refresh All".
118      * Added new menu item "Samples"->"Remove Unused Samples".
119      * Region Chooser: when moving a region around automatically move the
120        keyboard position dependent pitch accordingly (can be turned off with
121        "Settings"->"Move root key with region moved").
122    
123    Version 0.2.0 (2009-07-31)
124    
125      * fixed file properties dialog - properties now can be edited
126      * gig files where regions are not internally ordered are now handled
127      * the resize mouse pointer is not shown anymore for regions that
128        can't be resized
129      * the region and dimregion chooser widgets are now resizable
130      * bugfix: sometimes you could not delete more than one dimension
131      * filter headers are now also greyed out when the filter is inactive
132      * autoconf fix: LS plugin dirs with digits in their prefix
133        (e.g. "/usr/lib64/foo") are now resolved in relative dirs as well
134        (show a warning when resolving the relative path failed)
135      * keys on the virtual keyboard now highlight on note on events on
136        sampler side
137      * virtual keyboard can now trigger notes for the sampler (only in
138        live-mode of course)
139      * implemented alternative behavior for the virtual MIDI keyboard
140        (selectable by combobox below the keyboard)
141      * show absolute velocity value of note-on & note-off events below
142        the virtual MIDI keyboard
143      * renamed misleading names regarding the gig format's "keyswitching"
144        feature (the dimension is now displayed as "keyswitching" instead of
145        "keyboard" in the dimregchooser widget and the two parameters for
146        defining the actual keyswitching area on the keyboard in the instruments
147        properties dialog are now called "Keyswitching range low/high" instead of
148        "Dimension key range low/high")
149      * added "replace all samples" function to samples popup menu
150        (patch by Anders Dahnielson, a bit extended, fixes #73)
151      * bugfix: dimension manager window didn't update when another region
152        was selected (#78)
153      * in "Save As..." dialog set inital filename to "copy_of_<filename>" and
154        show a warning message that saving to the same .gig file will corrupt
155        the sample wave data
156      * fixed compilation with gcc 4.3
157      * the "Add Samples" dialog now remembers current directory (patch by
158        Devin Anderson, fixes #81)
159      * it is now possible to create dimensions where the amount of zones
160        isn't a power of two (patch by Devin Anderson, #89, slightly
161        modified)
162      * fixed configure check for libsndfile loop support
163      * bugfix: when a stereo sample is replaced, make sure both zones of
164        the sample channel dimension get updated with the new sample
165      * minor gui fix: made multi line lables expand to use full width
166      * fixes for building the plugin with MinGW
167      * added rpm packaging file
168        (patch by Devin Anderson, slightly modified, fixes #88)
169      * made all visible strings translatable
170      * bugfix: inform the sampler when new file(s) has been imported on save
171        operation (#82)
172      * updated LinuxSampler plugin of gigedit to the latest liblinuxsampler
173        C++ API changes
174      * Windows: look for translations using base directory of libgigedit
175        dll
176      * virtual keyboard fixes: restore to grey when outside keyboard.
177        Don't trigger multiple notes for each key when moving mouse.
178    
179    Version 0.1.1 (2007-12-06)
180    
181      * multiple editor windows can now be opened by the plugin
182      * bugfix: gigedit didn't start on windows 2000
183      * standard gtk command line parameters is now handled
184      * parameter edits can now be applied to multiple regions and
185        dimension regions simultaneously - three checkboxes were added
186        that select if changes apply to all regions and/or all dimension
187        regions
188    
189    Version 0.1.0 (2007-10-15)
190    
191    * fixed compilation with older gcc versions    * fixed compilation with older gcc versions
192    * added German translation    * added German translation
# Line 13  Version CVS HEAD Line 201  Version CVS HEAD
201    * use normal layout for checkboxes    * use normal layout for checkboxes
202    * allow to resize dimension zones even when the respective dimension has    * allow to resize dimension zones even when the respective dimension has
203      no custom dimension splits yet      no custom dimension splits yet
204      * moved instrument editor into a shared library 'libgigedit', the 'gigedit'
205        binary is now just calling that shared library
206      * implemented an "instrument editor plugin" for LinuxSampler to allow
207        on-the-fly instrument editing within the sampler's own process
208        (revised directories to a more automake-friendly structure for this, to
209        avoid compilation and install errors)
210      * added experimental support to synchronize gigedit with LinuxSampler to
211        avoid race conditions / crash while modifying data structures
212      * added quick start documentation by Alexander Methke
213      * a changed file is now marked with an asterisk in the window title
214      * added close confirmation dialog, shown if file is changed
215      * "save" means "save as" for new files
216      * enabled acceleration keys
217      * add .gig to filename in "save as" if it's not already there
218      * filename character encodings other than utf-8 supported
219      * regions can now be moved, not just resized
220      * improved labels in instrument properties dialog
221      * remove file extensions from file names when importing samples
222      * added digits for octave numbers on the keyboard and made keys
223        outside piano range grey
224      * added support for 24 bit sample import
225      * when importing samples, settings for loops and root note are
226        copied from the sample files (if they have such settings)
227      * start with a new gig file by default
228      * make sure samplechannel dimension gets created for stereo samples
229      * allow building with older versions of gtk and libsndfile
230      * remember selected dimension when switching regions
231      * check if file is savable before trying to save
232      * gettext is now an optional dependency
233      * added Dev-C++ project files for Windows systems
234      * added status bar to the bottom of main window (independent area on the
235        right shows whether gigedit is running stand-alone or attached to
236        LinuxSampler)
237      * fixed crash when gigedit was compiled with CXXFLAGS="-g"
238    
239  Version 0.0.3 (2007-03-24)  Version 0.0.3 (2007-03-24)
240    

Legend:
Removed from v.1185  
changed lines
  Added in v.2795

  ViewVC Help
Powered by ViewVC