--- jsampler/trunk/ChangeLog 2008/06/02 03:33:11 1746 +++ jsampler/trunk/ChangeLog 2008/10/07 00:07:14 1785 @@ -26,8 +26,44 @@ * Orchestras, orchestra instruments, MIDI maps and MIDI instruments can now be removed using the `Delete' key from the keyboard + * Added toolbar to the Database Instrument Chooser dialog + + * Instrument Chooser and Database Instrument Chooser dialogs + are now resizable + + * Reimplemented the MIDI bank/program assignment algorithm + + * Added `Copy To' and `Move To' commands to the MIDI bank context menu + and to the MIDI instrument context menu + + * Added commands to the MIDI instrument context menu for moving + a MIDI instrument to another program + (right-click on a MIDI instrument and choose `Change Program') + + * Added option to choose between zero-based and one-based + MIDI bank/program numbering + (choose Edit/Preferences, then click the `Advanced' button) + + * Added option to choose whether to include MIDI instrument + mappings when exporting a sampler configuration to LSCP script. + (choose Edit/Preferences, then click the `Advanced' button) + + * Added option to set the MIDI instrument loading in background + when exporting MIDI instrument mappings to LSCP script. + (choose Edit/Preferences, then click the `Advanced' button) + + * Implemented an option to change the socket read timeout + (choose Edit/Preferences, then click the `Backend' tab) + + * Implemented option for adding instruments in separate directories in the + instruments DB (patch by Chris Cherrett & Andrew Williams, a bit adjusted) + + * Updated LscpTree + * Fantasia: - Major memory optimizations when too many sampler channels are present + - Improved look and feel + - Implemented virtual MIDI keyboard - Added option to show the Instruments Database on the Right-Side Pane of the Fantasia's main window (choose Edit/Preferences, then click the `View' tab) @@ -36,6 +72,7 @@ (right-click on the sampler channel then choose Small View) - Implemented option to choose default sampler channel view (choose Edit/Preferences, then click the `Defaults' tab) + - Implemented multiple channels panels - Added context menu to sampler channels - Implemented option to show different channel view when the mouse pointer is over sampler channel @@ -45,6 +82,13 @@ - 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) + - 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 + (choose Edit/Preferences, then click the `Channels' tab) + - `Turn off animation effects' checkbox moved to the `View' tab + - Refactoring: All basic UI components moved to + org.jsampler.view.fantasia.basic package - Migrated to substance 5 * Bug fixes: @@ -56,6 +100,7 @@ - fixed bug #76 - fixed bug #77 - fixed bug #84 + - fixed bug #98 - Some minor bugfixes and enhancements JSampler v0.8a: 2007-12-06