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

Annotation of /jsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1357 - (hide annotations) (download)
Sat Sep 22 17:27:06 2007 UTC (16 years, 6 months ago) by iliev
File size: 5375 byte(s)
* Added options for setting the maximum master and channel volume
  (choose Edit/Preferences)
* Fantasia: Edit instrument button is now shown on the channel
  screen only when there is loaded instrument on that channel
* Fantasia: Added options for showing additional device parameters in
  audio/MIDI device panes (Edit/Preferences, then click the `View' tab)
* Fantasia: Master volume is now fully implemented

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

  ViewVC Help
Powered by ViewVC