Parent Directory | Revision Log
Links to HEAD: | (view) (download) (annotate) |
Sticky Revision: |
* Fixed more compile errors with GCC 5.
* Fixed compile error which happened with some compilers.
* 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).
* "Macro" main menu section: show macro comments as tooltip. * Macro Editor: Display demangled C++ type names. * Bumped version (1.0.0.svn43).
* Macros Setup: Implemented reordering macros by "Up" and "Down" buttons (and accordingly also altering the F1 ... F12 acceleration keys they are assigned to). * Macros Setup: Implemented calling Macro Editor from this macro setup dialog by hitting "Edit" button. * Macros Setup: Implemented editing comment on macros. * Macros Setup: Enabled various icons. * Bumped version (1.0.0.svn41).
* Macro Setup (WIP): Implemented adding new macro from clipboard or from currently selected DimensionRegion. * Bumped version (1.0.0.svn40).
* Reverted major parts of r2845 concerning deprected Gtk StockIDs (StockIDs still available with Gtk 3, no replacement API available, and these changes caused useful icons to vanish with Gtk 2). * Bumped version (1.0.0.svn39).
* Fixed potentially unhandled exceptions when app is loading its config file. * WIP: Introduced user configurable list of macros which are auto assigned to keyboard accelerators (F1 ... F12) and saved along with the app's config file (added under new main menu bar section "Macro"). * Bumped version (1.0.0.svn38).
* Macro Editor: implemented reverse selected deletion of rows * Macro Editor: Fixed "modified" state not being updated after clicking on "Apply" button. * Macro Editor: Show implemented keyboard accelerators as symbols on the "Delete" (Ctrl+Del) and "Inverse Delete" (Alt+Del) buttons. * Bumped version (1.0.0.svn37).
* WIP: Added initial draft implementation of macro editor (accessible for copied clipboard content via Alt+x). * Bumped version (1.0.0.svn35).
* Region Chooser: Mark all regions which are auto selected by check box "All Regions" with gray hatched pattern. * Bumped version (1.0.0.svn34).
* Implemented copy & paste of DimensionRegion (with Alt+c and Alt+v). * Bumped version (1.0.0.svn32).
* Implemented selecting multiple dimension region zones by keyboard with keyboard accelerators Alt+Shift+Left and Alt+Shift+Right. * Bumped version (1.0.0.svn31).
* Implemented fast navigation through regions by keyboard accelerator Ctrl+Left and Ctrl+Right (on Mac: Cmd+Left and Cmd+Right). * Implemented fast navigation through dimension region zones of currently selected region by keyboard accelerator Alt+Left, Alt+Right, Alt+Up, Alt+Down, as well as simply using the arrow keys alone if the dimension region chooser got focus (i.e. when it was selected by mouse previously). * Bumped version (1.0.0.svn29).
* Fixed crash on saving file if a sample was requested to be replaced twice by the user. * Bumped version (1.0.0.svn28).
- Just added a "Legend:" label to the new symbols.
* Fixed compile errors.
* Show graphical symbol on region that uses loop(s). * Show graphical symbol on region that misses sample reference(s). * Bumped version (1.0.0.svn27).
* Implemented resizing multiple dimension region zones at once, which is controlled by the infamous checkbox trio "all regions", "all dimension splits" and "both channels". * Bumped version (1.0.0.svn25).
* windows, 32-bit: fixed crashes by making sure the stack in sub threads is 16-byte aligned
* Show instrument index number on instruments list view. * Added multi-row selection support on samples tree view. * Added multi-row selection support on instruments list view. * Bumped version (1.0.0.svn23).
- Fixed compile error for Windows.
* Added option to main menu for performing "Save" operation with a tempoary file (may perform faster than directly modifying existing .gig file). * Bumped version (2.0.0.svn19).
* Added setting to main menu "View" -> "Auto Restore Window Dimension" (disabled by default since it causes issues on some machines). * Bumped version (1.0.0.svn14).
* Script Editor: altered keyboard shortcut Ctrl-X to Ctrl-Q (to avoid masking the common cut text shortcut). * Script Editor: if editor is used in live-mode, inform the sampler that it needs to automatically reload the script after the script has been altered and applied with the script editor. * Bumped version (1.0.0.svn13).
* 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).
* avoid using gtk stock items, as they are deprecated in gtk 3.10
* allow building with G_DISABLE_DEPRECATED * fixed building without liblinuxsampler on Mac * fixed some compiler and cppcheck warnings
* Region Chooser: when moving a region around automatically move the keyboard position dependent pitch accordingly (can be turned off with "Settings"->"Move root key with region moved").
* Fixed file name disappearing from title bar on certain actions. * Added new menu item "View"->"Refresh All". * Added new menu item "Samples"->"Remove Unused Samples".
* Implemented replacing of existing samples.
* Implemented reordering of instruments by drag & drop.
* Fixed instruments, samples and scripts to appear twice after save.
* Sample Referenve View Dialog: Clicking on a reference in the list closes the dialog and jumps directly to the respective instrument, region and dimension region the respective sample reference is located at.
* Bug fix: app could not be closed on modified files without saving them.
* 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.
* Automatically switch the sampler's (audible) instrument (in live-mode) whenever another instrument was selected in gigedit (this default behavior can be switched off in the settings menu of gigedit).
* Fixed potential crash if exception was thrown while opening a gig file. * Added progress bar while saving a gig file.
* Fixed endless loop when deleting a sample.
* 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 |