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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2316 by persson, Sat Feb 18 13:51:38 2012 UTC revision 2324 by persson, Sun Mar 4 09:01:32 2012 UTC
# Line 123  Version CVS HEAD (?) Line 123  Version CVS HEAD (?)
123      - implemented opcodes ampeg_delayccN, ampeg_startccN,      - implemented opcodes ampeg_delayccN, ampeg_startccN,
124        ampeg_attackccN, ampeg_holdccN, ampeg_decayccN, ampeg_sustainccN,        ampeg_attackccN, ampeg_holdccN, ampeg_decayccN, ampeg_sustainccN,
125        ampeg_releaseccN, egN_timeX_onccY, egN_levelX_onccY        ampeg_releaseccN, egN_timeX_onccY, egN_levelX_onccY
126      - lfoN_* and egN_* opcodes defined in group sections      - lfoN_* and egN_* opcodes defined in group sections
127        are now taken into account        are now taken into account
128      - implemented curves      - implemented curves
129      - implemented opcodes volume_onccN, volume_curveccN      - implemented opcodes volume_onccN, volume_curveccN
# Line 200  Version CVS HEAD (?) Line 200  Version CVS HEAD (?)
200      - use linear decay and release for filter and pitch EG      - use linear decay and release for filter and pitch EG
201      - bugfix: only the first amp_veltrack definition in a file was      - bugfix: only the first amp_veltrack definition in a file was
202        used        used
203        - bugfix: looping was disabled if loop_start was set to 0
204        - allow regions with end=-1 to turn off other regions using the
205          group and off_by opcodes (#168)
206        - made end=0 play the whole sample
207        - fixed support for lochan and hichan opcodes (#155)
208    
209    * SoundFont format engine:    * SoundFont format engine:
210      - Initial implementation (not usable yet)      - Initial implementation (not usable yet)
# Line 232  Version CVS HEAD (?) Line 237  Version CVS HEAD (?)
237        specified        specified
238      - VST bugfix: instrument loading hang and crashed the host when      - VST bugfix: instrument loading hang and crashed the host when
239        the plugin was loaded a second time (#174)        the plugin was loaded a second time (#174)
240        - plugin bugfix: instrument loading hang when the plugin was
241          loaded a second time (this time it's for Linux and Mac, previous
242          similar fix was for Windows)
243        - thread safety fixes for the instrument loading thread
244    
245    * MIDI driver:    * MIDI driver:
246      - ALSA MIDI driver supports now "NAME" device parameter, for overriding      - ALSA MIDI driver supports now "NAME" device parameter, for overriding
# Line 239  Version CVS HEAD (?) Line 248  Version CVS HEAD (?)
248      - removed limit of maximum amount of MIDI ports per MIDI device, since      - removed limit of maximum amount of MIDI ports per MIDI device, since
249        there is no reason for this limit        there is no reason for this limit
250      - MME: fixed memory handling bug found with cppcheck      - MME: fixed memory handling bug found with cppcheck
251        - MME: removed compiler warning
252    
253    * audio driver:    * audio driver:
254      - 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 320  Version CVS HEAD (?)
320      - fixed bug #162      - fixed bug #162
321      - bugfix: LADSPA_PATH was not evaluated correctly when containing      - bugfix: LADSPA_PATH was not evaluated correctly when containing
322        multiple paths (#165)        multiple paths (#165)
323                - thread safety fixes for the instrument loading thread
324    
325  Version 1.0.0 (31 July 2009)  Version 1.0.0 (31 July 2009)
326    
327    * packaging changes:    * packaging changes:

Legend:
Removed from v.2316  
changed lines
  Added in v.2324

  ViewVC Help
Powered by ViewVC