| .. |
|
dsp
|
Limit filter parameters to prevent over-modulation
|
2021-03-12 17:20:56 +01:00 |
|
effects
|
Move some utility files
|
2021-03-25 18:35:20 +01:00 |
|
gen/filters
|
Regenerate filters faust code
|
2021-03-12 17:21:13 +01:00 |
|
git-build-id
|
Generalized build ID for all subprojects
|
2021-04-30 18:02:20 +02:00 |
|
import
|
Support DecentSampler ui bgImage
|
2021-04-03 21:10:27 +02:00 |
|
modulations
|
Build time optimization: resources
|
2021-04-25 04:55:30 +02:00 |
|
parser
|
Remove header dependency Parser from Synth
|
2021-04-25 05:33:42 +02:00 |
|
railsback
|
Stretch tuning demo
|
2020-06-11 21:25:33 +02:00 |
|
simd
|
Add * on auto pointers everywhere
|
2020-10-20 21:59:57 +02:00 |
|
utility
|
Consistency again
|
2021-03-31 17:19:30 +02:00 |
|
ADSREnvelope.cpp
|
Ensure that transition delta is never flushed to 0
|
2021-04-10 15:49:11 +02:00 |
|
ADSREnvelope.h
|
Fix the value bounds in ADSR
|
2021-04-01 01:39:30 +02:00 |
|
AudioBuffer.h
|
Move some utility files
|
2021-03-25 18:35:20 +01:00 |
|
AudioReader.cpp
|
Fix AudioReader::getInstrument under libsndfile
|
2020-11-04 08:55:34 +01:00 |
|
AudioReader.h
|
Eliminate the strict requirement of libsndfile
|
2020-10-28 16:34:52 +01:00 |
|
AudioSpan.h
|
Move some utility files
|
2021-03-25 18:35:20 +01:00 |
|
BeatClock.cpp
|
Move some utility files
|
2021-03-25 18:35:20 +01:00 |
|
BeatClock.h
|
Correcting w.r.t. comments
|
2021-03-20 22:12:36 +01:00 |
|
Buffer.h
|
Fix copy and move operations of Buffer
|
2021-04-25 08:11:42 +02:00 |
|
BufferPool.h
|
Move some utility files
|
2021-03-25 18:35:20 +01:00 |
|
CCMap.h
|
Move some utility files
|
2021-03-25 18:35:20 +01:00 |
|
Config.h
|
Deprecate the internal oversampling factor
|
2021-04-14 08:21:12 +02:00 |
|
Curve.cpp
|
Move some utility files
|
2021-03-25 18:35:20 +01:00 |
|
Curve.h
|
Add the Flex EG
|
2020-09-12 01:46:00 +02:00 |
|
Defaults.cpp
|
Convert discrete CC conditions without gaps
|
2021-04-25 00:32:16 +02:00 |
|
Defaults.h
|
Convert discrete CC conditions without gaps
|
2021-04-25 00:32:16 +02:00 |
|
Effects.cpp
|
Add the reverb
|
2020-08-06 14:55:26 +02:00 |
|
Effects.h
|
WIP
|
2021-02-11 06:10:10 +01:00 |
|
EGDescription.h
|
Fix the value bounds in ADSR
|
2021-04-01 01:39:30 +02:00 |
|
EQDescription.h
|
WIP
|
2021-02-11 06:10:10 +01:00 |
|
EQPool.cpp
|
Build time optimization: resources
|
2021-04-25 04:55:30 +02:00 |
|
EQPool.h
|
Build time optimization: resources
|
2021-04-25 04:55:30 +02:00 |
|
FileId.cpp
|
Move some utility files
|
2021-03-25 18:35:20 +01:00 |
|
FileId.h
|
Prevent FileId allocating memory from Voice init
|
2020-04-19 02:13:35 +02:00 |
|
FileMetadata.cpp
|
Compile ghc::filesystem implementations once only
|
2021-04-25 06:48:49 +02:00 |
|
FileMetadata.h
|
Scope the enums in sfz and remove the prefix
|
2021-02-11 06:10:10 +01:00 |
|
FilePool.cpp
|
Small, all zero files are replaced by *silence
|
2021-04-15 11:02:04 +02:00 |
|
FilePool.h
|
Deprecate the internal oversampling factor
|
2021-04-14 08:21:12 +02:00 |
|
FilterDescription.h
|
Remove opcode limits
|
2021-03-19 23:59:41 +01:00 |
|
FilterPool.cpp
|
Build time optimization: resources
|
2021-04-25 04:55:30 +02:00 |
|
FilterPool.h
|
Build time optimization: resources
|
2021-04-25 04:55:30 +02:00 |
|
FlexEGDescription.cpp
|
Add the Flex EG
|
2020-09-12 01:46:00 +02:00 |
|
FlexEGDescription.h
|
Remove opcode limits
|
2021-03-19 23:59:41 +01:00 |
|
FlexEnvelope.cpp
|
Let the flex eg free-run when set as the ampeg
|
2020-10-28 09:17:10 +01:00 |
|
FlexEnvelope.h
|
Let the flex eg free-run when set as the ampeg
|
2020-10-28 09:17:10 +01:00 |
|
HistoricalBuffer.h
|
The fill simd helper is just an alias for absl::c_fill
|
2020-06-19 20:48:08 +02:00 |
|
Interpolators.cpp
|
Add windowed sinc interpolation
|
2021-01-31 23:32:10 +01:00 |
|
Interpolators.h
|
Add windowed sinc interpolation
|
2021-01-31 23:32:10 +01:00 |
|
Interpolators.hpp
|
Rewrite SIMD sum 4-to-1
|
2021-02-21 23:29:54 +01:00 |
|
Layer.cpp
|
Store extended CCs in the midistate
|
2021-04-24 17:29:49 +02:00 |
|
Layer.h
|
Remove the indirection
|
2021-03-30 17:49:17 +02:00 |
|
LFO.cpp
|
Build time optimization: resources
|
2021-04-25 04:55:30 +02:00 |
|
LFO.h
|
Build time optimization: resources
|
2021-04-25 04:55:30 +02:00 |
|
LFOCommon.h
|
Deduplicate LFO code in core/fx
|
2021-03-08 18:05:29 +01:00 |
|
LFOCommon.hpp
|
Deduplicate LFO code in core/fx
|
2021-03-08 18:05:29 +01:00 |
|
LFODescription.cpp
|
Add SFZv2 LFO and a small set of modulation targets
|
2020-08-09 21:45:25 +02:00 |
|
LFODescription.h
|
Add lfoN_fade_oncc, lfoN_delay_oncc, lfoN_phase_oncc
|
2021-03-30 10:05:09 +02:00 |
|
Logger.cpp
|
Implement a substitute for aligned-new
|
2021-03-31 16:35:37 +02:00 |
|
Logger.h
|
Implement a substitute for aligned-new
|
2021-03-31 16:35:37 +02:00 |
|
MathHelpers.h
|
Move some utility files
|
2021-03-25 18:35:20 +01:00 |
|
Messaging.cpp
|
Ignore the alignment check for sfizz_arg_t, fails on old gcc 32bit
|
2021-02-01 17:56:48 +01:00 |
|
Messaging.h
|
Initial
|
2020-12-12 11:13:20 +01:00 |
|
Messaging.hpp
|
Initial
|
2020-12-12 11:13:20 +01:00 |
|
Metronome.cpp
|
Add the beat clock
|
2020-11-15 00:42:13 +01:00 |
|
Metronome.h
|
Add the beat clock
|
2020-11-15 00:42:13 +01:00 |
|
MidiState.cpp
|
Store extended CCs in the midistate
|
2021-04-24 17:29:49 +02:00 |
|
MidiState.h
|
Store extended CCs in the midistate
|
2021-04-24 17:29:49 +02:00 |
|
ModifierHelpers.h
|
Support the extended CCs of SFZv2 except poly aftertouch
|
2021-03-31 13:55:11 +02:00 |
|
OnePoleFilter.h
|
Move some utility files
|
2021-03-25 18:35:20 +01:00 |
|
Opcode.cpp
|
Allow OpcodeSpec to process enums too
|
2021-04-15 17:02:38 +02:00 |
|
Opcode.h
|
Allow OpcodeSpec to process enums too
|
2021-04-15 17:02:38 +02:00 |
|
OpcodeCleanup.cpp
|
Move some utility files
|
2021-03-25 18:35:20 +01:00 |
|
OpcodeCleanup.re
|
Move some utility files
|
2021-03-25 18:35:20 +01:00 |
|
Oversampler.cpp
|
Implement sfizz oversampler using new code
|
2021-02-22 00:31:49 +01:00 |
|
Oversampler.h
|
Deprecate the internal oversampling factor
|
2021-04-14 08:21:12 +02:00 |
|
OversamplerHelpers.h
|
Move some utility files
|
2021-03-25 18:35:20 +01:00 |
|
OversamplerHelpers.hxx
|
Add methods to get oversampler factor given in/out rates
|
2021-02-24 07:39:35 +01:00 |
|
Panning.cpp
|
New fixes for clang-tidy
|
2021-04-01 17:08:26 +02:00 |
|
Panning.h
|
Add a NEON codepath for panning and width
|
2020-09-20 19:50:19 +01:00 |
|
PolyphonyGroup.cpp
|
Move some utility files
|
2021-03-25 18:35:20 +01:00 |
|
PolyphonyGroup.h
|
Move some utility files
|
2021-03-25 18:35:20 +01:00 |
|
PowerFollower.cpp
|
Express follower AR in seconds
|
2020-08-27 09:39:41 +02:00 |
|
PowerFollower.h
|
Power follower using a fixed block size
|
2020-08-27 09:12:42 +02:00 |
|
Range.h
|
Move some utility files
|
2021-03-25 18:35:20 +01:00 |
|
Region.cpp
|
Convert discrete CC conditions without gaps
|
2021-04-25 00:32:16 +02:00 |
|
Region.h
|
Deprecate the internal oversampling factor
|
2021-04-14 08:21:12 +02:00 |
|
RegionSet.cpp
|
Fix a variety of xrun situations
|
2021-02-02 14:09:35 +01:00 |
|
RegionSet.h
|
Move some utility files
|
2021-03-25 18:35:20 +01:00 |
|
Resources.cpp
|
Build time optimization: resources
|
2021-04-25 04:55:30 +02:00 |
|
Resources.h
|
Build time optimization: resources
|
2021-04-25 04:55:30 +02:00 |
|
RTSemaphore.cpp
|
Fix cases of EINVAL in sem_timedwait
|
2021-03-18 11:19:17 +01:00 |
|
RTSemaphore.h
|
Timed wait operation for semaphore
|
2021-03-18 02:11:32 +01:00 |
|
ScopedFTZ.cpp
|
FPCR register is 64-bit
|
2020-09-27 23:37:02 +02:00 |
|
ScopedFTZ.h
|
FPCR register is 64-bit
|
2020-09-27 23:37:02 +02:00 |
|
sfizz.cpp
|
Remove header dependency Parser from Synth
|
2021-04-25 05:33:42 +02:00 |
|
sfizz_private.hpp
|
API with reference counter
|
2021-03-20 16:04:53 +01:00 |
|
sfizz_wrapper.cpp
|
Remove header dependency Parser from Synth
|
2021-04-25 05:33:42 +02:00 |
|
SfzFilter.cpp
|
Fix to SfzFilter after changing channel count
|
2021-03-26 13:13:59 +01:00 |
|
SfzFilter.h
|
Compact multi-mode filter with union
|
2021-03-25 01:02:00 +01:00 |
|
SfzFilterImpls.hpp
|
Compact multi-mode filter with union
|
2021-03-25 01:02:00 +01:00 |
|
SfzHelpers.h
|
Move some utility files
|
2021-03-25 18:35:20 +01:00 |
|
SIMDConfig.h
|
Detect NEON on aarch64 gcc
|
2020-09-28 00:28:54 +02:00 |
|
SIMDHelpers.cpp
|
Move some utility files
|
2021-03-25 18:35:20 +01:00 |
|
SIMDHelpers.h
|
Prevent the indices from overflowing
|
2021-04-14 01:26:26 +02:00 |
|
SisterVoiceRing.h
|
Move some utility files
|
2021-03-25 18:35:20 +01:00 |
|
Smoothers.cpp
|
Correcting w.r.t. comments
|
2021-03-20 22:12:36 +01:00 |
|
Smoothers.h
|
Correcting w.r.t. comments
|
2021-03-20 22:12:36 +01:00 |
|
Synth.cpp
|
Remove header dependency Parser from Synth
|
2021-04-25 05:33:42 +02:00 |
|
Synth.h
|
Remove header dependency Parser from Synth
|
2021-04-25 05:33:42 +02:00 |
|
SynthConfig.h
|
Sample quality controls in UI
|
2021-04-10 20:52:16 +02:00 |
|
SynthMessaging.cpp
|
Build time optimization: resources
|
2021-04-25 04:55:30 +02:00 |
|
SynthPrivate.h
|
Remove header dependency Parser from Synth
|
2021-04-25 05:33:42 +02:00 |
|
TriggerEvent.h
|
Use a trigger event type instead of passing 3 parameters
|
2020-09-07 22:25:29 +02:00 |
|
Tuning.cpp
|
Move some utility files
|
2021-03-25 18:35:20 +01:00 |
|
Tuning.h
|
Stretch tuning demo
|
2020-06-11 21:25:33 +02:00 |
|
Voice.cpp
|
Build time optimization: resources
|
2021-04-25 04:55:30 +02:00 |
|
Voice.h
|
Build time optimization: resources
|
2021-04-25 04:55:30 +02:00 |
|
VoiceManager.cpp
|
Removed erroneous comment
|
2021-03-02 17:10:03 +01:00 |
|
VoiceManager.h
|
Fix a variety of xrun situations
|
2021-02-02 14:09:35 +01:00 |
|
VoiceStealing.cpp
|
Final cleanups
|
2020-11-01 08:33:18 +01:00 |
|
VoiceStealing.h
|
Final cleanups
|
2020-11-01 08:33:18 +01:00 |
|
Wavetables.cpp
|
Hermite interpolator for oscillators
|
2021-02-22 03:42:58 +01:00 |
|
Wavetables.h
|
Move some utility files
|
2021-03-25 18:35:20 +01:00 |
|
WindowedSinc.cpp
|
Add windowed sinc interpolation
|
2021-01-31 23:32:10 +01:00 |
|
WindowedSinc.h
|
Interpolators with simde
|
2021-02-21 23:29:54 +01:00 |
|
WindowedSinc.hpp
|
Interpolators with simde
|
2021-02-21 23:29:54 +01:00 |