Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
Sticky Revision: |
* 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.
* 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.
* 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.
* 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).
* added dialog for editing the CtrlTrigger and Legato midi rules
* copying sample informations automatically may now be disabled from the new "Edit" main menu
* 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
* added "Duplicate Instrument" function
* added support for new glibmm threads API
* bugfix: inform the sampler when new file(s) has been imported on save operation (#82)
* the "Add Samples" dialog now remembers current directory (patch by Devin Anderson, fixes #81)
* added "replace all samples" function to samples popup menu (patch by Anders Dahnielson, a bit extended, fixes #73)
* 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
* 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
* 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"
* 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)
* 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
* 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 |