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

Annotation of /jsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1585 - (hide annotations) (download)
Mon Dec 10 15:44:15 2007 UTC (16 years, 3 months ago) by iliev
File size: 6662 byte(s)
* fixed bug #66

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

  ViewVC Help
Powered by ViewVC