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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2317 by persson, Sun Feb 19 12:13:19 2012 UTC revision 2330 by schoenebeck, Mon Mar 12 15:14:31 2012 UTC
# Line 44  Version CVS HEAD (?) Line 44  Version CVS HEAD (?)
44      - implemented sine LFO, pulse LFO and saw LFO      - implemented sine LFO, pulse LFO and saw LFO
45      - experimental support for per voice equalization      - experimental support for per voice equalization
46      - added command line option --exec-after-init      - added command line option --exec-after-init
47        - Introduced new C++ API method:
48          EngineChannel::InstrumentFileName(int index)
49          allowing to retrieve the whole list of files used for the loaded
50          instrument on an engine channel (a.k.a. part). Some GigaStudio
51          instruments for example are splitted over several files like
52          "Foo.gig", "Foo.gx01", "Foo.gx02", ...
53    
54    * Gigasampler format engine:    * Gigasampler format engine:
55      - implemented the "round robin keyboard" dimension      - implemented the "round robin keyboard" dimension
# Line 237  Version CVS HEAD (?) Line 243  Version CVS HEAD (?)
243        specified        specified
244      - VST bugfix: instrument loading hang and crashed the host when      - VST bugfix: instrument loading hang and crashed the host when
245        the plugin was loaded a second time (#174)        the plugin was loaded a second time (#174)
246        - plugin bugfix: instrument loading hang when the plugin was
247          loaded a second time (this time it's for Linux and Mac, previous
248          similar fix was for Windows)
249        - thread safety fixes for the instrument loading thread
250    
251    * MIDI driver:    * MIDI driver:
252      - ALSA MIDI driver supports now "NAME" device parameter, for overriding      - ALSA MIDI driver supports now "NAME" device parameter, for overriding
# Line 244  Version CVS HEAD (?) Line 254  Version CVS HEAD (?)
254      - removed limit of maximum amount of MIDI ports per MIDI device, since      - removed limit of maximum amount of MIDI ports per MIDI device, since
255        there is no reason for this limit        there is no reason for this limit
256      - MME: fixed memory handling bug found with cppcheck      - MME: fixed memory handling bug found with cppcheck
257        - MME: removed compiler warning
258    
259    * audio driver:    * audio driver:
260      - ASIO driver fixes for newer gcc versions (fix from PortAudio)      - ASIO driver fixes for newer gcc versions (fix from PortAudio)
# Line 315  Version CVS HEAD (?) Line 326  Version CVS HEAD (?)
326      - fixed bug #162      - fixed bug #162
327      - bugfix: LADSPA_PATH was not evaluated correctly when containing      - bugfix: LADSPA_PATH was not evaluated correctly when containing
328        multiple paths (#165)        multiple paths (#165)
329        - thread safety fixes for the instrument loading thread
330        - bugfix: instrument loading crashed for sfz and sf2 in Ardour
331          (#176)
332        - more thread safety fixes for the instrument loading thread
333        - sfz/sf2 engine: fixed crash when using small audio fragment size
334    
335  Version 1.0.0 (31 July 2009)  Version 1.0.0 (31 July 2009)
336    

Legend:
Removed from v.2317  
changed lines
  Added in v.2330

  ViewVC Help
Powered by ViewVC