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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2244 by iliev, Thu Aug 18 11:32:33 2011 UTC revision 2297 by iliev, Fri Dec 9 15:04:55 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 145  Version CVS HEAD (?) Line 146  Version CVS HEAD (?)
146      - when failed to parse a sfz file      - when failed to parse a sfz file
147        print the line number on which the error occurs        print the line number on which the error occurs
148      - use common pool of CC objects to minimize RAM usage      - use common pool of CC objects to minimize RAM usage
149        - implemented opcodes amplfo_delay_onccN,
150          amplfo_fade_onccN, fillfo_delay_onccN, fillfo_fade_onccN,
151          pitchlfo_delay_onccN, pitchlfo_fade_onccN
152        - implemented opcodes fileg_delay_onccN,
153          fileg_start_onccN, fileg_attack_onccN, fileg_hold_onccN,
154          fileg_decay_onccN, fileg_sustain_onccN, fileg_release_onccN,
155          fileg_depth_onccN, pitcheg_delay_onccN, pitcheg_start_onccN,
156          pitcheg_attack_onccN, pitcheg_hold_onccN, pitcheg_decay_onccN,
157          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        - implemented opcodes delay, delay_onccN, delay_random,
179          delay_samples, delay_samples_onccN
180    
181    * SoundFont format engine:    * SoundFont format engine:
182      - Initial implementation (not usable yet)      - Initial implementation (not usable yet)
# Line 239  Version CVS HEAD (?) Line 271  Version CVS HEAD (?)
271        it caused hanging threads on Windows        it caused hanging threads on Windows
272      - Fixed possible crashes due to corrupted MIDI/audio device list      - Fixed possible crashes due to corrupted MIDI/audio device list
273        after MIDI/audio device creation failure        after MIDI/audio device creation failure
274        - When creating MIDI instrument map entries with "PERSISTENT" type, the
275          instruments were uselessly precached with zero samples, however it still
276          took the full preloading time and on 1st program change the respective
277          instrument was completely reloaded again.
278        - fixed handling of rapid bank select and program change messages
279          sent to the same sampler channel (patch from the Open Octave
280          project, slightly adjusted)
281        - fixed crash when trying to create an effect instance with controls
282          which min and/or max values depend on the sample rate
283    
284  Version 1.0.0 (31 July 2009)  Version 1.0.0 (31 July 2009)
285    

Legend:
Removed from v.2244  
changed lines
  Added in v.2297

  ViewVC Help
Powered by ViewVC