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

Diff of /jsampler/trunk/ChangeLog

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

revision 1670 by iliev, Tue Feb 5 23:17:27 2008 UTC revision 2302 by iliev, Thu Dec 15 23:13:30 2011 UTC
# Line 1  Line 1 
1  CVS HEAD   CVS HEAD
2      * Initial support for Android platforms
3      
4      * Initial implementation of Sampler Browser
5        (choose Window/Sampler Browser) - another way to view/edit
6        the sampler configuration (work in progress - for now only
7        support for viewing/editing send effects)
8    
9      * Added check box "Remember decision and apply to all selected instruments"
10        to the "Map MIDI instrument" dialog when adding multiple selection
11    
12      * Add/Edit Instrument dialog and New MIDI Instrument wizard
13        are now resizable
14    
15      * Added option to select a sampler engine in the Add/Edit Instrument dialog
16    
17      * Using multicolumn menus for:
18        - loading instruments from Instruments Database
19        - adding instruments to MIDI maps from Instruments Database
20        - adding instruments to orchestras from Instruments Database
21        - selecting values in string list parameters
22    
23      * Moved all Swing dependent code outside the JSampler core
24    
25      * Fantasia:
26        - Added option to keep Fantasia always on top (View/Always On Top)
27        - Migrated to substance 6.1
28    
29      * Bug fixes:
30        - Fixed bug #156
31    
32      * Some GUI enhancements and code cleanup
33    
34    JSampler v0.9: 2009-08-03
35      * Implemented a backend list with option to manually choose a backend
36        to connect on startup(Edit/Preferences, then click the `Backend' tab)
37        and option to change the backend without restarting JSampler
38        (Actions/Change Backend or Ctrl + B)
39    
40      * Added confirmation messages for removing sampler channels and
41        audio/MIDI devices (Edit/Preferences, then click the `View' tab)
42    
43      * The column sort order in the Instruments Database window is now saved
44        for the next session
45    
46      * Optimized the MIDI instrument update process
47    
48      * Added support for handling lost files in the Instruments Database
49        (In the Instruments Database window choose Actions/Check For Lost Files)
50    
51      * Added new menu item in the Instruments Database window: Edit/Find
52    
53      * Remember the last used tab in the Preferences dialog
54    
55      * Renamed the column labels in the Channel Routing dialog: The column
56        representing the sampler channel's audio channels is "Audio In" and
57        the column representing the audio device's channels is "Audio Out"
58    
59      * Orchestras, orchestra instruments, MIDI maps and MIDI instruments
60        can now be removed using the `Delete' key from the keyboard
61    
62      * Added toolbar to the Database Instrument Chooser dialog
63    
64      * Instrument Chooser and Database Instrument Chooser dialogs
65        are now resizable
66    
67      * Reimplemented the MIDI bank/program assignment algorithm
68    
69      * Added `Copy To' and `Move To' commands to the MIDI bank context menu
70        and to the MIDI instrument context menu
71    
72      * Added commands to the MIDI instrument context menu for moving
73        a MIDI instrument to another program
74        (right-click on a MIDI instrument and choose `Change Program')
75    
76      * Added option to choose between zero-based and one-based
77        MIDI bank/program numbering
78        (choose Edit/Preferences, then click the `Advanced' button)
79    
80      * Added option to choose whether to include MIDI instrument
81        mappings when exporting a sampler configuration to LSCP script.
82        (choose Edit/Preferences, then click the `Advanced' button)
83    
84      * Added option to set the MIDI instrument loading in background
85        when exporting MIDI instrument mappings to LSCP script.
86        (choose Edit/Preferences, then click the `Advanced' button)
87    
88      * Implemented an option to change the socket read timeout
89        (choose Edit/Preferences, then click the `Backend' tab)
90    
91      * Implemented option for adding instruments in separate directories in the
92        instruments DB (patch by Chris Cherrett & Andrew Williams, a bit adjusted)
93    
94      * Implemented option to launch the backend if it is not yet started
95        (choose Edit/Preferences, then click the `Backend' tab)
96    
97      * LSCP scripts can now be run by passing them to jsampler
98        as command-line arguments
99    
100      * Added support for controlling the global sampler-wide limit of
101        maximum voices and disk streams
102        (choose Edit/Preferences, then click the `General' tab)
103    
104      * Added support for exporting the MIDI instrument maps
105        as text file, web page or Rosegarden device file
106    
107      * Updated LscpTree
108    
109      * The scripts in the `scripts' directory now pass the command-line
110        arguments to the respective jsampler distribution
111    
112      * Show controller names in fx sends dialogs
113    
114      * Proper handling of connection failures
115    
116      * ant: the default target is now build-fantasia
117      * ant: added new target build-fantasia-osx
118    
119      * Fantasia:
120        - Major memory optimizations when too many sampler channels are present
121        - Improved look and feel
122        - Implemented virtual MIDI keyboard
123        - Added option to show the Instruments Database on
124          the Right-Side Pane of the Fantasia's main window
125          (choose Edit/Preferences, then click the `View' tab)
126        - Implemented pluggable channel view
127        - Implemented Small View for sampler channels
128          (right-click on the sampler channel then choose Small View)
129        - Implemented option to choose default sampler channel view
130          (choose Edit/Preferences, then click the `Defaults' tab)
131        - Implemented multiple channels panels
132        - Store the view configuration of audio/MIDI devices and sampler
133          channels in the LSCP script when exporting sampler configuration
134        - Added context menu to sampler channels
135        - Implemented option to show different channel view when
136          the mouse pointer is over sampler channel
137          (choose Edit/Preferences, then click the `Defaults' tab)
138        - The sampler channels are now referenced by their position
139          in the list, not by their ID
140        - Implemented options to show the channel number and/or the MIDI
141          input port/channel on the sampler channel screen when using Small View
142          (choose Edit/Preferences, then click the `Channels' tab)
143        - Implemented multiple sampler channels' selection
144        - Added option to move sampler channels up and down in the channels list
145        - Added option to move sampler channels to another channels panels
146        - Added toolbar to the Right-Side Pane's Instruments Database
147        - Added option to hide the active stream/voice count statistic in
148          the sampler channel's small view
149          (choose Edit/Preferences, then click the `Channels' tab)
150        - `Turn off animation effects' checkbox moved to the `View' tab
151        - Refactoring: All basic UI components moved to
152          org.jsampler.view.fantasia.basic package
153        - Ask when removing nonempty map
154        - Migrated to substance 5
155    
156        * Mac OS Integration
157          - Moved the menu bar on top of the screen
158          - Use custom application icon
159          - Register LSCP scripts to be opened with Fantasia
160          - Changed shortcut keys (use command key instead of ctrl key)
161          - Added option to use native file choosers
162            (choose Edit/Preferences, then click the `View' tab)
163    
164    * Bug fixes:    * Bug fixes:
165      - fixed bug #66      - Bugfix: JSampler took forever to load a configuration with
166      - fixed a null pointer exception in the AudioDevicePane, when JACK        too many sampler channels
167        - Fixed bug #66
168        - Fixed a null pointer exception in the AudioDevicePane, when JACK
169        driver is used and the additional device parameters are shown.        driver is used and the additional device parameters are shown.
170      - fixed bug #76      - Fixed bug #76
171        - Fixed bug #77
172        - Fixed bug #84
173        - Fixed bug #98
174        - Backend address was always set to 127.0.0.1 when adding backend
175          to the backend list
176        - Fixed bug in the parameter table when editing
177          string list parameters with no possibilities
178        - Save send levels when exporting sampler configuration
179        - Some minor bugfixes and enhancements
180    
181  JSampler v0.8a: 2007-12-06  JSampler v0.8a: 2007-12-06
182    * Added new menu item: Help/Online Tutorial    * Added new menu item: Help/Online Tutorial

Legend:
Removed from v.1670  
changed lines
  Added in v.2302

  ViewVC Help
Powered by ViewVC