--- jsampler/trunk/ChangeLog 2008/10/07 00:07:14 1785 +++ jsampler/trunk/ChangeLog 2009/03/15 19:40:29 1866 @@ -58,8 +58,26 @@ * Implemented option for adding instruments in separate directories in the instruments DB (patch by Chris Cherrett & Andrew Williams, a bit adjusted) + * Implemented option to launch the backend if it is not yet started + (choose Edit/Preferences, then click the `Backend' tab) + + * LSCP scripts can now be run by passing them to jsampler + as command-line arguments + + * Added support for controlling the global sampler-wide limit of + maximum voices and disk streams + (choose Edit/Preferences, then click the `General' tab) + * Updated LscpTree + * The scripts in the `scripts' directory now pass the command-line + arguments to the respective jsampler distribution + + * Show controller names in fx sends dialogs + + * ant: the default target is now build-fantasia + * ant: added new target build-fantasia-osx + * Fantasia: - Major memory optimizations when too many sampler channels are present - Improved look and feel @@ -73,6 +91,8 @@ - Implemented option to choose default sampler channel view (choose Edit/Preferences, then click the `Defaults' tab) - Implemented multiple channels panels + - Store the view configuration of audio/MIDI devices and sampler + channels in the LSCP script when exporting sampler configuration - Added context menu to sampler channels - Implemented option to show different channel view when the mouse pointer is over sampler channel @@ -82,6 +102,9 @@ - Implemented options to show the channel number and/or the MIDI input port/channel on the sampler channel screen when using Small View (choose Edit/Preferences, then click the `Channels' tab) + - Implemented multiple sampler channels' selection + - Added option to move sampler channels up and down in the channels list + - Added option to move sampler channels to another channels panels - Added toolbar to the Right-Side Pane's Instruments Database - Added option to hide the active stream/voice count statistic in the sampler channel's small view @@ -89,18 +112,30 @@ - `Turn off animation effects' checkbox moved to the `View' tab - Refactoring: All basic UI components moved to org.jsampler.view.fantasia.basic package + - Ask when removing nonempty map - Migrated to substance 5 + * Mac OS Integration + - Moved the menu bar on top of the screen + - Use custom application icon + - Register LSCP scripts to be opened with Fantasia + - Changed shortcut keys (use command key instead of ctrl key) + * Bug fixes: - - bugfix: JSampler took forever to load a configuration with + - Bugfix: JSampler took forever to load a configuration with too many sampler channels - - fixed bug #66 - - fixed a null pointer exception in the AudioDevicePane, when JACK + - Fixed bug #66 + - Fixed a null pointer exception in the AudioDevicePane, when JACK driver is used and the additional device parameters are shown. - - fixed bug #76 - - fixed bug #77 - - fixed bug #84 - - fixed bug #98 + - Fixed bug #76 + - Fixed bug #77 + - Fixed bug #84 + - Fixed bug #98 + - Backend address was always set to 127.0.0.1 when adding backend + to the backend list + - Fixed bug in the parameter table when editing + string list parameters with no possibilities + - Save send levels when exporting sampler configuration - Some minor bugfixes and enhancements JSampler v0.8a: 2007-12-06