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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2413 by schoenebeck, Mon Feb 4 21:56:36 2013 UTC revision 2428 by schoenebeck, Sat Mar 2 13:54:22 2013 UTC
# Line 23  Version CVS HEAD (?) Line 23  Version CVS HEAD (?)
23      - fixed linkage error when building with      - fixed linkage error when building with
24        LDFLAGS="-Wl,--no-undefined" (#190)        LDFLAGS="-Wl,--no-undefined" (#190)
25      - fixed compilation with Clang 3.2      - fixed compilation with Clang 3.2
26        - removed usage of deprecated Automake variable INCLUDES
27    
28    * general changes:    * general changes:
29      - Refactoring: moved the independent code from      - Refactoring: moved the independent code from
# Line 63  Version CVS HEAD (?) Line 64  Version CVS HEAD (?)
64      - all engines: add pan CC value to instrument pan parameter before      - all engines: add pan CC value to instrument pan parameter before
65        applying panning, instead of using two separate pan functions in        applying panning, instead of using two separate pan functions in
66        series (#182)        series (#182)
67        - added a lock guard class for exception safe mutex handling and
68          used it everywhere appropriate
69    
70    * Gigasampler format engine:    * Gigasampler format engine:
71      - implemented the "round robin keyboard" dimension      - implemented the "round robin keyboard" dimension
# Line 303  Version CVS HEAD (?) Line 306  Version CVS HEAD (?)
306      - Fixed variable underflow in VirtualMidiDevice, which caused graphical      - Fixed variable underflow in VirtualMidiDevice, which caused graphical
307        virtual keyboards in frontends / instrument editors being stuck.        virtual keyboards in frontends / instrument editors being stuck.
308      - Bugfix in VirtualMidiDevice: process note on with velocity 0 as note off.      - Bugfix in VirtualMidiDevice: process note on with velocity 0 as note off.
309        - Implemented missing handling of MIDI "running status".
310    
311    * audio driver:    * audio driver:
312      - ASIO driver fixes for newer gcc versions (fix from PortAudio)      - ASIO driver fixes for newer gcc versions (fix from PortAudio)
# Line 310  Version CVS HEAD (?) Line 314  Version CVS HEAD (?)
314      - JACK audio: react on buffer size changes.      - JACK audio: react on buffer size changes.
315      - JACK audio: jack_port_get_buffer() was cached and called outside      - JACK audio: jack_port_get_buffer() was cached and called outside
316        RT context.        RT context.
317        - ASIO driver: removed compiler warnings
318    
319    * LSCP server:    * LSCP server:
320      - added support for sending MIDI CC messages via LSCP command      - added support for sending MIDI CC messages via LSCP command

Legend:
Removed from v.2413  
changed lines
  Added in v.2428

  ViewVC Help
Powered by ViewVC