--- jsampler/trunk/ChangeLog 2006/08/07 18:25:58 911 +++ jsampler/trunk/ChangeLog 2007/09/04 15:41:13 1323 @@ -1,3 +1,60 @@ +CVS HEAD + * Added options for choosing default actions when channel is + created and assignment of default MIDI/audio drivers to be used + (choose Edit/Preferences, then click the `Defaults' tab) + + * A lists of recently used instrument files, directories, + database instruments, database directories are now available + for quick access, where appropriate. + + * The locations of the last loaded instrument, last scanned + instrument/directory, last added instrument to orchestra are + now saved for the next session + + * Implemented automatic scrolling when new channel is created to + ensure that it is visible on the screen + + * Fantasia: + - Added scrollbar to the channels pane + - Added new menu items: Edit/Add Channel, Edit/Create MIDI Device, + Edit/Create Audio Device, View/Toolbar, View/Side Pane, + View/Devices Pane + + * Bug fixes: + - fixed bug #49 + - the first loaded script was not always been executed + +JSampler v0.6a: 2007-08-10 + * The Fantasia distribution is now capable of + controlling all features available in LinuxSampler + + * Refactoring: all common UI components are moved + to a new package - org.jsampler.view.std + + * Some GUI enhancements, bugfixes and code cleanup. + +JSampler v0.5a: 2007-05-24 + * Implemented instruments database support + * Added context menu to the MIDI instrument tree + +JSampler v0.4a: 2007-04-02 + * Added support for MIDI instrument mapping + + * Added support for effect sends + + * Implemented export of the current sampler configuration + to LSCP script (Actions/Export/Sampler Configuration or Ctrl + S) + + * The JSampler's data is now stored in a user specified location. + To change the JSampler's home directory choose Edit/Preferences. + + * Implemented Global Controls bar (View/Global Controls). + + * Saving the LS Console's command history on exit is now optional. + (Edit/Preferences, then click the `LS Console' tab) + + * Some GUI enhancements, bugfixes and code cleanup. + JSampler v0.3a: 2006-08-07 * Partially implemented a new view - Fantasia (Graphic design: Olivier Boyer).