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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2251 by iliev, Sat Aug 20 10:38:31 2011 UTC revision 2300 by iliev, Mon Dec 12 09:20:00 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 159  Version CVS HEAD (?) Line 160  Version CVS HEAD (?)
160        was not set or was set to zero        was not set or was set to zero
161      - lfoN_freq_onccX wasn't working when lfoN_freq      - lfoN_freq_onccX wasn't working when lfoN_freq
162        was not set or was set to zero        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        - implemented opcodes egN_eq1gain, egN_eq2gain, egN_eq3gain,
181          egN_eq1gain_onccX, egN_eq2gain_onccX, egN_eq3gain_onccX, egN_eq1freq,
182          egN_eq2freq, egN_eq3freq, egN_eq1freq_onccX, egN_eq2freq_onccX,
183          egN_eq3freq_onccX, egN_eq1bw, egN_eq2bw, egN_eq3bw, egN_eq1bw_onccX,
184          egN_eq2bw_onccX, egN_eq3bw_onccX, lfoN_eq1gain, lfoN_eq2gain,
185          lfoN_eq3gain, lfoN_eq1gain_onccX, lfoN_eq2gain_onccX, lfoN_eq3gain_onccX,
186          lfoN_eq1gain_smoothccX, lfoN_eq2gain_smoothccX, lfoN_eq3gain_smoothccX,
187          lfoN_eq1gain_stepccX, lfoN_eq2gain_stepccX, lfoN_eq3gain_stepccX,
188          lfoN_eq1freq, lfoN_eq2freq, lfoN_eq3freq, lfoN_eq1freq_onccX,
189          lfoN_eq2freq_onccX, lfoN_eq3freq_onccX, lfoN_eq1freq_smoothccX,
190          lfoN_eq2freq_smoothccX, lfoN_eq3freq_smoothccX, lfoN_eq1freq_stepccX,
191          lfoN_eq2freq_stepccX, lfoN_eq3freq_stepccX, lfoN_eq1bw, lfoN_eq2bw,
192          lfoN_eq3bw, lfoN_eq1bw_onccX, lfoN_eq2bw_onccX, lfoN_eq3bw_onccX,
193          lfoN_eq1bw_smoothccX, lfoN_eq2bw_smoothccX, lfoN_eq3bw_smoothccX,
194          lfoN_eq1bw_stepccX, lfoN_eq2bw_stepccX, lfoN_eq3bw_stepccX
195        - implemented opcodes eq1_vel2freq, eq2_vel2freq,
196          eq3_vel2freq, eq1_vel2gain, eq2_vel2gain, eq3_vel2gain
197    
198    * SoundFont format engine:    * SoundFont format engine:
199      - Initial implementation (not usable yet)      - Initial implementation (not usable yet)
# Line 253  Version CVS HEAD (?) Line 288  Version CVS HEAD (?)
288        it caused hanging threads on Windows        it caused hanging threads on Windows
289      - Fixed possible crashes due to corrupted MIDI/audio device list      - Fixed possible crashes due to corrupted MIDI/audio device list
290        after MIDI/audio device creation failure        after MIDI/audio device creation failure
291        - When creating MIDI instrument map entries with "PERSISTENT" type, the
292          instruments were uselessly precached with zero samples, however it still
293          took the full preloading time and on 1st program change the respective
294          instrument was completely reloaded again.
295        - fixed handling of rapid bank select and program change messages
296          sent to the same sampler channel (patch from the Open Octave
297          project, slightly adjusted)
298        - fixed crash when trying to create an effect instance with controls
299          which min and/or max values depend on the sample rate
300    
301  Version 1.0.0 (31 July 2009)  Version 1.0.0 (31 July 2009)
302    

Legend:
Removed from v.2251  
changed lines
  Added in v.2300

  ViewVC Help
Powered by ViewVC