/[svn]
ViewVC logotype

Revision 2175


Jump to revision: Previous Next
Author: persson
Date: Mon Apr 25 08:12:36 2011 UTC (12 years, 11 months ago)
Changed paths: 19
Log Message:
* 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)


Changed paths

Path Details
Directorylinuxsampler/trunk/ChangeLog modified , text changed
Directorylinuxsampler/trunk/benchmarks/Makefile modified , text changed
Directorylinuxsampler/trunk/src/drivers/audio/iasiothiscallresolver.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/common/AbstractVoice.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/common/AbstractVoice.h modified , text changed
Directorylinuxsampler/trunk/src/engines/common/Voice.h modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/Filter.cpp added
Directorylinuxsampler/trunk/src/engines/gig/Filter.h modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/Makefile.am modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/Synthesizer.h modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/Voice.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/Voice.h modified , text changed
Directorylinuxsampler/trunk/src/engines/sf2/Voice.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/sf2/Voice.h modified , text changed
Directorylinuxsampler/trunk/src/engines/sfz/EGADSR.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/sfz/Voice.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/sfz/Voice.h modified , text changed
Directorylinuxsampler/trunk/src/engines/sfz/sfz.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/sfz/sfz.h modified , text changed

  ViewVC Help
Powered by ViewVC