/[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 2146 by iliev, Mon Oct 11 09:31:27 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      * Fantasia:
6        - Added option to keep Fantasia always on top (View/Always On Top)
7        - Migrated to substance 6.1
8    
9      * Some GUI enhancements and code cleanup
10    
11    JSampler v0.9: 2009-08-03
12    * Implemented a backend list with option to manually choose a backend    * Implemented a backend list with option to manually choose a backend
13      to connect on startup(Edit/Preferences, then click the `Backend' tab)      to connect on startup(Edit/Preferences, then click the `Backend' tab)
14      and option to change the backend without restarting JSampler      and option to change the backend without restarting JSampler
# Line 58  CVS HEAD Line 68  CVS HEAD
68    * Implemented option for adding instruments in separate directories in the    * Implemented option for adding instruments in separate directories in the
69      instruments DB (patch by Chris Cherrett & Andrew Williams, a bit adjusted)      instruments DB (patch by Chris Cherrett & Andrew Williams, a bit adjusted)
70    
71      * Implemented option to launch the backend if it is not yet started
72        (choose Edit/Preferences, then click the `Backend' tab)
73    
74      * LSCP scripts can now be run by passing them to jsampler
75        as command-line arguments
76    
77      * Added support for controlling the global sampler-wide limit of
78        maximum voices and disk streams
79        (choose Edit/Preferences, then click the `General' tab)
80    
81      * Added support for exporting the MIDI instrument maps
82        as text file, web page or Rosegarden device file
83    
84    * Updated LscpTree    * Updated LscpTree
85    
86      * The scripts in the `scripts' directory now pass the command-line
87        arguments to the respective jsampler distribution
88    
89      * Show controller names in fx sends dialogs
90    
91      * Proper handling of connection failures
92    
93      * ant: the default target is now build-fantasia
94      * ant: added new target build-fantasia-osx
95    
96    * Fantasia:    * Fantasia:
97      - Major memory optimizations when too many sampler channels are present      - Major memory optimizations when too many sampler channels are present
98      - Improved look and feel      - Improved look and feel
# Line 72  CVS HEAD Line 105  CVS HEAD
105        (right-click on the sampler channel then choose Small View)        (right-click on the sampler channel then choose Small View)
106      - Implemented option to choose default sampler channel view      - Implemented option to choose default sampler channel view
107        (choose Edit/Preferences, then click the `Defaults' tab)        (choose Edit/Preferences, then click the `Defaults' tab)
108        - Implemented multiple channels panels
109        - Store the view configuration of audio/MIDI devices and sampler
110          channels in the LSCP script when exporting sampler configuration
111      - Added context menu to sampler channels      - Added context menu to sampler channels
112      - Implemented option to show different channel view when      - Implemented option to show different channel view when
113        the mouse pointer is over sampler channel        the mouse pointer is over sampler channel
# Line 81  CVS HEAD Line 117  CVS HEAD
117      - Implemented options to show the channel number and/or the MIDI      - Implemented options to show the channel number and/or the MIDI
118        input port/channel on the sampler channel screen when using Small View        input port/channel on the sampler channel screen when using Small View
119        (choose Edit/Preferences, then click the `Channels' tab)        (choose Edit/Preferences, then click the `Channels' tab)
120        - Implemented multiple sampler channels' selection
121        - Added option to move sampler channels up and down in the channels list
122        - Added option to move sampler channels to another channels panels
123      - Added toolbar to the Right-Side Pane's Instruments Database      - Added toolbar to the Right-Side Pane's Instruments Database
124      - Added option to hide the active stream/voice count statistic in      - Added option to hide the active stream/voice count statistic in
125        the sampler channel's small view        the sampler channel's small view
126        (choose Edit/Preferences, then click the `Channels' tab)        (choose Edit/Preferences, then click the `Channels' tab)
127      - `Turn off animation effects' checkbox moved to the `View' tab      - `Turn off animation effects' checkbox moved to the `View' tab
128        - Refactoring: All basic UI components moved to
129          org.jsampler.view.fantasia.basic package
130        - Ask when removing nonempty map
131      - Migrated to substance 5      - Migrated to substance 5
132    
133        * Mac OS Integration
134          - Moved the menu bar on top of the screen
135          - Use custom application icon
136          - Register LSCP scripts to be opened with Fantasia
137          - Changed shortcut keys (use command key instead of ctrl key)
138          - Added option to use native file choosers
139            (choose Edit/Preferences, then click the `View' tab)
140    
141    * Bug fixes:    * Bug fixes:
142      - bugfix: JSampler took forever to load a configuration with      - Bugfix: JSampler took forever to load a configuration with
143        too many sampler channels        too many sampler channels
144      - fixed bug #66      - Fixed bug #66
145      - fixed a null pointer exception in the AudioDevicePane, when JACK      - Fixed a null pointer exception in the AudioDevicePane, when JACK
146        driver is used and the additional device parameters are shown.        driver is used and the additional device parameters are shown.
147      - fixed bug #76      - Fixed bug #76
148      - fixed bug #77      - Fixed bug #77
149      - fixed bug #84      - Fixed bug #84
150      - fixed bug #98      - Fixed bug #98
151        - Backend address was always set to 127.0.0.1 when adding backend
152          to the backend list
153        - Fixed bug in the parameter table when editing
154          string list parameters with no possibilities
155        - Save send levels when exporting sampler configuration
156      - Some minor bugfixes and enhancements      - Some minor bugfixes and enhancements
157    
158  JSampler v0.8a: 2007-12-06  JSampler v0.8a: 2007-12-06

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

  ViewVC Help
Powered by ViewVC