sfizz/sfizz
Paul Ferrand a02f6a5176 Move GHC
2019-11-23 17:13:12 +01:00
..
mathfuns CMake changes... 2019-08-30 15:28:30 +02:00
ADSREnvelope.cpp Moved everyone into the sfz namespace to avoid clashing when importing the lib 2019-09-25 23:51:53 +02:00
ADSREnvelope.h CMake changes... 2019-08-30 15:28:30 +02:00
AtomicGuard.h Cosmetics 2019-11-22 17:57:33 +01:00
atomicops.h 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
AudioBuffer.h Moved everyone into the sfz namespace to avoid clashing when importing the lib 2019-09-25 23:51:53 +02:00
AudioSpan.h Changed is_const_v to is_const 2019-11-22 18:08:43 +01:00
Buffer.h Added the atomic guards on other critical synth functions 2019-09-28 14:06:27 +02:00
CCMap.h CMake changes... 2019-08-30 15:28:30 +02:00
CMakeLists.txt Corrected the CMakeLists to properly install the shared library 2019-11-19 01:21:08 +01:00
Config.h Moved everyone into the sfz namespace to avoid clashing when importing the lib 2019-09-25 23:51:53 +02:00
Debug.h Cosmetics 2019-11-22 17:57:33 +01:00
Defaults.h WIP fixes: replace optional, string_view, nullopt with abseil versions, temporary clamp alternative. 2019-09-21 10:34:37 +02:00
EGDescription.h WIP fixes: replace optional, string_view, nullopt with abseil versions, temporary clamp alternative. 2019-09-21 10:34:37 +02:00
FilePool.cpp Finer lock/unlock for the garbage collection mutex 2019-09-28 15:57:35 +02:00
FilePool.h Change the initialization order for threads and mutexes in FilePool 2019-09-28 15:57:19 +02:00
FloatEnvelopes.cpp CMake changes... 2019-08-30 15:28:30 +02:00
HistoricalBuffer.h Moved everyone into the sfz namespace to avoid clashing when importing the lib 2019-09-25 23:51:53 +02:00
LeakDetector.h Added back the inline static for cpp >= 17 2019-09-25 23:51:53 +02:00
LinearEnvelope.cpp Moved everyone into the sfz namespace to avoid clashing when importing the lib 2019-09-25 23:51:53 +02:00
LinearEnvelope.h Added a message for the static_assert 2019-09-21 10:57:21 +02:00
MathHelpers.h Added an external header library for filesystem that defaults to the standard library on cpp 17 and finished cleaning up the c++14 issues 2019-09-21 14:12:02 +02:00
MidiState.h Added an external header library for filesystem that defaults to the standard library on cpp 17 and finished cleaning up the c++14 issues 2019-09-21 14:12:02 +02:00
OnePoleFilter.h Moved everyone into the sfz namespace to avoid clashing when importing the lib 2019-09-25 23:51:53 +02:00
Opcode.cpp Fixing files. 2019-09-21 10:34:37 +02:00
Opcode.h Use SFINAE to replace if constexpr 2019-09-21 10:34:59 +02:00
Parser.cpp cleanups 2019-09-21 13:01:50 +02:00
Parser.h Add a virtual dtor to the Parser to ensure proper deletion even with casts 2019-11-17 00:20:47 +01:00
Range.h Range was not in the namespace sfz 2019-09-28 14:17:34 +02:00
readerwriterqueue.h 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
Regexes.h Added the regexes headers 2019-09-21 01:08:12 +02:00
Region.cpp Range was not in the namespace sfz 2019-09-28 14:17:34 +02:00
Region.h WIP fixes: replace optional, string_view, nullopt with abseil versions, temporary clamp alternative. 2019-09-21 10:34:37 +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
sfizz.cpp Added a dynamic number of voices 2019-11-20 22:35:51 +01:00
sfizz.h Added a dynamic number of voices 2019-11-20 22:35:51 +01:00
sfizz.pc.in Corrected the CMakeLists to properly install the shared library 2019-11-19 01:21:08 +01:00
SfzHelpers.cpp WIP fixes: replace optional, string_view, nullopt with abseil versions, temporary clamp alternative. 2019-09-21 10:34:37 +02:00
SfzHelpers.h WIP fixes: replace optional, string_view, nullopt with abseil versions, temporary clamp alternative. 2019-09-21 10:34:37 +02:00
SIMDDummy.cpp Moved everyone into the sfz namespace to avoid clashing when importing the lib 2019-09-25 23:51:53 +02:00
SIMDHelpers.h Reorganize the SIMD functions to "hide" part of it in a subnamespace 2019-11-22 17:51:06 +01:00
SIMDSSE.cpp Reorganize the SIMD functions to "hide" part of it in a subnamespace 2019-11-22 17:51:06 +01:00
StringViewHelpers.h Added abseil string views in the helpers 2019-09-21 10:34:59 +02:00
Synth.cpp Corrected a bug when changing the number of voices where the voices were not completely prepped 2019-11-21 01:46:57 +01:00
Synth.h Voices did not get created by default 2019-11-20 23:45:44 +01:00
Voice.cpp Moved the empty span checks in the fill* functions 2019-09-29 03:27:58 +02:00
Voice.h ccState and the midiState globals become a single private member of the Synth object; read-only references are loaded on creation into the regions and voice. 2019-09-21 01:07:53 +02:00