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

Annotation of /jsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1480 - (hide annotations) (download)
Wed Nov 14 21:39:45 2007 UTC (16 years, 4 months ago) by iliev
File size: 5859 byte(s)
* added Windows file path support

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

  ViewVC Help
Powered by ViewVC