sfizz/tests
2020-11-01 08:33:18 +01:00
..
catch2 Sanitize a bit the submodules and make 3 of them in-tree; abseil and google benchmark left 2019-09-18 00:14:08 +02:00
lfo Make all phase opcodes normalized 2020-10-15 13:14:17 +02:00
TestFiles Build a set of "effective" keyswitches anduse it instead of sw_lokey/sw_hikey 2020-10-27 10:00:24 +01:00
ADSREnvelopeT.cpp Add flex eg tests, move test helpers around, and add a more verbose mod matrix graph output 2020-09-16 09:03:39 +02:00
AudioBufferT.cpp Add test for AudioBuffer padding 2020-06-11 03:36:49 +02:00
BufferT.cpp Moved defaultAlignment to config 2020-06-19 20:48:06 +02:00
CMakeLists.txt Eliminate the strict requirement of libsndfile 2020-10-28 16:34:52 +01:00
ConcurrencyT.cpp Add the spinlock mutex 2020-07-15 11:55:33 +02:00
CurveT.cpp Add a circular test case for the curve 2020-09-15 22:23:42 +02:00
cxxopts.hpp Add a couple tests programs to render a sound file 2020-02-18 15:12:18 +01:00
DataHelpers.cpp Correct a compilation woe 2020-08-19 12:12:48 +02:00
DataHelpers.h Add LFO regression tests 2020-08-13 06:49:38 +02:00
DemoFilters.cpp Allow the filters demo to disable modulation 2020-04-21 20:05:19 +02:00
DemoFilters.ui Add cutoff LFO to the filter demo 2020-02-18 15:12:18 +01:00
DemoParser.cpp Support block comments 2020-04-20 19:47:28 +02:00
DemoParser.ui Make the parser demo UI a bit more practical 2020-03-28 02:53:50 +01:00
DemoSmooth.cpp Add the smoother demo client 2020-06-20 15:27:20 +02:00
DemoSmooth.ui Add the smoother demo client 2020-06-20 15:27:20 +02:00
DemoStereo.cpp Move panning into its own file and outside of SIMD 2020-06-19 20:48:08 +02:00
DemoStereo.ui Add the test program for stereo 2020-02-10 16:29:06 +01:00
DemoStretchTuning.cpp Stretch tuning demo 2020-06-11 21:25:33 +02:00
DemoStretchTuning.ui Stretch tuning demo 2020-06-11 21:25:33 +02:00
DemoWavetables.cpp Add oscillator_detune_oncc 2020-09-22 18:26:49 +02:00
DemoWavetables.ui Higher quality wavetable mipmaps 2020-08-09 05:46:42 +02:00
EGDescriptionT.cpp ampeg_XX_oncc can now contain multiple modifiers 2020-07-01 17:37:44 +02:00
EQ.cpp Remove the trig/log/exp functions 2020-06-19 20:48:08 +02:00
EventEnvelopesT.cpp Remove unused code, update tests 2020-08-09 20:41:44 +02:00
FileInstrument.cpp Support the AIFF instrument 2020-10-31 15:32:58 +01:00
FilesT.cpp Rename for consistency 2020-10-27 11:19:12 +01:00
FileWavetable.cpp Add the program to display file wavetable info 2020-08-09 23:45:19 +02:00
Filter.cpp Remove the trig/log/exp functions 2020-06-19 20:48:08 +02:00
FlexEGT.cpp Let the flex eg free-run when set as the ampeg 2020-10-28 09:17:10 +01:00
FloatHelpersT.cpp Added a nan/inf checker to the fp traits 2020-04-12 10:35:19 +02:00
HelpersT.cpp Less verbose license text 2020-01-25 13:13:07 +01:00
InterpolatorsT.cpp Correct MSVC errors and warnings 2020-07-04 14:44:10 +02:00
LFOT.cpp Allow modulations to trigger at a frame-accurate instant (LFO) 2020-08-21 14:39:55 +02:00
MainT.cpp Use a dispatching object rather than branchesUpdate the benchmarksRemove the SIMDInitializerInfer type for simd helpers 2020-06-19 20:48:09 +02:00
MidiStateT.cpp Formatting step 2020-03-31 10:46:12 +02:00
ModulationsT.cpp Map CC11 expression 2020-10-07 14:36:27 +02:00
OpcodeT.cpp Merge pull request #445 from jpcima/ampeg-mm 2020-10-05 00:09:56 +02:00
ParsingT.cpp parser: make opcode values stop at the '<' character 2020-09-25 04:08:57 +02:00
PlotCurve.cpp Adapt the newer parser to Sfizz 2020-03-28 00:29:36 +01:00
PlotLFO.cpp Allow modulations to trigger at a frame-accurate instant (LFO) 2020-08-21 14:39:55 +02:00
PlotWavetables.cpp Rename multiSize 2020-03-15 23:43:57 +01:00
PolyphonyT.cpp Refactor of Synth and Voice into a pimpl pattern 2020-11-01 08:33:18 +01:00
RandomHelpersT.cpp Fast gauss distribution 2020-06-22 02:00:37 +02:00
RangeT.cpp Less verbose license text 2020-01-25 13:13:07 +01:00
RegionActivationT.cpp Handle sw_default in <region> 2020-10-28 16:12:42 +01:00
RegionT.cpp Add sw_lolast/sw_hilast 2020-10-27 14:50:31 +01:00
RegionTriggersT.cpp Triggering on note or CC is not exclusive 2020-07-06 09:03:06 +02:00
RegionValueComputationsT.cpp Build a set of "effective" keyswitches anduse it instead of sw_lokey/sw_hikey 2020-10-27 10:00:24 +01:00
SemaphoreT.cpp Add RTSemaphore and tests 2020-04-13 16:32:40 +02:00
SIMDHelpersT.cpp Add a NEON codepath for panning and width 2020-09-20 19:50:19 +01:00
SmoothersT.cpp Clean up the va OPF and wrap it as a linear smoother 2020-06-20 15:27:12 +02:00
SwapAndPopT.cpp Implement helpers for the swap and pop idioms 2020-06-15 10:59:12 +02:00
SynthT.cpp Reinsert default hdcc 2020-11-01 08:33:18 +01:00
TestHelpers.cpp Map CC11 expression 2020-10-07 14:36:27 +02:00
TestHelpers.h Fix CC modulations, having their source depth to 0 2020-10-06 03:53:32 +02:00
Tuning.cpp Fix some errors 2020-06-20 15:33:07 +02:00
TuningT.cpp Added some tests 2020-06-12 20:20:01 +02:00
WavetablesT.cpp Merge pull request #347 from jpcima/hq-wavetables 2020-08-12 01:16:05 +02:00