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

Contents of /jsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1488 - (show annotations) (download)
Sun Nov 18 22:12:07 2007 UTC (16 years, 4 months ago) by iliev
File size: 6086 byte(s)
* bugfix: if there is a cell editing in progress in the parameter table,
  it is now finalized before creating new audio/MIDI device

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

  ViewVC Help
Powered by ViewVC