/[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 1445 by iliev, Mon Oct 15 20:55:33 2007 UTC
# Line 1  Line 1 
1  JSampler v0.2a: 2006-03-16  JSampler v0.7a: 2007-10-15
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      * The last used instrument selection method is now saved
15        for the next session
16    
17      * Implemented automatic scrolling when new channel is created to
18        ensure that it is visible on the screen
19    
20      * Added context menu to the orchestra's instrument table with
21        commands for editing an instrument, deleting an instrument,
22        loading an instrument to a sampler channel and adding an
23        instrument to MIDI instrument map
24    
25      * Implemented more proper retrieval of the MIDI/audio driver settings
26    
27      * Implemented some UI enhancements for speeding up the
28        MIDI instrument mapping process
29    
30      * Implemented new table cell editor for editing string list
31        parameters with possibilities
32    
33      * Added support for escape sequences
34    
35      * Now database instruments and directories can have multiline descriptions
36    
37      * Added support for formatting the instruments database
38        (Choose from the instruments database window Actions/Format Database)
39    
40      * Added options for setting the maximum master and channel volume
41        (choose Edit/Preferences)
42    
43      * JS Classic:
44        - Added new button to sampler channels for starting an instrument editor
45    
46      * Fantasia:
47        - Added scrollbar to the channels pane
48        - Added new menu items: Edit/Add Channel, Edit/Create MIDI Device,
49          Edit/Create Audio Device, View/Toolbar, View/Side Pane,
50          View/Devices Pane
51        - Added button to the channel screen for starting an instrument editor
52          (point the mouse cursor over the channel screen and click 'Edit')
53        - Removed the lock border from non-editable text fields in
54          properties panes and LS Console
55        - Added detailed error dialog
56        - Master volume is now fully implemented
57        - Added options for showing additional device parameters in audio/MIDI
58          device panes (choose Edit/Preferences, then click the `View' tab)
59    
60      * Bug fixes:
61        - fixed bug #49
62        - the first loaded script was not always been executed
63        - some javadoc documentation fixes
64        - some minor bugfixes
65    
66          * Improved the look of the sampler channels' border    * Some GUI enhancements and code cleanup
67    
68          * Added `Custom Colors' section in the Preferences dialog  JSampler v0.6a: 2007-08-10
69            (choose Edit/Preferences, then click the View tab)    * The Fantasia distribution is now capable of
70        controlling all features available in LinuxSampler
71    
72          * Support for saving the window size and location for the    * Refactoring: all common UI components are moved
73            next session (choose Edit/Preferences, then select      to a new package - org.jsampler.view.std
74            `Remember window size and location' checkbox)  
75      * Some GUI enhancements, bugfixes and code cleanup.
76    
77    JSampler v0.5a: 2007-05-24
78      * Implemented instruments database support
79      * Added context menu to the MIDI instrument tree
80    
81    JSampler v0.4a: 2007-04-02
82      * Added support for MIDI instrument mapping
83    
84      * Added support for effect sends
85    
86      * Implemented export of the current sampler configuration
87        to LSCP script (Actions/Export/Sampler Configuration or Ctrl + S)
88    
89      * The JSampler's data is now stored in a user specified location.
90        To change the JSampler's home directory choose Edit/Preferences.
91    
92      * Implemented Global Controls bar (View/Global Controls).
93        
94      * Saving the LS Console's command history on exit is now optional.
95        (Edit/Preferences, then click the `LS Console' tab)
96    
97      * Some GUI enhancements, bugfixes and code cleanup.
98    
99    JSampler v0.3a: 2006-08-07
100      * Partially implemented a new view - Fantasia
101        (Graphic design: Olivier Boyer).
102      
103      * Implemented LS Console with command autocompletion
104        (using the Tab key), command history (using Up, Down keys),
105        command history search (Ctrl + R), command list search (Ctrl + F).
106        To edit the console settings (colors, command history size, etc),
107        choose Edit/Preferences, then click the `LS Console' tab.
108      
109      * Implemented Orchestras (something like Bookmarks/Favorites
110        for instruments). Instrument can also be added to orchestra using
111        Drag & Drop (drag the loaded instrument from a sampler channel
112        and drop it in the instrument list on the desired position).
113        Drag & Drop can also be used to load an instrument and to
114        autocomplete an instrument loading command in the LS Console.
115      
116      * Implemented LSCP script execution (Actions/Run Script).
117      
118      * Added more properties to the Preferences dialog.
119      
120      * API documentation updates.
121    
122      * Some bugfixes, optimizations and code cleanup.
123                    
124          * Support for saving the visibility state of the  JSampler v0.2a: 2006-03-16
125            Toolbar, Statusbar and Left Pane for the next session    * Implemented a wizard for creating sampler channels
126        (Channels/New Channel Wizard or Ctrl+Shift+N)
127    
128      * Improved the look of the sampler channels' border
129    
130      * Added `Custom Colors' section in the Preferences dialog
131        (choose Edit/Preferences, then click the View tab)
132    
133      * Support for saving the window size and location for the
134        next session (choose Edit/Preferences, then select
135        `Remember window size and location' checkbox)
136                    
137          * Added information about the total number of sampler    * Support for saving the visibility state of the
138            channels in the statusbar.      Toolbar, Statusbar and Left Pane for the next session
139                    
140          * Changes to the focus subsystem in some dialogs to    * Added information about the total number of sampler
141            improve the usability of the keyboard.      channels in the statusbar.
142    
143      * Changes to the focus subsystem in some dialogs to
144        improve the usability of the keyboard.
145    
146          * Some bugfixes    * Some bugfixes
147    

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

  ViewVC Help
Powered by ViewVC