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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2311 by persson, Sat Feb 11 11:08:09 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 123  Version CVS HEAD (?) Line 129  Version CVS HEAD (?)
129      - implemented opcodes ampeg_delayccN, ampeg_startccN,      - implemented opcodes ampeg_delayccN, ampeg_startccN,
130        ampeg_attackccN, ampeg_holdccN, ampeg_decayccN, ampeg_sustainccN,        ampeg_attackccN, ampeg_holdccN, ampeg_decayccN, ampeg_sustainccN,
131        ampeg_releaseccN, egN_timeX_onccY, egN_levelX_onccY        ampeg_releaseccN, egN_timeX_onccY, egN_levelX_onccY
132      - lfoN_* and egN_* opcodes defined in group sections      - lfoN_* and egN_* opcodes defined in group sections
133        are now taken into account        are now taken into account
134      - implemented curves      - implemented curves
135      - implemented opcodes volume_onccN, volume_curveccN      - implemented opcodes volume_onccN, volume_curveccN
# Line 198  Version CVS HEAD (?) Line 204  Version CVS HEAD (?)
204      - sfz parser: allow double spaces in sample filenames      - sfz parser: allow double spaces in sample filenames
205      - sfz parser: allow absolute paths for sample filenames      - sfz parser: allow absolute paths for sample filenames
206      - use linear decay and release for filter and pitch EG      - use linear decay and release for filter and pitch EG
207        - bugfix: only the first amp_veltrack definition in a file was
208          used
209        - bugfix: looping was disabled if loop_start was set to 0
210        - allow regions with end=-1 to turn off other regions using the
211          group and off_by opcodes (#168)
212        - made end=0 play the whole sample
213        - fixed support for lochan and hichan opcodes (#155)
214    
215    * SoundFont format engine:    * SoundFont format engine:
216      - Initial implementation (not usable yet)      - Initial implementation (not usable yet)
# Line 228  Version CVS HEAD (?) Line 241  Version CVS HEAD (?)
241      - VST: made it possible to build the VST plugin for Mac      - VST: made it possible to build the VST plugin for Mac
242      - AU: link AU plugin dynamically if --disable-shared isn't      - AU: link AU plugin dynamically if --disable-shared isn't
243        specified        specified
244        - VST bugfix: instrument loading hang and crashed the host when
245          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 235  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 304  Version CVS HEAD (?) Line 324  Version CVS HEAD (?)
324      - fixed crash when trying to create an effect instance with controls      - fixed crash when trying to create an effect instance with controls
325        which min and/or max values depend on the sample rate        which min and/or max values depend on the sample rate
326      - fixed bug #162      - fixed bug #162
327        - bugfix: LADSPA_PATH was not evaluated correctly when containing
328          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.2311  
changed lines
  Added in v.2330

  ViewVC Help
Powered by ViewVC