/[svn]/jsampler/trunk/ChangeLog
ViewVC logotype

Diff of /jsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 845 by iliev, Fri Mar 17 12:08:46 2006 UTC revision 1329 by iliev, Sat Sep 8 18:33:05 2007 UTC
# Line 1  Line 1 
1  JSampler v0.2a: 2006-03-16  CVS HEAD
2          * Implemented a wizard for creating sampler channels    * Added options for choosing default actions when channel is
3            (Channels/New Channel Wizard or Ctrl+Shift+N)      created and assignment of default MIDI/audio drivers to be used
4        (choose Edit/Preferences, then click the `Defaults' tab)
5    
6      * A lists of recently used instrument files, directories,
7        database instruments, database directories are now available
8        for quick access, where appropriate.
9    
10      * The locations of the last loaded instrument, last scanned
11        instrument/directory, last added instrument to orchestra are
12        now saved for the next session
13    
14      * Implemented automatic scrolling when new channel is created to
15        ensure that it is visible on the screen
16    
17      * Added context menu to the orchestra's instrument table with
18        commands for editing an instrument, deleting an instrument,
19        loading an instrument to a sampler channel and adding an
20        instrument to MIDI instrument map
21    
22      * Implemented more proper retrieval of the MIDI/audio driver settings
23    
24      * Implemented some UI enhancements for speeding up the
25        MIDI instrument mapping process
26    
27      * Implemented new table cell editor for editing string list
28        parameters with possibilities
29    
30      * Fantasia:
31        - Added scrollbar to the channels pane
32        - Added new menu items: Edit/Add Channel, Edit/Create MIDI Device,
33          Edit/Create Audio Device, View/Toolbar, View/Side Pane,
34          View/Devices Pane
35    
36      * Bug fixes:
37        - fixed bug #49
38        - the first loaded script was not always been executed
39        - some javadoc documentation fixes
40        - some minor bugfixes
41    
42    JSampler v0.6a: 2007-08-10
43      * The Fantasia distribution is now capable of
44        controlling all features available in LinuxSampler
45    
46      * Refactoring: all common UI components are moved
47        to a new package - org.jsampler.view.std
48    
49          * Improved the look of the sampler channels' border    * Some GUI enhancements, bugfixes and code cleanup.
50    
51          * Added `Custom Colors' section in the Preferences dialog  JSampler v0.5a: 2007-05-24
52            (choose Edit/Preferences, then click the View tab)    * Implemented instruments database support
53      * Added context menu to the MIDI instrument tree
54    
55          * Support for saving the window size and location for the  JSampler v0.4a: 2007-04-02
56            next session (choose Edit/Preferences, then select    * Added support for MIDI instrument mapping
57            `Remember window size and location' checkbox)  
58      * Added support for effect sends
59    
60      * Implemented export of the current sampler configuration
61        to LSCP script (Actions/Export/Sampler Configuration or Ctrl + S)
62    
63      * The JSampler's data is now stored in a user specified location.
64        To change the JSampler's home directory choose Edit/Preferences.
65    
66      * Implemented Global Controls bar (View/Global Controls).
67        
68      * Saving the LS Console's command history on exit is now optional.
69        (Edit/Preferences, then click the `LS Console' tab)
70    
71      * Some GUI enhancements, bugfixes and code cleanup.
72    
73    JSampler v0.3a: 2006-08-07
74      * Partially implemented a new view - Fantasia
75        (Graphic design: Olivier Boyer).
76      
77      * Implemented LS Console with command autocompletion
78        (using the Tab key), command history (using Up, Down keys),
79        command history search (Ctrl + R), command list search (Ctrl + F).
80        To edit the console settings (colors, command history size, etc),
81        choose Edit/Preferences, then click the `LS Console' tab.
82      
83      * Implemented Orchestras (something like Bookmarks/Favorites
84        for instruments). Instrument can also be added to orchestra using
85        Drag & Drop (drag the loaded instrument from a sampler channel
86        and drop it in the instrument list on the desired position).
87        Drag & Drop can also be used to load an instrument and to
88        autocomplete an instrument loading command in the LS Console.
89      
90      * Implemented LSCP script execution (Actions/Run Script).
91      
92      * Added more properties to the Preferences dialog.
93      
94      * API documentation updates.
95    
96      * Some bugfixes, optimizations and code cleanup.
97                    
98          * Support for saving the visibility state of the  JSampler v0.2a: 2006-03-16
99            Toolbar, Statusbar and Left Pane for the next session    * Implemented a wizard for creating sampler channels
100        (Channels/New Channel Wizard or Ctrl+Shift+N)
101    
102      * Improved the look of the sampler channels' border
103    
104      * Added `Custom Colors' section in the Preferences dialog
105        (choose Edit/Preferences, then click the View tab)
106    
107      * Support for saving the window size and location for the
108        next session (choose Edit/Preferences, then select
109        `Remember window size and location' checkbox)
110                    
111          * Added information about the total number of sampler    * Support for saving the visibility state of the
112            channels in the statusbar.      Toolbar, Statusbar and Left Pane for the next session
113                    
114          * Changes to the focus subsystem in some dialogs to    * Added information about the total number of sampler
115            improve the usability of the keyboard.      channels in the statusbar.
116    
117      * Changes to the focus subsystem in some dialogs to
118        improve the usability of the keyboard.
119    
120          * Some bugfixes    * Some bugfixes
121    

Legend:
Removed from v.845  
changed lines
  Added in v.1329

  ViewVC Help
Powered by ViewVC