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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2249 by iliev, Fri Aug 19 18:29:29 2011 UTC revision 2296 by iliev, Thu Dec 8 20:03:47 2011 UTC
# Line 42  Version CVS HEAD (?) Line 42  Version CVS HEAD (?)
42      - raised limit of program change queue from 100 to 512      - raised limit of program change queue from 100 to 512
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
46    
47    * Gigasampler format engine:    * Gigasampler format engine:
48      - implemented the "round robin keyboard" dimension      - implemented the "round robin keyboard" dimension
# Line 154  Version CVS HEAD (?) Line 155  Version CVS HEAD (?)
155        fileg_depth_onccN, pitcheg_delay_onccN, pitcheg_start_onccN,        fileg_depth_onccN, pitcheg_delay_onccN, pitcheg_start_onccN,
156        pitcheg_attack_onccN, pitcheg_hold_onccN, pitcheg_decay_onccN,        pitcheg_attack_onccN, pitcheg_hold_onccN, pitcheg_decay_onccN,
157        pitcheg_sustain_onccN, pitcheg_release_onccN, pitcheg_depth_onccN        pitcheg_sustain_onccN, pitcheg_release_onccN, pitcheg_depth_onccN
158        - implemented automatic aliasing *ccN <-> *_onccN
159        - *lfo_freqccN wasn't working when the respective *lfo_freq
160          was not set or was set to zero
161        - lfoN_freq_onccX wasn't working when lfoN_freq
162          was not set or was set to zero
163        - implemented opcodes resonance_onccN, resonance_smoothccN,
164          resonance_curveccN, cutoff_smoothccN, cutoff_curveccN
165        - implemented opcodes fillfo_depthchanaft,
166          fillfo_freqchanaft, amplfo_depthchanaft, amplfo_freqchanaft,
167          pitchlfo_depthchanaft, pitchlfo_freqchanaft
168        - implemented opcodes pitch_onccN,
169          pitch_curveccN, pitch_smoothccN, pitch_stepccN
170        - implemented opcodes volume_stepccN, pan_stepccN,
171          cutoff_stepccN, resonance_stepccN, lfoN_freq_stepccX,
172          lfoN_volume_stepccX, lfoN_pitch_stepccX, lfoN_pan_stepccX,
173          lfoN_cutoff_stepccX, lfoN_resonance_stepccX
174        - implemented opcodes eq1_freq, eq2_freq, eq3_freq,
175          eq1_freqccN, eq2_freqccN, eq3_freqccN, eq1_bw, eq2_bw, eq3_bw,
176          eq1_bwccN, eq2_bwccN, eq3_bwccN, eq1_gain, eq2_gain, eq3_gain,
177          eq1_gainccN, eq2_gainccN, eq3_gainccN
178    
179    * SoundFont format engine:    * SoundFont format engine:
180      - Initial implementation (not usable yet)      - Initial implementation (not usable yet)
# Line 248  Version CVS HEAD (?) Line 269  Version CVS HEAD (?)
269        it caused hanging threads on Windows        it caused hanging threads on Windows
270      - Fixed possible crashes due to corrupted MIDI/audio device list      - Fixed possible crashes due to corrupted MIDI/audio device list
271        after MIDI/audio device creation failure        after MIDI/audio device creation failure
272        - When creating MIDI instrument map entries with "PERSISTENT" type, the
273          instruments were uselessly precached with zero samples, however it still
274          took the full preloading time and on 1st program change the respective
275          instrument was completely reloaded again.
276        - fixed handling of rapid bank select and program change messages
277          sent to the same sampler channel (patch from the Open Octave
278          project, slightly adjusted)
279        - fixed crash when trying to create an effect instance with controls
280          which min and/or max values depend on the sample rate
281    
282  Version 1.0.0 (31 July 2009)  Version 1.0.0 (31 July 2009)
283    

Legend:
Removed from v.2249  
changed lines
  Added in v.2296

  ViewVC Help
Powered by ViewVC