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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2138 by schoenebeck, Mon Oct 4 22:11:53 2010 UTC revision 2167 by persson, Mon Feb 21 17:34:36 2011 UTC
# Line 23  Version CVS HEAD (?) Line 23  Version CVS HEAD (?)
23        the 2nd effect send of the sampler channel, no matter what the actual        the 2nd effect send of the sampler channel, no matter what the actual
24        effect type is)        effect type is)
25      - implemented support for internal LADSPA effects      - implemented support for internal LADSPA effects
26        - raised limit of program change queue from 100 to 512
27          (as suggested by Alex Stone)
28    
29    * Gigasampler format engine:    * Gigasampler format engine:
30      - implemented the "round robin keyboard" dimension      - implemented the "round robin keyboard" dimension
# Line 64  Version CVS HEAD (?) Line 66  Version CVS HEAD (?)
66      - added support for loop_mode=one_shot      - added support for loop_mode=one_shot
67      - fixed playback of 16 bit wav files on big endian CPUs      - fixed playback of 16 bit wav files on big endian CPUs
68      - added support for Ogg Vorbis sample files      - added support for Ogg Vorbis sample files
69        - use loop markers from sample file if loop_start and loop_end are
70          not set in sfz file
71    
72    * SoundFont format engine:    * SoundFont format engine:
73      - Initial implementation (not usable yet)      - Initial implementation (not usable yet)
# Line 76  Version CVS HEAD (?) Line 80  Version CVS HEAD (?)
80      - VST bugfix: If the host called resume() before and after      - VST bugfix: If the host called resume() before and after
81        changing sample rate or block size, the number of channels was        changing sample rate or block size, the number of channels was
82        incorrectly set to two. This caused silence in Cubase 5.        incorrectly set to two. This caused silence in Cubase 5.
83        - save engine type (gig, sfz or sf2) in plugin state
84        - VST: when opening Fantasia, look for both 32 and 64 bit Java on
85          64 bit Windows
86    
87    * MIDI driver:    * MIDI driver:
88      - ALSA MIDI driver supports now "NAME" device parameter, for overriding      - ALSA MIDI driver supports now "NAME" device parameter, for overriding
89        the ALSA sequencer client name        the ALSA sequencer client name
90        - removed limit of maximum amount of MIDI ports per MIDI device, since
91          there is no reason for this limit
92    
93    * LSCP server:    * LSCP server:
94      - added support for sending MIDI CC messages via LSCP command      - added support for sending MIDI CC messages via LSCP command
# Line 111  Version CVS HEAD (?) Line 120  Version CVS HEAD (?)
120        <effect-chain> <effect-chain-pos> <effect-instance>"        <effect-chain> <effect-chain-pos> <effect-instance>"
121      - added LSCP command "REMOVE SEND_EFFECT_CHAIN EFFECT <audio-device>      - added LSCP command "REMOVE SEND_EFFECT_CHAIN EFFECT <audio-device>
122        <effect-chain> <chain-pos>"        <effect-chain> <chain-pos>"
123      - added LSCP command "SET FX_SEND SEND_EFFECT <sampler_channel>      - added LSCP command "SET FX_SEND EFFECT <sampler_channel>
124        <fx_send_id> <effect_chain> <chain_pos>"        <fx_send_id> <effect_chain> <chain_pos>"
125      - added LSCP command "REMOVE FX_SEND SEND_EFFECT <sampler_channel>      - added LSCP command "REMOVE FX_SEND EFFECT <sampler_channel> <fx_send_id>"
       <fx_send_id>"  
126    
127    * Bug fixes:    * Bug fixes:
128      - Fixed crash which may occur when MIDI key + transpose is out of range      - Fixed crash which may occur when MIDI key + transpose is out of range
# Line 123  Version CVS HEAD (?) Line 131  Version CVS HEAD (?)
131        channel to a different engine type        channel to a different engine type
132      - fixed crash when deleting a sampler channel or changing engine      - fixed crash when deleting a sampler channel or changing engine
133        type while an instrument load was in progress        type while an instrument load was in progress
134        - bugfix: playing a note while changing the instrument could cause
135          a crash, or give "Handing back unknown region" error messages
136        - bugfix: calling SET VOICES (which Fantasia does on start and
137          refresh) could cause instruments to be unloaded
138    
139  Version 1.0.0 (31 July 2009)  Version 1.0.0 (31 July 2009)
140    

Legend:
Removed from v.2138  
changed lines
  Added in v.2167

  ViewVC Help
Powered by ViewVC