Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (annotate) |
Sticky Revision: |
* If launched by the sampler ("live-mode"): automatically select and show the instrument which the sampler requested gigedit to edit. * OS X: Increased instrument script editor's font size by 20%.
* fixed compile errors with GTK3 (#223)
* Script Tree: Double click opens script editor.
* Increased region selector height by 50%. * Increased dimension region selector height by 20%. * Some minor fixes. * Updated "about" dialog: not so immature anymore ;-). * Configure script: require at least LinuxSampler v1.0.0.
* Dimension Region Selector: implemented multi zone selection by press and hold CTRL key. * Dimension Region Selector: show bottom and upper limit values for all dimension zones, not just the currently selected ones. * Dimension Region Selector: Fixed drawing issues when zone sizes were altered by mouse drag and labels being displayed at wrong positions.
* 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. * Mark all not referenced samples in red color (instead of gray).
* 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.
* 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.
* Fixed refresh of script tree view on main window. * Updated German translation.
* 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.
* 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. * Added a new tab "Scripts" where script groups and scripts can be created and deleted. * Added an initial script editor.
* fixed compile errors with GTK3
* Minor usability improvements (UI labels and tooltips).
* File Property Dialog: allow viewing and altering the Giga file format version (by combo box).
* Added and implemented "Tools" -> "Merge Files..." which can be used to merge the content of separate .gig files.
* Fixed various bugs regarding new "combine instruments" tool. * Show a warning if user tries to combine instruments in old .gig v2 format. * Don't auto remove stereo dimension if user drags a mono sample reference on DimensionRegion's sample reference. * Select "Instruments" tab on app start by default.
* 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'.
* Mark all recently added new leverage controllers (which are an unofficial gig sound format extension, only understood by LinuxSampler so far, not by GSt) with a "[EXT]" tag and show the user a warning dialog in case he tries to use one of those new controller types (warning can be switched off from menu).
* 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
* show build date and libgig version number in about dialog
* import 'fine tune' when importing samples with libsndfile
* 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
* fixed name entry field in instrument properties window
* made sure the instruments menu is updated when instruments are added, removed or renamed
* 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
* fixed import of 32 bit float wav files
* added "Duplicate Instrument" function
* added graphical curves for velocity response and crossfade
* gtkmm 3 fix: the WrapLabel custom widget is not needed in gtkmm 3
* compilation fix: glibmm threads API was changed (#178)
* added support for new glibmm threads API
* 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.
* 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
* preparations for release 0.2.0
* bugfix: inform the sampler when new file(s) has been imported on save operation (#82)
* made all visible strings translatable
* minor gui fix: made multi line lables expand to use full width
* the "Add Samples" dialog now remembers current directory (patch by Devin Anderson, fixes #81)
* fixed compilation with gcc 4.3
* in "Save As..." dialog set inital filename to "copy_of_<filename>" and show a warning message that saving to the same .gig file will corrupt the sample wave data * added autoconf test for the recent virtual MIDI device support on LS side to prevent compile time errors when compiling gigedit against an old LS version
* added "replace all samples" function to samples popup menu (patch by Anders Dahnielson, a bit extended, fixes #73)
* 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
* call it virtually baby: the keyboard finally can trigger notes on sampler side (only in live-mode of course) * added a red cross on top of the detached-mode icon to make it more obvious
* bugfix: key highlighting of active keys on the virtual keyboard is now working on multiple invocations from the sampler as well * 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")
* first step to make the virtual keyboard interactive: active keys of the sampler (in live-mode only of course) are highlighted on the virtual keyboard - NOTE: yet inaccurate draw of the keys and this mechanism yet only works on the first gigedit invocation by the sampler process, so this still has to be fixed
* fixed file properties dialog - properties can now be edited
* 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
* updated "About" dialog a bit
* statusbar can be hidden by menu
* added status bar to the bottom of main window (independent area on the right shows whether gigedit is running stand-alone or attached to LinuxSampler) * minor cosmetical fix in dimension manager widget * regionchooser.cpp: temporary fix for a crash which occured when gigedit was compiled with CXXFLAGS="-g"
* gettext is now an optional dependency * added Dev-C++ project files for Windows
* fixed a crash when selecting 'New' or opening another file while being attached to the sampler * don't allow the user to remove an instrument while being attached to the sampler, because it wouldn't end well ;-) * don't show a 'file modified' confirmation dialog when closing/quitting the application and being attached to the sampler, since the modifications won't be lost until the sampler was quit * while beng attached to the sampler, show the user an information dialog when he selects 'New' or 'Open', since this will detach gigedit from the sampler * updated German translation
* bugfix: signals triggered before and after sensible modifications didn't ever make it to the outer world (i.e. to LinuxSampler)
* fixed a crash that happened when gigedit was spawned more than once by LinuxSampler * fixed list box in main window which showed default elements twice when spawned by 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
* start with a new gig file by default * fixed minor compilation error
* 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 |