Parent Directory | Revision Log
Links to HEAD: | (view) (download) (annotate) |
Sticky Revision: |
DimRegionEdit: init member variable 'dimregion' with NULL. [ Usually it is not accessed before set_dim_region() was called, but just to be sure. ]
* Use more appropriate stepping/paging increments/decrements for spinboxes' plus/minus buttons (depending on the individual parameter spinbutton actually controls). * Bumped version (1.1.1.svn15).
* NKSP: Added support for managing script 'patch' variables for each instrument; added a dedicated "Script" tab on right-hand side of Gigedit's main window with a list view to manage these variables. * Bumped version (1.1.1.svn14).
* GIG SOUND FORMAT EXTENSION: Support for additional filter types: lowpass 1/2/4/6-pole, highpass 1/2/4/6-pole, bandpass 2-pole, bandreject 2-pole. * Bumped version (1.1.1.svn8).
* Gain: Allow also any positive gain dB value (instead of only +6 dB) up to +96 dB and dropped the old "Gain +6dB" checkbox for that reason. * Instrument Properties Dialog: Allow -96 dB .. +96 dB and dropped "Gain +6dB" checkbox there as well. * Instrument Properties Dialog: Show unit for attenuation and pitchbend range. * Bumped version (1.1.1.svn7).
* Fixed LFO curve previews not being redrawn on UI control changes with certain window managers and/or Gtk versions (patch by Ivan Maguidhir). * Bumped version (1.1.1.svn4).
* Increased crossfade curve preview dimensions (280px X 80px -> 500px X 100px).
* GIG SOUND FORMAT EXTENSION: Added combo box for selecting a wave form type for each one of the 3 LFOs (i.e. for overriding the default LFO sine wave form to either triangle, saw or square instead). * GIG SOUND FORMAT EXTENSION: Added slider for each one of the 3 LFOs for altering the phase displacement of the respective LFO (that is for moving the LFO's start level horizontally on the time axis). * GIG SOUND FORMAT EXTENSION: Added checkbox "Flip Phase" to LFO 3 (the original Gigasampler/GigaStudio software only supported that option for LFO 1 and LFO 2). * Bumped version (1.1.1.svn3).
- LFO Graph: fill background always white.
* Require C++11 compliant compiler. * Draw LFO curves according to settings for each one of the 3 LFOs. * Added 2 new tabs (a 3rd tab for "Amp" and a 3rd tab for "Filter"). * Shortened "Amplitude" -> "Amp" on tabs (to save space). * Increased default window width 865px -> 960px. * Bumped version (1.1.1.svn2).
* Avoid deprecated sigc++ usage
* Avoid non-standard offsetof usage (to get rid of gcc warnings)
* GIG SOUND FORMAT EXTENSION: Added combo box "Sustain Release Trigger" which can be used to optionally play release trigger samples on sustain pedal up. * GIG SOUND FORMAT EXTENSION: Added check box "No note-off release trigger" which allows to disable release trigger samples on regular MIDI note-off. * Bumped version (1.1.0.svn8).
* Added new main menu item "View" -> "Tooltips for Beginners" which allows to disable tooltips intended for newbies only (default: on). * Bumped version (1.1.0.svn3).
* Spelling fixes (patch provided by Debian maintainer Jaromír Mikeš).
* Visual cosmetics on Gtk 3. * Script Editor: Use consistent font size on all screens and DPI settings. * Bumped version (1.0.0.svn65).
* Added experimental support for upcoming GTK(MM)4 (for now up to GTKMM 3.91.2 while still preserving backward compatibility down to GTKMM 2). * Re-merged r2845 to compile now with and without Gtk "Stock ID" API (see also r3158).
* Added EG state machine options for EG1 and EG2, which may be used to configure whether the individual EG stages may be cancelled. * Bumped version (1.0.0.svn60).
* fixed building with G_DISABLE_DEPRECATED
* Live mode performance optimization: fixed the editor to be non-responsive for a very long time, which happened if changing instrument parameters of a very large amount of dimension regions was requested. * Bumped version (1.0.0.svn45).
* Fixed compiler warning. * Bumped version (1.0.0.svn24).
* Show sample group name and CRC-32 checksum on "Sample" tab. * Bumped version (1.0.0.svn22).
- Fix of previous commit.
* Dimension Region Editor: when assigning a new sample to a dimension region, apply the sample to all currently selected dimension regions (i.e. when Ctrl select was used on the dimension selector widget). * Bumped version (1.0.0.svn16).
* Synthesis paremeter page tabs are now scrollable (fixes an issue with GTK 3: default theme uses huge tabs which breaks the overall layout on average window sizes). * Bumped version (1.0.0.svn1).
* allow building with G_DISABLE_DEPRECATED * fixed building without liblinuxsampler on Mac * fixed some compiler and cppcheck warnings
* 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.
- Just replaced primitive "<-" US ASCII string to a more pretier left arrow unicode character.
* 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).
* Minor usability improvements (UI labels and tooltips).
* fixed minor typo * updated German translation
* 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
* copying sample informations automatically may now be disabled from the new "Edit" main menu
* use character encoding Windows-1252 for all strings in gig files
* cross fade graph: draw curves of all layers in the same graph
* minor tweaks to the graphical curves * updated Swedish translation
* added graphical curves for velocity response and crossfade
* 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
* made all visible strings translatable
* bugfix: when a stereo sample is replaced, make sure both zones of the sample channel dimension get updated with the new sample
* 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
* 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
* code refactoring: preparing for being able to edit multiple dimension regions simultaneously
* gettext is now an optional dependency * added Dev-C++ project files for Windows
* fixed couple other parameters which were silently ignored by the sampler on a live-editing session with LS (parameter "Gain" and various velocity response parameters for attenuation, filter cutoff frequency and EG release time)
* bugfix: signals triggered before and after sensible modifications didn't ever make it to the outer world (i.e. to LinuxSampler)
* 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
* 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)
* 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
moved gigedit sources from src/ -> src/gigedit/
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 |