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

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

  ViewVC Help
Powered by ViewVC