/[svn]
ViewVC logotype

Revision 3614


Jump to revision: Previous Next
Author: schoenebeck
Date: Tue Oct 1 09:11:27 2019 UTC (4 years, 6 months ago)
Changed paths: 22
Log Message:
Refactored LFO class names and their header file names:

* Renamed PulseLFO -> LFOPulse, LFOSawIntMath -> LFOSawIntMathNew,
  SawLFO -> LFOSawIntMathOld, SineLFO -> LFOSineBuiltinFn,
  LFOSine -> LFOSineNumericComplexNr, SquareLFO -> LFOSquarePulse.

* Separated LFOSquarePulse (previously "SquareLFO") to its own
  header file.

* Renamed type LFOSigned -> LFOTriangleSigned.

* Renamed type LFOUnsigned -> LFOTriangleUnsigned.

* Bumped version (2.1.1.svn19).


Changed paths

Path Details
Directorylinuxsampler/trunk/ChangeLog modified , text changed
Directorylinuxsampler/trunk/benchmarks/saw.cpp modified , text changed
Directorylinuxsampler/trunk/benchmarks/sine.cpp modified , text changed
Directorylinuxsampler/trunk/benchmarks/square.cpp modified , text changed
Directorylinuxsampler/trunk/configure.ac modified , text changed
Directorylinuxsampler/trunk/src/engines/LFO.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/LFOAll.h modified , text changed
Directorylinuxsampler/trunk/src/engines/common/LFOPulse.h
(Copied from linuxsampler/trunk/src/engines/common/PulseLFO.h, r3613)
added , text changed
Directorylinuxsampler/trunk/src/engines/common/LFOSawIntMath.h deleted
Directorylinuxsampler/trunk/src/engines/common/LFOSawIntMathNew.h
(Copied from linuxsampler/trunk/src/engines/common/LFOSawIntMath.h, r3613)
added , text changed
Directorylinuxsampler/trunk/src/engines/common/LFOSawIntMathOld.h
(Copied from linuxsampler/trunk/src/engines/common/SawLFO.h, r3613)
added , text changed
Directorylinuxsampler/trunk/src/engines/common/LFOSine.h deleted
Directorylinuxsampler/trunk/src/engines/common/LFOSineBuiltinFn.h
(Copied from linuxsampler/trunk/src/engines/common/SineLFO.h, r3613)
added , text changed
Directorylinuxsampler/trunk/src/engines/common/LFOSineNumericComplexNr.h
(Copied from linuxsampler/trunk/src/engines/common/LFOSine.h, r3613)
added , text changed
Directorylinuxsampler/trunk/src/engines/common/LFOSquarePulse.h added
Directorylinuxsampler/trunk/src/engines/common/PulseLFO.h deleted
Directorylinuxsampler/trunk/src/engines/common/SawLFO.h deleted
Directorylinuxsampler/trunk/src/engines/common/SineLFO.h deleted
Directorylinuxsampler/trunk/src/engines/sf2/SF2SignalUnitRack.h modified , text changed
Directorylinuxsampler/trunk/src/engines/sfz/SfzSignalUnitRack.h modified , text changed

  ViewVC Help
Powered by ViewVC