/[svn]/linuxsampler/trunk/src/engines/sfz
ViewVC logotype

Log of /linuxsampler/trunk/src/engines/sfz

View Directory Listing Directory Listing


Sticky Revision:

Revision 2185 - Directory Listing
Modified Sun Jun 19 09:09:38 2011 UTC (12 years, 10 months ago) by persson
* fixed compilation with gcc 4.6.1
* another "make dist" fix, for LV2 plugin
* made --enable-pthread-testcancel default on Mac OS X
* Mac OS X: fixed hanging threads


Revision 2176 - Directory Listing
Modified Sun May 1 15:19:38 2011 UTC (12 years, 11 months ago) by persson
* sfz engine: added support for velocity effect on amplifier envelope
  time (ampeg_vel2attack, ampeg_vel2decay, ampeg_vel2sustain and
  ampeg_vel2release)


Revision 2175 - Directory Listing
Modified Mon Apr 25 08:12:36 2011 UTC (12 years, 11 months ago) by persson
* sfz engine: implemeted filters. Filter types: lowpass, bandpass,
  bandreject and highpass. 1, 2, 4 and 6 pole filters. Opcodes:
  fil_type, cutoff, resonance, fil_veltrack, fil_keytrack,
  fil_keycenter, cutoff_cc, cutoff_chanaft.
* sfz engine: bugfix: zero ampeg_sustain didn't work
* gig engine: bugfix: pitch LFO controller "internal+aftertouch" was broken
* gig engine: bugfix: filter keyboard tracking was broken
* gig engine: filter performance fix (an unnecessary copy was made of
  the filter parameters in each sub fragment)
* ASIO driver: fixes for newer gcc versions (fix from PortAudio)


Revision 2167 - Directory Listing
Modified Mon Feb 21 17:34:36 2011 UTC (13 years, 2 months ago) by persson
* sfz engine: use loop markers from sample file if loop_start and
  loop_end are not set in sfz file


Revision 2127 - Directory Listing
Modified Wed Sep 22 18:59:16 2010 UTC (13 years, 7 months ago) by persson
* fixed crash when deleting a sampler channel or changing engine type
  while an instrument load was in progress


Revision 2115 - Directory Listing
Modified Thu Aug 12 15:36:15 2010 UTC (13 years, 8 months ago) by persson
* sfz engine: added support for controller triggered regions
  (on_locc/on_hicc)
* sfz engine: added support for loop_mode=one_shot


Revision 2114 - Directory Listing
Modified Tue Aug 10 12:05:19 2010 UTC (13 years, 8 months ago) by persson
* sfz engine: improved support for exclusive groups (group, off_by and
  off_mode)
* minor valgrind fixes


Revision 2106 - Directory Listing
Modified Sun Jul 4 12:50:51 2010 UTC (13 years, 9 months ago) by persson
* sfz engine: optimized sample lookup
* sfz engine: fixed bug introduced in previous commit: sample lookup
  returned wrong sample


Revision 2101 - Directory Listing
Modified Sun May 30 11:40:31 2010 UTC (13 years, 10 months ago) by persson
* sfz/sf2 engines: RT-safeness: avoid malloc in audio thread
* sfz/sf2 engines: fixed a bug that could cause voice stealing to fail


Revision 2091 - Directory Listing
Modified Sat May 15 09:02:31 2010 UTC (13 years, 11 months ago) by persson
* sfz engine: reduced memory usage for sfz data


Revision 2086 - Directory Listing
Modified Sun Apr 25 12:51:30 2010 UTC (13 years, 11 months ago) by persson
* sfz engine: added support for transpose
* sfz engine: fixed crash when using sw_down/up
* sfz engine: improved logic for sw_lokey/hikey/up/down/last
* sfz parser: added more v1 aliases
* fixed building with newer MinGW-w64


Revision 2082 - Directory Listing
Modified Sun Apr 11 10:20:24 2010 UTC (14 years ago) by persson
* sfz engine: added support for amp_veltrack and amp_velcurve_N.
  Fine-tuned the default velocity curve.


Revision 2072 - Directory Listing
Modified Sat Mar 20 11:37:52 2010 UTC (14 years, 1 month ago) by persson
* sfz engine: added support for random, seq_position, seq_length and
  volume
* sfz parser: added v1 LFO opcodes (no support in engine yet)


Revision 2063 - Directory Listing
Modified Sun Feb 28 07:28:56 2010 UTC (14 years, 1 month ago) by persson
* sfz engine: added support for off_mode=normal


Revision 2061 - Directory Listing
Modified Tue Feb 23 18:32:31 2010 UTC (14 years, 1 month ago) by persson
* sfz engine: added support for trigger=release and rt_decay


Revision 2058 - Directory Listing
Modified Sun Feb 14 11:40:49 2010 UTC (14 years, 2 months ago) by persson
* sfz/sf2 engines: fixed memory leak and memory handling errors
* sfz engine: added support for sw_trigger=first, sw_trigger=legato
  and sw_previous
* sfz parser: allow non-numerical key values ("C#4" for example)
* sfz engine: "key" opcode now sets pitch_keycenter too
* sfz engine: fixed error when unloading instrument with same sample
  used by multiple regions
* sfz parser: added some opcode aliases, like loopmode for loop_mode,
  to be more compatible


Revision 2055 - Directory Listing
Modified Sat Jan 30 10:30:02 2010 UTC (14 years, 2 months ago) by persson
* sfz engine: added support for v2 multiple stage envelope generators
* sfz engine: added a fine-tuned v1 envelope generator instead of
  using the one from the gig engine


Revision 2045 - Directory Listing
Modified Sun Jan 10 13:22:19 2010 UTC (14 years, 3 months ago) by persson
* VST bugfix: If the host called resume() before and after changing
  sample rate or block size, the number of channels was incorrectly
  set to two. This caused silence in Cubase 5.
* removed compiler warnings


Revision 2027 - Directory Listing
Modified Tue Nov 3 19:27:42 2009 UTC (14 years, 5 months ago) by iliev
* sfz engine: support for exclusive groups
* sf2 engine: support for exclusive groups
* sf2 engine: manage presets only
* sf2 engine: preset regions are now taken into account


Revision 2021 - Directory Listing
Modified Fri Oct 30 16:36:20 2009 UTC (14 years, 5 months ago) by iliev
* sfz engine: loop support
* sf2 engine: 24bit support
* sf2 engine: loop support
* sf2 engine: instrument unloading


Revision 2018 - Directory Listing
Modified Tue Oct 27 19:04:57 2009 UTC (14 years, 5 months ago) by iliev
* SFZ format engine: Implemented sfz version 1
   Filter EG, Amplifier EG and Pitch EG
* use SF2 file loader from libgig


Revision 2015 - Directory Listing
Modified Sun Oct 25 22:22:52 2009 UTC (14 years, 5 months ago) by iliev
* Refactoring: moved the independent code from gig::Voice to base classes
* SoundFont format engine: implemented EG1 & EG2


Revision 2012 - Directory Listing
Added Fri Oct 23 17:53:17 2009 UTC (14 years, 5 months ago) by iliev
* Refactoring: moved the independent code from
  the Gigasampler format engine to base classes
* SFZ format engine: experimental code (not usable yet)
* SoundFont format engine: experimental code (not usable yet)
* Fixed crash which may occur when MIDI key + transpose is out of range


  ViewVC Help
Powered by ViewVC