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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2360 by persson, Thu Aug 16 17:01:35 2012 UTC revision 2370 by schoenebeck, Wed Sep 19 13:11:45 2012 UTC
# Line 22  Version CVS HEAD (?) Line 22  Version CVS HEAD (?)
22      - fixed configure script error with old autoconf versions      - fixed configure script error with old autoconf versions
23      - lsatomic.h: use gcc provided atomic functions if building with      - lsatomic.h: use gcc provided atomic functions if building with
24        gcc 4.7 and C++11        gcc 4.7 and C++11
25        - modernized configure script
26            
27    * general changes:    * general changes:
28      - Refactoring: moved the independent code from      - Refactoring: moved the independent code from
29        the Gigasampler format engine to base classes        the Gigasampler format engine to base classes
# Line 215  Version CVS HEAD (?) Line 216  Version CVS HEAD (?)
216        group and off_by opcodes (#168)        group and off_by opcodes (#168)
217      - made end=0 play the whole sample      - made end=0 play the whole sample
218      - fixed support for lochan and hichan opcodes (#155)      - fixed support for lochan and hichan opcodes (#155)
219        - fixed crash when using lochan/hichan opcodes (#187)
220    
221    * SoundFont format engine:    * SoundFont format engine:
222      - Initial implementation (not usable yet)      - Initial implementation (not usable yet)
# Line 272  Version CVS HEAD (?) Line 274  Version CVS HEAD (?)
274        there is no reason for this limit        there is no reason for this limit
275      - MME: fixed memory handling bug found with cppcheck      - MME: fixed memory handling bug found with cppcheck
276      - MME: removed compiler warning      - MME: removed compiler warning
277        - CoreMIDI: implemented driver specific port parameter "CORE_MIDI_BINDINGS",
278          which allows to retrieve the list of CoreMIDI clients / ports and to connect
279          to them a la JACK, via the usual sampler APIs
280        - CoreMIDI: added driver specific port parameter "AUTO_BIND", if enabled
281          the driver will automatically connect to other CoreMIDI clients' ports
282          (e.g. external MIDI devices being attached to the Mac)
283    
284    * audio driver:    * audio driver:
285      - ASIO driver fixes for newer gcc versions (fix from PortAudio)      - ASIO driver fixes for newer gcc versions (fix from PortAudio)

Legend:
Removed from v.2360  
changed lines
  Added in v.2370

  ViewVC Help
Powered by ViewVC