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

Diff of /jsampler/trunk/ChangeLog

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

revision 1467 by iliev, Sat Nov 3 13:14:31 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:    * Bug fixes:
184      - The parameter changes were discarded when creating      - The parameter changes were discarded when creating
185        new audio/MIDI device        new audio/MIDI device
# Line 6  CVS HEAD Line 187  CVS HEAD
187        when orchestras.xml does not exist in the JSampler's home directory        when orchestras.xml does not exist in the JSampler's home directory
188      - In some cases the sampler configuration was not exported      - In some cases the sampler configuration was not exported
189        properly to LSCP script        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      - Some minor bugfixes and enhancements
196    
197  JSampler v0.7a: 2007-10-15  JSampler v0.7a: 2007-10-15

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

  ViewVC Help
Powered by ViewVC