sfizz/src/sfizz
2020-03-28 16:13:25 +01:00
..
dsp/filters Implement eqN_type and the shelving EQs 2020-03-13 00:00:49 +01:00
effects Change to sfz::Buffer 2020-03-14 23:21:24 +01:00
gen/filters Implement eqN_type and the shelving EQs 2020-03-13 00:00:49 +01:00
parser Add proper support of external #define 2020-03-28 02:44:06 +01:00
ADSREnvelope.cpp Fallthroughs 2020-03-14 17:33:25 +01:00
ADSREnvelope.h The voice state matches its envelope release state 2020-02-19 14:04:59 +01:00
AtomicGuard.h Less verbose license text 2020-01-25 13:13:07 +01:00
AudioBuffer.h Fix all Debug.h block macros everywhere 2020-03-15 11:08:55 +01:00
AudioSpan.h Use verbose type_trait 2020-03-14 17:32:25 +01:00
Buffer.h Explicit const on member functions of Buffer 2020-03-14 17:33:25 +01:00
CCMap.h Added a template specialization to compare on value and not CC 2020-03-08 00:20:11 +01:00
Config.h Move the wavetables to a "WavetablePool"Matching the other resources management type 2020-03-15 23:30:33 +01:00
Curve.cpp do while trick on debug 2020-03-15 10:43:42 +01:00
Curve.h Still trying to silence the gcc 4.9 warning 2020-03-15 23:22:59 +01:00
Debug.h Correct the ASSERT macro in debug mode 2020-03-15 12:23:44 +01:00
Defaults.h Merge pull request #127 from jpcima/wavetable-phase 2020-03-28 00:55:29 +01:00
Effects.cpp Add the autopan effect 2020-03-14 18:10:54 +01:00
Effects.h Pass the buffer size to effects 2020-03-06 23:50:11 +01:00
EGDescription.h Changed maybe unused into comments or macros 2020-03-14 17:33:25 +01:00
EQDescription.h Implement eqN_type and the shelving EQs 2020-03-13 00:00:49 +01:00
EQPool.cpp chrono literals 2020-03-14 17:32:25 +01:00
EQPool.h Adapt the processing to mono/stereo 2020-02-10 11:12:46 +01:00
EventEnvelopes.cpp auto in lambdas 2020-03-14 17:32:25 +01:00
EventEnvelopes.h Magic by @jpcima to solve the clang segfault 2020-03-14 17:33:25 +01:00
FilePool.cpp Updated atomic_queue 2020-03-15 22:25:42 +01:00
FilePool.h chrono literals and changes file handles 2020-03-14 17:32:25 +01:00
FilterDescription.h Add licenses 2020-02-05 20:02:51 +01:00
FilterPool.cpp chrono literals 2020-03-14 17:32:25 +01:00
FilterPool.h Adapt the processing to mono/stereo 2020-02-10 11:12:46 +01:00
FloatEnvelopes.cpp Less verbose license text 2020-01-25 13:13:07 +01:00
HistoricalBuffer.h Less verbose license text 2020-01-25 13:13:07 +01:00
LeakDetector.h Corrected bugs and warnings in atomic_queue and LeakDetector 2020-03-14 22:56:33 +01:00
Logger.cpp Add the ability to set a log filename (non abi breaking change) 2020-03-26 23:40:42 +01:00
Logger.h Add the ability to set a log filename (non abi breaking change) 2020-03-26 23:40:42 +01:00
Macros.h Remove the export definitions from the macros 2020-03-26 23:14:33 +01:00
MathHelpers.h Rewrite a division as multiplication 2020-03-16 17:37:52 +01:00
MidiState.cpp Changed maybe unused into comments or macros 2020-03-14 17:33:25 +01:00
MidiState.h Don't initialize member arrays 2020-03-14 17:32:25 +01:00
OnePoleFilter.h constexpr variables 2020-03-14 17:32:25 +01:00
Opcode.cpp Adapt the newer parser to Sfizz 2020-03-28 00:29:36 +01:00
Opcode.h Adapt the newer parser to Sfizz 2020-03-28 00:29:36 +01:00
Oversampler.cpp Fallthroughs 2020-03-14 17:33:25 +01:00
Oversampler.h Less verbose license text 2020-01-25 13:13:07 +01:00
Parser.cpp Initial parser rework 2020-03-28 00:28:50 +01:00
Parser.h Initial parser rework 2020-03-28 00:28:50 +01:00
Range.h Use a constexpr min 2020-03-14 17:32:25 +01:00
Region.cpp Add support of oscillator_phase 2020-03-16 19:02:21 +01:00
Region.h Add support of oscillator_phase 2020-03-16 19:02:21 +01:00
Resources.h Move the wavetables to a "WavetablePool"Matching the other resources management type 2020-03-15 23:30:33 +01:00
ScopedFTZ.cpp Detect SIMD availability from compiler 2020-02-09 14:58:21 +01:00
ScopedFTZ.h Add include guard for ScopedFTZ 2020-02-09 13:08:08 +01:00
sfizz.cpp Add the ability to set a log filename (non abi breaking change) 2020-03-26 23:40:42 +01:00
sfizz_wrapper.cpp Add the ability to set a log filename (non abi breaking change) 2020-03-26 23:40:42 +01:00
SfzFilter.cpp Warnings about [[fallthrough]] 2020-03-14 18:02:54 +01:00
SfzFilter.h Add some functions to lookup filter type. Add the bpk_2p alias. 2020-03-13 00:00:49 +01:00
SfzFilterImpls.cxx Implement eqN_type and the shelving EQs 2020-03-13 00:00:49 +01:00
SfzHelpers.cpp Less verbose license text 2020-01-25 13:13:07 +01:00
SfzHelpers.h Correct a potential overflow for CC names 2020-03-16 12:44:18 +01:00
SIMDConfig.h Detect SIMD availability from compiler 2020-02-09 14:58:21 +01:00
SIMDDummy.cpp Add multiplyAdd with fixed gain 2020-02-27 14:05:05 +01:00
SIMDHelpers.h Corrected an error introduced in dce954 2020-03-14 17:32:25 +01:00
SIMDNEON.cpp Unused constexpr 2020-03-14 17:33:25 +01:00
SIMDSSE.cpp Unused constexpr 2020-03-14 17:33:25 +01:00
StringViewHelpers.h constexpr hash compatible with c++11 2020-03-14 17:32:25 +01:00
Synth.cpp Add +1 to error lines and put the file name in there 2020-03-28 00:29:36 +01:00
Synth.h Adapt the newer parser to Sfizz 2020-03-28 00:29:36 +01:00
Voice.cpp Merge pull request #127 from jpcima/wavetable-phase 2020-03-28 00:55:29 +01:00
Voice.h Add SFZ support of generators 2020-03-15 23:30:33 +01:00
Wavetables.cpp Add an assertion 2020-03-27 18:05:40 +01:00
Wavetables.h Add support of oscillator_phase 2020-03-16 19:02:21 +01:00