| .. |
|
compat
|
WIP code update.
|
2019-09-19 16:45:57 +02:00 |
|
mathfuns
|
CMake changes...
|
2019-08-30 15:28:30 +02:00 |
|
ADSREnvelope.cpp
|
WIP fixes: replace optional, string_view, nullopt with abseil versions, temporary clamp alternative.
|
2019-09-18 20:33:08 +02:00 |
|
ADSREnvelope.h
|
CMake changes...
|
2019-08-30 15:28:30 +02: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
|
More clang errors
|
2019-09-16 15:09:55 +02:00 |
|
AudioSpan.h
|
Used SFINAE except of if constexpr for the AudioSpan constructor
|
2019-09-20 23:10:09 +02:00 |
|
Buffer.h
|
WIP fixes: replace optional, string_view, nullopt with abseil versions, temporary clamp alternative.
|
2019-09-18 20:33:08 +02:00 |
|
CCMap.h
|
CMake changes...
|
2019-08-30 15:28:30 +02:00 |
|
CMakeLists.txt
|
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 |
|
Config.h
|
Some cleanup of the sustain logic
|
2019-09-17 14:52:47 +02:00 |
|
Debug.h
|
CMake changes...
|
2019-08-30 15:28:30 +02:00 |
|
Defaults.h
|
WIP fixes: replace optional, string_view, nullopt with abseil versions, temporary clamp alternative.
|
2019-09-18 20:33:08 +02:00 |
|
EGDescription.h
|
WIP fixes: replace optional, string_view, nullopt with abseil versions, temporary clamp alternative.
|
2019-09-18 20:33:08 +02:00 |
|
FilePool.cpp
|
String view and filesystem are not happy neighbors
|
2019-09-20 23:24:39 +02:00 |
|
FilePool.h
|
String view and filesystem are not happy neighbors
|
2019-09-20 23:24:39 +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
|
WIP code update.
|
2019-09-19 16:45:57 +02:00 |
|
LinearEnvelope.cpp
|
CMake changes...
|
2019-08-30 15:28:30 +02:00 |
|
LinearEnvelope.h
|
Added a message for the static_assert
|
2019-09-21 10:57:21 +02:00 |
|
MathHelpers.h
|
Math helpers stay with static
|
2019-09-21 01:05:43 +02:00 |
|
MidiState.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 |
|
OnePoleFilter.h
|
Corrected a bug in the one pole filter with variable gain
|
2019-09-21 01:22:52 +02:00 |
|
Opcode.cpp
|
Fixing files.
|
2019-09-19 02:29:43 +02:00 |
|
Opcode.h
|
Use SFINAE to replace if constexpr
|
2019-09-20 22:58:26 +02:00 |
|
Parser.cpp
|
Regexes get their own file
|
2019-09-21 01:06:47 +02:00 |
|
Parser.h
|
Regexes get their own file
|
2019-09-21 01:06:47 +02:00 |
|
Range.h
|
WIP fixes: replace optional, string_view, nullopt with abseil versions, temporary clamp alternative.
|
2019-09-18 20:33:08 +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
|
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 |
|
Region.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 |
|
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
|
WIP fixes: replace optional, string_view, nullopt with abseil versions, temporary clamp alternative.
|
2019-09-18 20:33:08 +02:00 |
|
SfzHelpers.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 |
|
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
|
Fix a compilation error in clang
|
2019-09-16 14:50:21 +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
|
Added abseil string views in the helpers
|
2019-09-20 23:24:51 +02:00 |
|
Synth.cpp
|
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 |
|
Synth.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 |
|
Voice.cpp
|
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 |
|
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 |