| .. |
|
catch2
|
Update Catch2
|
2022-07-29 02:35:11 +02:00 |
|
lfo
|
Update tests
|
2021-02-01 13:35:08 +01:00 |
|
TestFiles
|
Cover flac since we're at it
|
2023-05-29 14:02:16 +02:00 |
|
ADSREnvelopeT.cpp
|
Make ADSREnvelope not a template
|
2021-02-01 10:30:17 +01:00 |
|
AudioBufferT.cpp
|
Add test for AudioBuffer padding
|
2020-06-11 03:36:49 +02:00 |
|
AudioFilesT.cpp
|
Enable the <sample> test
|
2023-08-07 22:48:42 +02:00 |
|
BindingsT.cpp
|
Expose a function to free memory allocated by the library
|
2021-04-16 02:23:11 +02:00 |
|
BufferT.cpp
|
Fix warning in tests
|
2021-02-24 02:28:25 +01:00 |
|
CMakeLists.txt
|
Reenable and fix tests
|
2023-08-07 22:48:42 +02:00 |
|
ConcurrencyT.cpp
|
Provide the spin mutex as internal library
|
2021-02-02 14:19:12 +01:00 |
|
CurveT.cpp
|
Add a circular test case for the curve
|
2020-09-15 22:23:42 +02: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 |
|
DirectRegionT.cpp
|
Honor lorand/hirand in CC triggered regions
|
2021-10-20 16:28:06 +02:00 |
|
EGDescriptionT.cpp
|
Add dynamic to the basic envelope
|
2021-06-27 16:51:29 +02:00 |
|
EventEnvelopesT.cpp
|
Cover flac since we're at it
|
2023-05-29 14:02:16 +02:00 |
|
FilesT.cpp
|
Enable the <sample> test
|
2023-08-07 22:48:42 +02:00 |
|
FlexEGT.cpp
|
Fix FlexEGs shape
|
2023-08-03 13:26:06 +02:00 |
|
FloatHelpersT.cpp
|
Added a nan/inf checker to the fp traits
|
2020-04-12 10:35:19 +02:00 |
|
HelpersT.cpp
|
Parse <sample> with base64 data
|
2021-11-24 12:04:41 +01:00 |
|
InterpolatorsT.cpp
|
Add windowed sinc interpolation
|
2021-01-31 23:32:10 +01:00 |
|
LFOT.cpp
|
Add lfoN_fade_oncc, lfoN_delay_oncc, lfoN_phase_oncc
|
2021-03-30 10:05:09 +02:00 |
|
MainT.cpp
|
Connect unit tests with CTest
|
2021-03-18 00:42:04 +01:00 |
|
MemoryT.cpp
|
Add jsl::aligned_unique_ptr and jsl::make_aligned
|
2021-09-22 03:12:52 +02:00 |
|
MessagingT.cpp
|
Reenable and fix tests
|
2023-08-07 22:48:42 +02:00 |
|
MidiStateT.cpp
|
Merge branch 'develop' into keydelta
|
2021-11-09 22:18:35 +01:00 |
|
ModulationsT.cpp
|
Build time optimization: resources
|
2021-04-25 04:55:30 +02:00 |
|
OpcodeT.cpp
|
Read exponents in floats
|
2021-11-20 19:21:55 +01:00 |
|
OversamplerT.cpp
|
Add methods to get oversampler factor given in/out rates
|
2021-02-24 07:39:35 +01:00 |
|
ParsingT.cpp
|
Parse <sample> with base64 data
|
2021-11-24 12:04:41 +01:00 |
|
PolyphonyT.cpp
|
Choke notes when the layer is disabled, even if the group and note are the same
|
2021-11-13 14:14:29 +01:00 |
|
RandomHelpersT.cpp
|
Fast gauss distribution
|
2020-06-22 02:00:37 +02:00 |
|
RangeT.cpp
|
Fix Range ADL for some MSVC versions
|
2021-03-23 17:00:43 +01:00 |
|
RegionActivationT.cpp
|
Add loprog/hiprob in the API and engine
|
2021-12-30 20:23:47 +01:00 |
|
RegionTriggersT.cpp
|
Don't dispatch off notes when offing a CC-trig'd voice
|
2021-10-20 17:13:38 +02:00 |
|
RegionValueComputationsT.cpp
|
Add amp and pitch veltrack oncc
|
2021-07-05 09:22:07 +02:00 |
|
RegionValuesSetT.cpp
|
Updating regions through OSC
|
2021-04-01 06:32:42 +02:00 |
|
RegionValuesT.cpp
|
Unclamp the cutoff and add OSC queries for the cutoff modifiers
|
2022-07-14 11:46:15 +02:00 |
|
SemaphoreT.cpp
|
Add RTSemaphore and tests
|
2020-04-13 16:32:40 +02:00 |
|
SfzHelpersT.cpp
|
Fix modulation matrix when CC modulations are per voice
|
2023-08-07 22:03:11 +02:00 |
|
SIMDHelpersT.cpp
|
Cover flac since we're at it
|
2023-05-29 14:02:16 +02:00 |
|
SmoothersT.cpp
|
Cover flac since we're at it
|
2023-05-29 14:02:16 +02:00 |
|
SwapAndPopT.cpp
|
Move some utility files
|
2021-03-25 18:35:20 +01:00 |
|
SynthT.cpp
|
Correct a bug with dynamic updates on offed EGs
|
2022-05-15 14:13:43 +02:00 |
|
TestHelpers.cpp
|
Correct a bug with dynamic updates on offed EGs
|
2022-05-15 14:13:43 +02:00 |
|
TestHelpers.h
|
Reenable and fix tests
|
2023-08-07 22:48:42 +02:00 |
|
TuningT.cpp
|
Added some tests
|
2020-06-12 20:20:01 +02:00 |
|
WavetablesT.cpp
|
Parse <sample> with base64 data
|
2021-11-24 12:04:41 +01:00 |