/[svn]
ViewVC logotype

Revision 40


Jump to revision: Previous Next
Author: schoenebeck
Date: Tue Mar 30 13:14:58 2004 UTC (20 years ago)
Changed paths: 14
Log Message:
* added Envelope Generator 2 and 3 (filter cutoff EG and pitch EG) for
  accurate .gig playback
* fixed accuracy of pitch calculation
* changed filter cutoff range to 100Hz..10kHz with exponential curve, this
  value range can also be adjusted on compile time by setting
  FILTER_CUTOFF_MIN and FILTER_CUTOFF_MAX in src/voice.h to desired
  frequencies
* src/lfo.h: lfo is now generalized to a C++ template, which will be useful
  especially when we implement further engines


Changed paths

Path Details
Directorylinuxsampler/trunk/src/Makefile.am modified , text changed
Directorylinuxsampler/trunk/src/Makefile.in modified , text changed
Directorylinuxsampler/trunk/src/audiothread.cpp modified , text changed
Directorylinuxsampler/trunk/src/eg_d.cpp added
Directorylinuxsampler/trunk/src/eg_d.h added
Directorylinuxsampler/trunk/src/eg_vca.cpp modified , text changed
Directorylinuxsampler/trunk/src/eg_vca.h modified , text changed
Directorylinuxsampler/trunk/src/global.h modified , text changed
Directorylinuxsampler/trunk/src/lfo.cpp modified , text changed
Directorylinuxsampler/trunk/src/lfo.h modified , text changed
Directorylinuxsampler/trunk/src/rtmath.cpp added
Directorylinuxsampler/trunk/src/rtmath.h added
Directorylinuxsampler/trunk/src/voice.cpp modified , text changed
Directorylinuxsampler/trunk/src/voice.h modified , text changed

  ViewVC Help
Powered by ViewVC