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

Diff of /jsampler/trunk/ChangeLog

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

revision 1746 by iliev, Mon Jun 2 03:33:11 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 26  CVS HEAD Line 36  CVS HEAD
36    * Orchestras, orchestra instruments, MIDI maps and MIDI instruments    * Orchestras, orchestra instruments, MIDI maps and MIDI instruments
37      can now be removed using the `Delete' key from the keyboard      can now be removed using the `Delete' key from the keyboard
38    
39      * Added toolbar to the Database Instrument Chooser dialog
40    
41      * Instrument Chooser and Database Instrument Chooser dialogs
42        are now resizable
43    
44      * Reimplemented the MIDI bank/program assignment algorithm
45    
46      * Added `Copy To' and `Move To' commands to the MIDI bank context menu
47        and to the MIDI instrument context menu
48    
49      * Added commands to the MIDI instrument context menu for moving
50        a MIDI instrument to another program
51        (right-click on a MIDI instrument and choose `Change Program')
52    
53      * Added option to choose between zero-based and one-based
54        MIDI bank/program numbering
55        (choose Edit/Preferences, then click the `Advanced' button)
56    
57      * Added option to choose whether to include MIDI instrument
58        mappings when exporting a sampler configuration to LSCP script.
59        (choose Edit/Preferences, then click the `Advanced' button)
60    
61      * Added option to set the MIDI instrument loading in background
62        when exporting MIDI instrument mappings to LSCP script.
63        (choose Edit/Preferences, then click the `Advanced' button)
64    
65      * Implemented an option to change the socket read timeout
66        (choose Edit/Preferences, then click the `Backend' tab)
67    
68      * Implemented option for adding instruments in separate directories in the
69        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
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
99        - Implemented virtual MIDI keyboard
100      - Added option to show the Instruments Database on      - Added option to show the Instruments Database on
101        the Right-Side Pane of the Fantasia's main window        the Right-Side Pane of the Fantasia's main window
102        (choose Edit/Preferences, then click the `View' tab)        (choose Edit/Preferences, then click the `View' tab)
# Line 36  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 45  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
124        - Added option to hide the active stream/voice count statistic in
125          the sampler channel's small view
126          (choose Edit/Preferences, then click the `Channels' tab)
127        - `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
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.1746  
changed lines
  Added in v.2146

  ViewVC Help
Powered by ViewVC