| .. |
|
mathfuns
|
CMake changes...
|
2019-08-30 15:28:30 +02:00 |
|
ADSREnvelope.cpp
|
CMake changes...
|
2019-08-30 15:28:30 +02:00 |
|
ADSREnvelope.h
|
CMake changes...
|
2019-08-30 15:28:30 +02:00 |
|
AudioBuffer.h
|
Added an AudioSpan and AudioBuffer, to better handle the memory for mono/stereo samples
|
2019-09-07 01:12:20 +02:00 |
|
AudioSpan.h
|
Added an overload for subspan without an end in the AudioSpan class
|
2019-09-15 22:46:56 +02:00 |
|
Buffer.h
|
CMake changes...
|
2019-08-30 15:28:30 +02:00 |
|
CCMap.h
|
CMake changes...
|
2019-08-30 15:28:30 +02:00 |
|
CMakeLists.txt
|
Added strings as a public linked library for sfizz
|
2019-08-30 16:04:40 +02:00 |
|
Config.h
|
Added a "diff" SIMD helper, and some more benchmarking...
|
2019-09-15 21:14:02 +02:00 |
|
Debug.h
|
CMake changes...
|
2019-08-30 15:28:30 +02:00 |
|
Defaults.h
|
Added support for the rt_decay opcode
|
2019-09-16 11:48:51 +02:00 |
|
EGDescription.h
|
CMake changes...
|
2019-08-30 15:28:30 +02:00 |
|
FilePool.cpp
|
The filepool is better configured for VST applications
|
2019-09-08 18:18:19 +02:00 |
|
FilePool.h
|
The filepool is better configured for VST applications
|
2019-09-08 18:18:19 +02:00 |
|
FloatEnvelopes.cpp
|
CMake changes...
|
2019-08-30 15:28:30 +02:00 |
|
HistoricalBuffer.h
|
Added an historical tracking of the mean squared voice power
|
2019-09-13 23:20:57 +02:00 |
|
LeakDetector.h
|
CMake changes...
|
2019-08-30 15:28:30 +02:00 |
|
LinearEnvelope.cpp
|
CMake changes...
|
2019-08-30 15:28:30 +02:00 |
|
LinearEnvelope.h
|
Added the pan envelope
|
2019-09-07 14:03:44 +02:00 |
|
MathHelpers.h
|
Add width and position envelopes
|
2019-09-07 15:55:35 +02:00 |
|
MidiState.h
|
Velocity tracking and replacements in note ons and offs are now done at the synth/global level. Velocity is always replaced and checked, since some libraries use "release" along with velocity ranges
|
2019-09-16 13:17:18 +02:00 |
|
OnePoleFilter.h
|
CMake changes...
|
2019-08-30 15:28:30 +02:00 |
|
Opcode.cpp
|
CMake changes...
|
2019-08-30 15:28:30 +02:00 |
|
Opcode.h
|
Added sustain_sw; sostenuto_sw is parsed but not treated in code
|
2019-09-13 20:46:35 +02:00 |
|
Parser.cpp
|
Corrected a bug where variables followed by an equal sign did not get replaced properly
|
2019-09-09 18:00:37 +02:00 |
|
Parser.h
|
Gracefully handle non-conforming floating point values for integer opcodes
|
2019-09-13 19:29:10 +02:00 |
|
Range.h
|
CMake changes...
|
2019-08-30 15:28:30 +02:00 |
|
Region.cpp
|
Velocity tracking and replacements in note ons and offs are now done at the synth/global level. Velocity is always replaced and checked, since some libraries use "release" along with velocity ranges
|
2019-09-16 13:17:18 +02:00 |
|
Region.h
|
Velocity tracking and replacements in note ons and offs are now done at the synth/global level. Velocity is always replaced and checked, since some libraries use "release" along with velocity ranges
|
2019-09-16 13:17:18 +02:00 |
|
ScopedFTZ.cpp
|
CMake changes...
|
2019-08-30 15:28:30 +02:00 |
|
ScopedFTZ.h
|
CMake changes...
|
2019-08-30 15:28:30 +02:00 |
|
SfzHelpers.cpp
|
CMake changes...
|
2019-08-30 15:28:30 +02:00 |
|
SfzHelpers.h
|
Added the pan envelope
|
2019-09-07 14:03:44 +02:00 |
|
SIMDDummy.cpp
|
Added another subtract SIMD helper
|
2019-09-15 22:47:24 +02:00 |
|
SIMDHelpers.h
|
Added another subtract SIMD helper
|
2019-09-15 22:47:24 +02:00 |
|
SIMDSSE.cpp
|
Corrected a bug in the SSE version of the diff helper
|
2019-09-15 23:01:40 +02:00 |
|
StereoBuffer.h
|
Added the amplitude envelope
|
2019-09-06 01:09:36 +02:00 |
|
StereoSpan.h
|
CMake changes...
|
2019-08-30 15:28:30 +02:00 |
|
StringViewHelpers.h
|
CMake changes...
|
2019-08-30 15:28:30 +02:00 |
|
Synth.cpp
|
Velocity tracking and replacements in note ons and offs are now done at the synth/global level. Velocity is always replaced and checked, since some libraries use "release" along with velocity ranges
|
2019-09-16 13:17:18 +02:00 |
|
Synth.h
|
Added an historical tracking of the mean squared voice power
|
2019-09-13 23:20:57 +02:00 |
|
Voice.cpp
|
Added support for the rt_decay opcode
|
2019-09-16 11:48:51 +02:00 |
|
Voice.h
|
Better handling of the source position. The integer part and the floating point part are separated, the solution before lost precision in the interpolation for longer samples.
|
2019-09-15 23:03:40 +02:00 |