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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 1065 by schoenebeck, Sun Mar 4 02:09:10 2007 UTC revision 1181 by schoenebeck, Sat May 12 16:03:00 2007 UTC
# Line 3  Version CVS HEAD (?) Line 3  Version CVS HEAD (?)
3    * packaging changes:    * packaging changes:
4      - only the API relevant header (and source) files will be exported to      - only the API relevant header (and source) files will be exported to
5        the Doxygen API documentation (explicitly listed in Doxyfile.in)        the Doxygen API documentation (explicitly listed in Doxyfile.in)
6        - added completely new XCode project files for Mac OSX which is now
7          capable to execute our autoconf environment, thus no need anymore
8          to maintain the compile time configuration file (osx/version.h) for
9          OSX manually (patch by Toshi Nagata)
10    
11    * general changes:    * general changes:
12      - replaced the old, confusing MIDI program change mechanism by a      - replaced the old, confusing MIDI program change mechanism by a
# Line 21  Version CVS HEAD (?) Line 25  Version CVS HEAD (?)
25        MIDI instrument maps and assign each sampler channel individually        MIDI instrument maps and assign each sampler channel individually
26        a certain map, so that i.e. separation of normal instruments and        a certain map, so that i.e. separation of normal instruments and
27        drumkits is possible        drumkits is possible
28      - new notification events for tracking audio/MIDI device changes,      - new notification events for tracking changes to audio/MIDI devices,
29        MIDI instrument map changes and MIDI instrument changes        MIDI instrument maps, MIDI instruments, FX sends, global volume.
30      - sampler was limited to load max. 200 instruments in the background      - sampler was limited to load max. 200 instruments in the background
31        due to a constant size RingBuffer FIFO which is now replaced by a        due to a constant size RingBuffer FIFO which is now replaced by a
32        dynamic (unlimited) size std::list FIFO        dynamic (unlimited) size std::list FIFO
# Line 31  Version CVS HEAD (?) Line 35  Version CVS HEAD (?)
35        (i.e. jack-rack), the send levels are controllable via arbitrary MIDI        (i.e. jack-rack), the send levels are controllable via arbitrary MIDI
36        controllers        controllers
37      - global (sampler wide) volume can now be controlled at runtime      - global (sampler wide) volume can now be controlled at runtime
38        - Implemented new, improved notification system
39        - fixed compilation errors regarding OSX
40          (patch by Toshi Nagata)
41        - implemented instruments database
42    
43    * MIDI driver:    * MIDI driver:
44      - dispatch bank select (MSB and LSB) messages      - dispatch bank select (MSB and LSB) messages
# Line 53  Version CVS HEAD (?) Line 61  Version CVS HEAD (?)
61      - EG fine tuning: when attack is zero the EG starts at a level      - EG fine tuning: when attack is zero the EG starts at a level
62        above max sustain level, which means that there is a decay phase        above max sustain level, which means that there is a decay phase
63        even if sustain is 100%        even if sustain is 100%
64        - more EG fixes: the level could sometimes go below zero and cause
65          noises or crashes
66        - minor fix of EGDecay (patch by Toshi Nagata)
67        - fixed compiler error when --enable-override-filter-type was
68          supplied to the configure script (fixes #46)
69    
70    * Bug fixes:    * Bug fixes:
71      - fixed crash occurring on certain LSCP scripts (Bug 39)      - fixed crash occurring on certain LSCP scripts (Bug 39)

Legend:
Removed from v.1065  
changed lines
  Added in v.1181

  ViewVC Help
Powered by ViewVC