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

Index of /linuxsampler/trunk/src/engines/common

Files shown:48
Directory revision: 3616 (of 4111)
Sticky Revision:


File Rev. Age Author Last log entry
 Parent Directory        
AbstractInstrumentManager.cpp  2611  9 years  schoenebeck   * Fixed crash when loading an instrument script. * Fixed "init" script handler o…
AbstractInstrumentManager.h  2902  7 years  schoenebeck   * Reload instrument script automatically after being modified by an instrument…
AbstractVoice.cpp  3616  4 years  schoenebeck   * Gig engine: Changed default wave form for all 3 LFOs to sine (instead of tri…
AbstractVoice.h  3616  4 years  schoenebeck   * Gig engine: Changed default wave form for all 3 LFOs to sine (instead of tri…
BiquadFilter.h  2377  11 years  schoenebeck   * Various "const" and "restrict" optimizations.
DiskThreadBase.cpp  2012  14 years  iliev   * Refactoring: moved the independent code from the Gigasampler format engine t…
DiskThreadBase.h  3034  7 years  schoenebeck   * Fixed a bunch of minor issues (mostly compiler warnings). * Bumped version (2.…
EG.cpp  2055  14 years  persson   * sfz engine: added support for v2 multiple stage envelope generators * sfz engi…
EG.h  2055  14 years  persson   * sfz engine: added support for v2 multiple stage envelope generators * sfz engi…
EaseInEaseOut.h  3335  6 years  schoenebeck   * NKSP: Added built-in script function "change_pan_time()". * NKSP: Added built-…
Event.cpp  3293  6 years  schoenebeck   * NKSP: Added built-in script function "fork()". * NKSP: Added built-in array va…
Event.h  3565  4 years  schoenebeck   - Fixed compiler error on Windows.
Fade.h  3564  4 years  schoenebeck   NKSP: Bug fixes regarding new measurement units feature: * Fix: Engine internal…
InstrumentScriptVM.cpp  3557  4 years  schoenebeck   * NKSP: Introducing 64 bit support for NKSP integer scripts variables (declare…
InstrumentScriptVM.h  3557  4 years  schoenebeck   * NKSP: Introducing 64 bit support for NKSP integer scripts variables (declare…
InstrumentScriptVMDynVars.cpp  3557  4 years  schoenebeck   * NKSP: Introducing 64 bit support for NKSP integer scripts variables (declare…
InstrumentScriptVMDynVars.h  3581  4 years  schoenebeck   NKSP: Allow more wider support of standard measuring units & 'final'ness. * Rai…
InstrumentScriptVMFunctions.cpp  3588  4 years  schoenebeck   NKSP: Built-in instrument functions fixes & hardening: * Fixed the following bu…
InstrumentScriptVMFunctions.h  3588  4 years  schoenebeck   NKSP: Built-in instrument functions fixes & hardening: * Fixed the following bu…
LFOAll.h  3614  4 years  schoenebeck   Refactored LFO class names and their header file names: * Renamed PulseLFO -> L…
LFOBase.h  3612  4 years  schoenebeck   Added new LFO implementations: * Added int math square LFO implementation. * A…
LFOPulse.h  3614  4 years  schoenebeck   Refactored LFO class names and their header file names: * Renamed PulseLFO -> L…
LFOSawIntMathNew.h  3614  4 years  schoenebeck   Refactored LFO class names and their header file names: * Renamed PulseLFO -> L…
LFOSawIntMathOld.h  3614  4 years  schoenebeck   Refactored LFO class names and their header file names: * Renamed PulseLFO -> L…
LFOSineBuiltinFn.h  3614  4 years  schoenebeck   Refactored LFO class names and their header file names: * Renamed PulseLFO -> L…
LFOSineNumericComplexNr.h  3614  4 years  schoenebeck   Refactored LFO class names and their header file names: * Renamed PulseLFO -> L…
LFOSquareIntMath.h  3612  4 years  schoenebeck   Added new LFO implementations: * Added int math square LFO implementation. * A…
LFOSquarePulse.h  3614  4 years  schoenebeck   Refactored LFO class names and their header file names: * Renamed PulseLFO -> L…
LFOTriangleDiHarmonic.h  3612  4 years  schoenebeck   Added new LFO implementations: * Added int math square LFO implementation. * A…
LFOTriangleIntAbsMath.h  3612  4 years  schoenebeck   Added new LFO implementations: * Added int math square LFO implementation. * A…
LFOTriangleIntMath.h  3612  4 years  schoenebeck   Added new LFO implementations: * Added int math square LFO implementation. * A…
Makefile.am  2942  7 years  schoenebeck   * NKSP: Implemented built-in script variable "$KSP_TIMER". * NKSP: Implemented b…
MidiKeyboardManager.h  3445  5 years  schoenebeck   - Fix of previous commit.
ModulatorGraph.cpp  2298  12 years  iliev   * use different EQ effect instance for every voice
Note.h  3561  4 years  schoenebeck   NKSP: Added standard units support for numbers and final "!" operator: * NKSP s…
Resampler.h  2377  11 years  schoenebeck   * Various "const" and "restrict" optimizations.
Sample.h  3034  7 years  schoenebeck   * Fixed a bunch of minor issues (mostly compiler warnings). * Bumped version (2.…
SampleFile.cpp  3054  7 years  schoenebeck   * Fixed numerous compiler warnings. * Bumped version (2.0.0.svn32).
SampleFile.h  2399  11 years  persson   * sfz engine: added FLAC support (#191)
SampleManager.h  3492  5 years  schoenebeck   * SFZ: Fixed potential crash when a sample is shared by more than one region (…
SignalUnit.cpp  3100  7 years  schoenebeck   * SFZ: Fixed unintended volume fade-in of voices under certain conditions. * B…
SignalUnit.h  3034  7 years  schoenebeck   * Fixed a bunch of minor issues (mostly compiler warnings). * Bumped version (2.…
SignalUnitRack.h  2328  12 years  persson   - forgot one file in previous commit
Stream.h  3054  7 years  schoenebeck   * Fixed numerous compiler warnings. * Bumped version (2.0.0.svn32).
StreamBase.cpp  2012  14 years  iliev   * Refactoring: moved the independent code from the Gigasampler format engine t…
StreamBase.h  3054  7 years  schoenebeck   * Fixed numerous compiler warnings. * Bumped version (2.0.0.svn32).
Voice.h  3052  7 years  schoenebeck   - Preparations for Xcode project update.
VoiceBase.h  3054  7 years  schoenebeck   * Fixed numerous compiler warnings. * Bumped version (2.0.0.svn32).

Properties

Name Value
svn:ignore .deps

  ViewVC Help
Powered by ViewVC