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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2300 by iliev, Mon Dec 12 09:20:00 2011 UTC revision 2330 by schoenebeck, Mon Mar 12 15:14:31 2012 UTC
# Line 1  Line 1 
1  Version CVS HEAD (?)  Version CVS HEAD (?)
2    
3    * plugin changes:    * plugin changes:
4      - LV2 Persist + Files support (patch by David Robillard)      - LV2 "state" extension support (patch by David Robillard)
5    
6    * packaging changes:    * packaging changes:
7      - fixed building with newer MinGW-w64      - fixed building with newer MinGW-w64
# Line 43  Version CVS HEAD (?) Line 43  Version CVS HEAD (?)
43        (as suggested by Alex Stone)        (as suggested by Alex Stone)
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
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 122  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 194  Version CVS HEAD (?) Line 201  Version CVS HEAD (?)
201        lfoN_eq1bw_stepccX, lfoN_eq2bw_stepccX, lfoN_eq3bw_stepccX        lfoN_eq1bw_stepccX, lfoN_eq2bw_stepccX, lfoN_eq3bw_stepccX
202      - implemented opcodes eq1_vel2freq, eq2_vel2freq,      - implemented opcodes eq1_vel2freq, eq2_vel2freq,
203        eq3_vel2freq, eq1_vel2gain, eq2_vel2gain, eq3_vel2gain        eq3_vel2freq, eq1_vel2gain, eq2_vel2gain, eq3_vel2gain
204        - sfz parser: allow double spaces in sample filenames
205        - sfz parser: allow absolute paths for sample filenames
206        - 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 202  Version CVS HEAD (?) Line 219  Version CVS HEAD (?)
219      - fine-tuned amplitude EG (by switching from gig to sfz EG)      - fine-tuned amplitude EG (by switching from gig to sfz EG)
220      - initial implementation of Vibrato LFO and Modulation LFO      - initial implementation of Vibrato LFO and Modulation LFO
221      - initial implementation of cutoff filter      - initial implementation of cutoff filter
222        - use linear decay and release for filter and pitch EG
223    
224    * Gigasampler format engine:    * Gigasampler format engine:
225      - bugfix: pitch LFO controller "internal+aftertouch" was broken      - bugfix: pitch LFO controller "internal+aftertouch" was broken
# Line 223  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
253        the ALSA sequencer client name        the ALSA sequencer client name
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
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 297  Version CVS HEAD (?) Line 323  Version CVS HEAD (?)
323        project, slightly adjusted)        project, slightly adjusted)
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
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.2300  
changed lines
  Added in v.2330

  ViewVC Help
Powered by ViewVC