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

Diff of /jsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1311 by iliev, Wed Aug 29 21:23:16 2007 UTC revision 2148 by iliev, Thu Oct 14 14:45:42 2010 UTC
# Line 1  Line 1 
1  CVS HEAD   CVS HEAD
2      * Added check box "Remember decision and apply to all selected instruments"
3        to the "Map MIDI instrument" dialog when adding multiple selection
4    
5      * Add/Edit Instrument dialog and New MIDI Instrument wizard
6        are now resizable
7    
8      * Using multicolumn menus for:
9        - loading instruments from Instruments Database
10        - selecting values in string list parameters
11    
12      * Fantasia:
13        - Added option to keep Fantasia always on top (View/Always On Top)
14        - Migrated to substance 6.1
15    
16      * Some GUI enhancements and code cleanup
17    
18    JSampler v0.9: 2009-08-03
19      * Implemented a backend list with option to manually choose a backend
20        to connect on startup(Edit/Preferences, then click the `Backend' tab)
21        and option to change the backend without restarting JSampler
22        (Actions/Change Backend or Ctrl + B)
23    
24      * Added confirmation messages for removing sampler channels and
25        audio/MIDI devices (Edit/Preferences, then click the `View' tab)
26    
27      * The column sort order in the Instruments Database window is now saved
28        for the next session
29    
30      * Optimized the MIDI instrument update process
31    
32      * Added support for handling lost files in the Instruments Database
33        (In the Instruments Database window choose Actions/Check For Lost Files)
34    
35      * Added new menu item in the Instruments Database window: Edit/Find
36    
37      * Remember the last used tab in the Preferences dialog
38    
39      * Renamed the column labels in the Channel Routing dialog: The column
40        representing the sampler channel's audio channels is "Audio In" and
41        the column representing the audio device's channels is "Audio Out"
42    
43      * Orchestras, orchestra instruments, MIDI maps and MIDI instruments
44        can now be removed using the `Delete' key from the keyboard
45    
46      * Added toolbar to the Database Instrument Chooser dialog
47    
48      * Instrument Chooser and Database Instrument Chooser dialogs
49        are now resizable
50    
51      * Reimplemented the MIDI bank/program assignment algorithm
52    
53      * Added `Copy To' and `Move To' commands to the MIDI bank context menu
54        and to the MIDI instrument context menu
55    
56      * Added commands to the MIDI instrument context menu for moving
57        a MIDI instrument to another program
58        (right-click on a MIDI instrument and choose `Change Program')
59    
60      * Added option to choose between zero-based and one-based
61        MIDI bank/program numbering
62        (choose Edit/Preferences, then click the `Advanced' button)
63    
64      * Added option to choose whether to include MIDI instrument
65        mappings when exporting a sampler configuration to LSCP script.
66        (choose Edit/Preferences, then click the `Advanced' button)
67    
68      * Added option to set the MIDI instrument loading in background
69        when exporting MIDI instrument mappings to LSCP script.
70        (choose Edit/Preferences, then click the `Advanced' button)
71    
72      * Implemented an option to change the socket read timeout
73        (choose Edit/Preferences, then click the `Backend' tab)
74    
75      * Implemented option for adding instruments in separate directories in the
76        instruments DB (patch by Chris Cherrett & Andrew Williams, a bit adjusted)
77    
78      * Implemented option to launch the backend if it is not yet started
79        (choose Edit/Preferences, then click the `Backend' tab)
80    
81      * LSCP scripts can now be run by passing them to jsampler
82        as command-line arguments
83    
84      * Added support for controlling the global sampler-wide limit of
85        maximum voices and disk streams
86        (choose Edit/Preferences, then click the `General' tab)
87    
88      * Added support for exporting the MIDI instrument maps
89        as text file, web page or Rosegarden device file
90    
91      * Updated LscpTree
92    
93      * The scripts in the `scripts' directory now pass the command-line
94        arguments to the respective jsampler distribution
95    
96      * Show controller names in fx sends dialogs
97    
98      * Proper handling of connection failures
99    
100      * ant: the default target is now build-fantasia
101      * ant: added new target build-fantasia-osx
102    
103      * Fantasia:
104        - Major memory optimizations when too many sampler channels are present
105        - Improved look and feel
106        - Implemented virtual MIDI keyboard
107        - Added option to show the Instruments Database on
108          the Right-Side Pane of the Fantasia's main window
109          (choose Edit/Preferences, then click the `View' tab)
110        - Implemented pluggable channel view
111        - Implemented Small View for sampler channels
112          (right-click on the sampler channel then choose Small View)
113        - Implemented option to choose default sampler channel view
114          (choose Edit/Preferences, then click the `Defaults' tab)
115        - Implemented multiple channels panels
116        - Store the view configuration of audio/MIDI devices and sampler
117          channels in the LSCP script when exporting sampler configuration
118        - Added context menu to sampler channels
119        - Implemented option to show different channel view when
120          the mouse pointer is over sampler channel
121          (choose Edit/Preferences, then click the `Defaults' tab)
122        - The sampler channels are now referenced by their position
123          in the list, not by their ID
124        - Implemented options to show the channel number and/or the MIDI
125          input port/channel on the sampler channel screen when using Small View
126          (choose Edit/Preferences, then click the `Channels' tab)
127        - Implemented multiple sampler channels' selection
128        - Added option to move sampler channels up and down in the channels list
129        - Added option to move sampler channels to another channels panels
130        - Added toolbar to the Right-Side Pane's Instruments Database
131        - Added option to hide the active stream/voice count statistic in
132          the sampler channel's small view
133          (choose Edit/Preferences, then click the `Channels' tab)
134        - `Turn off animation effects' checkbox moved to the `View' tab
135        - Refactoring: All basic UI components moved to
136          org.jsampler.view.fantasia.basic package
137        - Ask when removing nonempty map
138        - Migrated to substance 5
139    
140        * Mac OS Integration
141          - Moved the menu bar on top of the screen
142          - Use custom application icon
143          - Register LSCP scripts to be opened with Fantasia
144          - Changed shortcut keys (use command key instead of ctrl key)
145          - Added option to use native file choosers
146            (choose Edit/Preferences, then click the `View' tab)
147    
148      * Bug fixes:
149        - Bugfix: JSampler took forever to load a configuration with
150          too many sampler channels
151        - Fixed bug #66
152        - Fixed a null pointer exception in the AudioDevicePane, when JACK
153          driver is used and the additional device parameters are shown.
154        - Fixed bug #76
155        - Fixed bug #77
156        - Fixed bug #84
157        - Fixed bug #98
158        - Backend address was always set to 127.0.0.1 when adding backend
159          to the backend list
160        - Fixed bug in the parameter table when editing
161          string list parameters with no possibilities
162        - Save send levels when exporting sampler configuration
163        - Some minor bugfixes and enhancements
164    
165    JSampler v0.8a: 2007-12-06
166      * Added new menu item: Help/Online Tutorial
167    
168      * Implemented support for retrieving instrument information
169        from instrument files
170    
171      * Added support for monitoring the total number of active disk streams
172    
173      * Added Windows file path support
174    
175      * The volume values are now shown in decibels
176    
177      * Added confirmation dialog on exit
178    
179      * Fantasia:
180        - Added option for turning off the custom window decoration
181          (choose Edit/Preferences, then click the `View' tab)
182    
183      * Bug fixes:
184        - The parameter changes were discarded when creating
185          new audio/MIDI device
186        - The orchestras changes were not saved for the next session
187          when orchestras.xml does not exist in the JSampler's home directory
188        - In some cases the sampler configuration was not exported
189          properly to LSCP script
190        - Fixed a bug in the parameter table occuring when combo box
191          is used as cell editor
192        - If there is a cell editing in progress in the parameter table,
193          it is now finalized before creating new audio/MIDI device
194        - Fantasia: Fixed the view of the channel's stream/voice count statistic
195        - Some minor bugfixes and enhancements
196    
197    JSampler v0.7a: 2007-10-15
198      * Added options for choosing default actions when channel is
199        created and assignment of default MIDI/audio drivers to be used
200        (choose Edit/Preferences, then click the `Defaults' tab)
201    
202    * A lists of recently used instrument files, directories,    * A lists of recently used instrument files, directories,
203      database instruments, database directories are now available      database instruments, database directories are now available
204      for quick access, where appropriate.      for quick access, where appropriate.
# Line 7  CVS HEAD Line 207  CVS HEAD
207      instrument/directory, last added instrument to orchestra are      instrument/directory, last added instrument to orchestra are
208      now saved for the next session      now saved for the next session
209    
210      * The last used instrument selection method is now saved
211        for the next session
212    
213      * Implemented automatic scrolling when new channel is created to
214        ensure that it is visible on the screen
215    
216      * Added context menu to the orchestra's instrument table with
217        commands for editing an instrument, deleting an instrument,
218        loading an instrument to a sampler channel and adding an
219        instrument to MIDI instrument map
220    
221      * Implemented more proper retrieval of the MIDI/audio driver settings
222    
223      * Implemented some UI enhancements for speeding up the
224        MIDI instrument mapping process
225    
226      * Implemented new table cell editor for editing string list
227        parameters with possibilities
228    
229      * Added support for escape sequences
230    
231      * Now database instruments and directories can have multiline descriptions
232    
233      * Added support for formatting the instruments database
234        (Choose from the instruments database window Actions/Format Database)
235    
236      * Added options for setting the maximum master and channel volume
237        (choose Edit/Preferences)
238    
239      * JS Classic:
240        - Added new button to sampler channels for starting an instrument editor
241    
242      * Fantasia:
243        - Added scrollbar to the channels pane
244        - Added new menu items: Edit/Add Channel, Edit/Create MIDI Device,
245          Edit/Create Audio Device, View/Toolbar, View/Side Pane,
246          View/Devices Pane
247        - Added button to the channel screen for starting an instrument editor
248          (point the mouse cursor over the channel screen and click 'Edit')
249        - Removed the lock border from non-editable text fields in
250          properties panes and LS Console
251        - Added detailed error dialog
252        - Master volume is now fully implemented
253        - Added options for showing additional device parameters in audio/MIDI
254          device panes (choose Edit/Preferences, then click the `View' tab)
255    
256    * Bug fixes:    * Bug fixes:
257      - fixed bug #49      - fixed bug #49
258      - the first loaded script was not always been executed      - the first loaded script was not always been executed
259        - some javadoc documentation fixes
260        - some minor bugfixes
261    
262      * Some GUI enhancements and code cleanup
263    
264  JSampler v0.6a: 2007-08-10  JSampler v0.6a: 2007-08-10
265    * The Fantasia distribution is now capable of    * The Fantasia distribution is now capable of

Legend:
Removed from v.1311  
changed lines
  Added in v.2148

  ViewVC Help
Powered by ViewVC