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

Diff of /jsampler/trunk/ChangeLog

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

revision 1743 by iliev, Sat May 31 23:04:01 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 23  CVS HEAD Line 40  CVS HEAD
40      representing the sampler channel's audio channels is "Audio In" and      representing the sampler channel's audio channels is "Audio In" and
41      the column representing the audio device's channels is "Audio Out"      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:    * 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
106        - Implemented virtual MIDI keyboard
107      - Added option to show the Instruments Database on      - Added option to show the Instruments Database on
108        the Right-Side Pane of the Fantasia's main window        the Right-Side Pane of the Fantasia's main window
109        (choose Edit/Preferences, then click the `View' tab)        (choose Edit/Preferences, then click the `View' tab)
# Line 33  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 42  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
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      - 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
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.1743  
changed lines
  Added in v.2148

  ViewVC Help
Powered by ViewVC