/[svn]/linuxsampler/trunk/src/engines/sfz/SfzSignalUnitRack.h
ViewVC logotype

Log of /linuxsampler/trunk/src/engines/sfz/SfzSignalUnitRack.h

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 2327 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 10 16:16:14 2012 UTC (12 years ago) by persson
File length: 18062 byte(s)
Diff to previous 2299
* sfz/sf2 engine: fixed crash when using small audio fragment size


Revision 2299 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 11 20:50:31 2011 UTC (12 years, 3 months ago) by iliev
File length: 17919 byte(s)
Diff to previous 2297
* implemented opcodes egN_eq1gain, egN_eq2gain, egN_eq3gain,
  egN_eq1gain_onccX, egN_eq2gain_onccX, egN_eq3gain_onccX, egN_eq1freq,
  egN_eq2freq, egN_eq3freq, egN_eq1freq_onccX, egN_eq2freq_onccX,
  egN_eq3freq_onccX, egN_eq1bw, egN_eq2bw, egN_eq3bw, egN_eq1bw_onccX,
  egN_eq2bw_onccX, egN_eq3bw_onccX, lfoN_eq1gain, lfoN_eq2gain,
  lfoN_eq3gain, lfoN_eq1gain_onccX, lfoN_eq2gain_onccX, lfoN_eq3gain_onccX,
  lfoN_eq1gain_smoothccX, lfoN_eq2gain_smoothccX, lfoN_eq3gain_smoothccX,
  lfoN_eq1gain_stepccX, lfoN_eq2gain_stepccX, lfoN_eq3gain_stepccX,
  lfoN_eq1freq, lfoN_eq2freq, lfoN_eq3freq, lfoN_eq1freq_onccX,
  lfoN_eq2freq_onccX, lfoN_eq3freq_onccX, lfoN_eq1freq_smoothccX,
  lfoN_eq2freq_smoothccX, lfoN_eq3freq_smoothccX, lfoN_eq1freq_stepccX,
  lfoN_eq2freq_stepccX, lfoN_eq3freq_stepccX, lfoN_eq1bw, lfoN_eq2bw,
  lfoN_eq3bw, lfoN_eq1bw_onccX, lfoN_eq2bw_onccX, lfoN_eq3bw_onccX,
  lfoN_eq1bw_smoothccX, lfoN_eq2bw_smoothccX, lfoN_eq3bw_smoothccX,
  lfoN_eq1bw_stepccX, lfoN_eq2bw_stepccX, lfoN_eq3bw_stepccX


Revision 2297 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 9 15:04:55 2011 UTC (12 years, 3 months ago) by iliev
File length: 17151 byte(s)
Diff to previous 2296
* implemented opcodes delay, delay_onccN, delay_random,
  delay_samples, delay_samples_onccN


Revision 2296 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 8 20:03:47 2011 UTC (12 years, 3 months ago) by iliev
File length: 16889 byte(s)
Diff to previous 2264
* fixed crash when trying to create an effect instance with controls
  which min and/or max values depend on the sample rate
* experimental support for per voice equalization (work in progress)
* sfz engine: implemented opcodes eq1_freq, eq2_freq, eq3_freq,
  eq1_freqccN, eq2_freqccN, eq3_freqccN, eq1_bw, eq2_bw, eq3_bw,
  eq1_bwccN, eq2_bwccN, eq3_bwccN, eq1_gain, eq2_gain, eq3_gain,
  eq1_gainccN, eq2_gainccN, eq3_gainccN


Revision 2264 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 22 10:00:01 2011 UTC (12 years, 7 months ago) by iliev
File length: 16420 byte(s)
Diff to previous 2252
* sfz engine: implemented opcodes pitch_onccN,
  pitch_curveccN, pitch_smoothccN, pitch_stepccN


Revision 2252 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Aug 20 14:01:36 2011 UTC (12 years, 7 months ago) by iliev
File length: 16358 byte(s)
Diff to previous 2251
* sfz engine: implemented opcodes resonance_onccN, resonance_smoothccN,
  resonance_curveccN, cutoff_smoothccN, cutoff_curveccN


Revision 2251 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Aug 20 10:38:31 2011 UTC (12 years, 7 months ago) by iliev
File length: 16283 byte(s)
Diff to previous 2248
* sfz engine: *lfo_freqccN wasn't working when the respective *lfo_freq
  was not set or was set to zero
* sfz engine: lfoN_freq_onccX wasn't working when lfoN_freq
  was not set or was set to zero


Revision 2248 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 19 15:51:18 2011 UTC (12 years, 7 months ago) by iliev
File length: 16297 byte(s)
Diff to previous 2244
* sfz engine: implemented opcodes amplfo_delay_onccN,
  amplfo_fade_onccN, fillfo_delay_onccN, fillfo_fade_onccN,
  pitchlfo_delay_onccN, pitchlfo_fade_onccN


Revision 2244 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 18 11:32:33 2011 UTC (12 years, 7 months ago) by iliev
File length: 16311 byte(s)
Diff to previous 2238
* sfz engine: use common pool of CC objects to minimize RAM usage


Revision 2238 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 12 17:30:47 2011 UTC (12 years, 7 months ago) by iliev
File length: 15817 byte(s)
Diff to previous 2237
* bugfix: sfz engine was using enormous amount of memory
* bumped version to 1.0.0.cvs14


Revision 2237 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 12 13:07:05 2011 UTC (12 years, 7 months ago) by iliev
File length: 15689 byte(s)
Diff to previous 2236
* sfz engine: implemented opcodes pan_onccN, pan_smoothccN,
  pan_curveccN, egN_pan, egN_pan_curve, egN_pan_onccX,
  egN_pan_curveccX, pitch_veltrack
* sfz engine: when failed to parse a sfz file
  print the line number on which the error occurs


Revision 2236 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 11 18:25:45 2011 UTC (12 years, 7 months ago) by iliev
File length: 15439 byte(s)
Diff to previous 2235
* sfz engine: implemented opcodes xfin_lokey, xfin_hikey,
  xfout_lokey, xfout_hikey, xf_keycurve, xfin_lovel, xfin_hivel,
  xfout_lovel, xfout_hivel, xf_velcurve, xfin_loccN, xfin_hiccN,
  xfout_loccN, xfout_hiccN, xf_cccurve


Revision 2235 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 10 19:40:39 2011 UTC (12 years, 7 months ago) by iliev
File length: 14699 byte(s)
Diff to previous 2233
* sfz engine: implemented opcodes egN_amplitude_onccX,
  egN_volume, egN_volume_onccX, egN_cutoff, egN_cutoff_onccX,
  egN_pitch, egN_pitch_onccX, egN_resonance, egN_resonance_onccX


Revision 2233 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 8 18:46:19 2011 UTC (12 years, 7 months ago) by iliev
File length: 14196 byte(s)
Diff to previous 2232
* sfz engine: implemented opcodes fillfo_depthccN, amplfo_depthccN,
  lfoN_volume, lfoN_volume_onccX, lfoN_volume_smoothccX,
  lfoN_freq_smoothccX, lfoN_pitch_smoothccX, lfoN_pan_onccX,
  lfoN_pan_smoothccX, lfoN_cutoff_onccX, lfoN_cutoff_smoothccX,
  lfoN_resonance_onccX, lfoN_resonance_smoothccX, lfoN_delay_onccX


Revision 2232 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 8 13:40:04 2011 UTC (12 years, 7 months ago) by iliev
File length: 13919 byte(s)
Diff to previous 2230
* sfz engine: implemented opcode volume_smoothccN


Revision 2230 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 5 17:59:10 2011 UTC (12 years, 7 months ago) by iliev
File length: 13696 byte(s)
Diff to previous 2229
* sfz engine: implemented curves
* sfz engine: implemented opcodes volume_onccN, volume_curveccN


Revision 2229 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 4 19:02:36 2011 UTC (12 years, 7 months ago) by iliev
File length: 12854 byte(s)
Diff to previous 2227
* sfz engine: implemented opcodes ampeg_delayccN, ampeg_startccN,
  ampeg_attackccN, ampeg_holdccN, ampeg_decayccN, ampeg_sustainccN,
  ampeg_releaseccN, egN_timeX_onccY, egN_levelX_onccY
* sfz engine: lfoN_* and egN_* opcodes defined
  in group sections are now taken into account


Revision 2227 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 3 17:11:40 2011 UTC (12 years, 7 months ago) by iliev
File length: 12597 byte(s)
Diff to previous 2226
* sfz engine: implemented opcodes fillfo_freqccN,
  pitchlfo_freqccN, amplfo_freqccN, lfoN_freq_onccX


Revision 2226 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 3 09:12:09 2011 UTC (12 years, 7 months ago) by iliev
File length: 12264 byte(s)
Diff to previous 2225
* sfz engine: implemented opcodes pitchlfo_fade,
  fillfo_fade, amplfo_fade, lfoN_fade, lfoN_fade_onccX


Revision 2225 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 2 13:44:57 2011 UTC (12 years, 7 months ago) by iliev
File length: 11852 byte(s)
Diff to previous 2224
* sfz engine: implemented opcodes lfoN_phase, lfoN_phase_onccX,
  lfoN_pitch, lfoN_pitch_onccX


Revision 2224 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 1 19:08:09 2011 UTC (12 years, 7 months ago) by iliev
File length: 11472 byte(s)
Diff to previous 2223
* implemented opcode pitchlfo_depthccN


Revision 2223 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 29 13:39:58 2011 UTC (12 years, 8 months ago) by iliev
File length: 11151 byte(s)
Diff to previous 2222
* implemented sine LFO, pulse LFO and saw LFO
* sfz engine: implemented opcode lfoN_wave


Revision 2222 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 28 18:24:12 2011 UTC (12 years, 8 months ago) by iliev
File length: 9348 byte(s)
Diff to previous 2221
* sfz engine: implemented opcodes fileg_delay, fileg_start, fileg_attack,
  fileg_hold, fileg_decay, fileg_sustain, fileg_release, fileg_vel2delay,
  fileg_vel2attack, fileg_vel2hold, fileg_vel2decay, fileg_vel2sustain,
  fileg_vel2release
* bumped version to 1.0.0.cvs13


Revision 2221 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 28 17:17:42 2011 UTC (12 years, 8 months ago) by iliev
File length: 9143 byte(s)
Diff to previous 2220
* sfz engine: implemented opcodes pitchlfo_delay, pitchlfo_freq,
  pitchlfo_depth, fillfo_delay, fillfo_freq, fillfo_depth,
  amplfo_delay, amplfo_freq, amplfo_depth


Revision 2220 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 28 15:47:51 2011 UTC (12 years, 8 months ago) by iliev
File length: 8211 byte(s)
Diff to previous 2219
* sfz engine: implemented opcodes ampeg_delay, ampeg_vel2delay
  pitcheg_delay, pitcheg_start, pitcheg_attack, pitcheg_hold,
  pitcheg_decay, pitcheg_sustain, pitcheg_release, pitcheg_vel2delay,
  pitcheg_vel2attack, pitcheg_vel2hold, pitcheg_vel2decay,
  pitcheg_vel2sustain, pitcheg_vel2release, pitcheg_depth


Revision 2219 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 28 12:35:49 2011 UTC (12 years, 8 months ago) by iliev
File length: 7948 byte(s)
Diff to previous 2218
* sfz engine: implemented opcodes lfoN_delay,
  lfoN_freq, lfoN_pan, lfoN_cutoff, lfoN_resonance


Revision 2218 - (view) (download) (as text) (annotate) - [select for diffs]
Added Thu Jul 28 08:05:57 2011 UTC (12 years, 8 months ago) by iliev
File length: 6289 byte(s)
* sfz engine: use the newly introduced signal units model


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC