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

Diff of /jsampler/trunk/ChangeLog

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

revision 1781 by iliev, Mon Sep 29 18:21:21 2008 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    * Implemented a backend list with option to manually choose a backend
20      to connect on startup(Edit/Preferences, then click the `Backend' tab)      to connect on startup(Edit/Preferences, then click the `Backend' tab)
21      and option to change the backend without restarting JSampler      and option to change the backend without restarting JSampler
# Line 58  CVS HEAD Line 75  CVS HEAD
75    * Implemented option for adding instruments in separate directories in the    * Implemented option for adding instruments in separate directories in the
76      instruments DB (patch by Chris Cherrett & Andrew Williams, a bit adjusted)      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    * 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:    * Fantasia:
104      - Major memory optimizations when too many sampler channels are present      - Major memory optimizations when too many sampler channels are present
105      - Improved look and feel      - Improved look and feel
# Line 72  CVS HEAD Line 112  CVS HEAD
112        (right-click on the sampler channel then choose Small View)        (right-click on the sampler channel then choose Small View)
113      - Implemented option to choose default sampler channel view      - Implemented option to choose default sampler channel view
114        (choose Edit/Preferences, then click the `Defaults' tab)        (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      - Added context menu to sampler channels
119      - Implemented option to show different channel view when      - Implemented option to show different channel view when
120        the mouse pointer is over sampler channel        the mouse pointer is over sampler channel
# Line 81  CVS HEAD Line 124  CVS HEAD
124      - Implemented options to show the channel number and/or the MIDI      - Implemented options to show the channel number and/or the MIDI
125        input port/channel on the sampler channel screen when using Small View        input port/channel on the sampler channel screen when using Small View
126        (choose Edit/Preferences, then click the `Channels' tab)        (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      - Added toolbar to the Right-Side Pane's Instruments Database
131      - Added option to hide the active stream/voice count statistic in      - Added option to hide the active stream/voice count statistic in
132        the sampler channel's small view        the sampler channel's small view
133        (choose Edit/Preferences, then click the `Channels' tab)        (choose Edit/Preferences, then click the `Channels' tab)
134      - `Turn off animation effects' checkbox moved to the `View' tab      - `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      - 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:    * Bug fixes:
149      - bugfix: JSampler took forever to load a configuration with      - Bugfix: JSampler took forever to load a configuration with
150        too many sampler channels        too many sampler channels
151      - fixed bug #66      - Fixed bug #66
152      - fixed a null pointer exception in the AudioDevicePane, when JACK      - Fixed a null pointer exception in the AudioDevicePane, when JACK
153        driver is used and the additional device parameters are shown.        driver is used and the additional device parameters are shown.
154      - fixed bug #76      - Fixed bug #76
155      - fixed bug #77      - Fixed bug #77
156      - fixed bug #84      - Fixed bug #84
157      - fixed bug #98      - 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      - Some minor bugfixes and enhancements
164    
165  JSampler v0.8a: 2007-12-06  JSampler v0.8a: 2007-12-06

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

  ViewVC Help
Powered by ViewVC