Holger Wirtz
27d9adb0a1
Fix for modulated delay.
5 years ago
Holger Wirtz
ae8d72d513
Added MIDI-CC for the rest of the params.
...
Several small fixes.
Identation fixed for several files.
5 years ago
Holger Wirtz
ead7fce6ed
Removes feedback and delay-offset completely.
...
Added simple description how to test the hardware on Linux inside config.h
Compile time option for using an output filter (and which type and cutoff) added
inside config.h
5 years ago
Holger Wirtz
4244fe6727
Several small fixes for modulated delay offset and amplitude calculation.
5 years ago
Holger Wirtz
2e471e4005
Exchanged delay offset calculation from time to bytes (or better percent).
5 years ago
Holger Wirtz
0521b5d839
Fixed initial modulated delay offset when loading a sound.
...
Removed modulated_delay internal feedback loop and added an "external" feedback lopp with a mixer.
5 years ago
Holger Wirtz
7ece8305b4
Hopefully fixed the modulated delay.
5 years ago
Holger Wirtz
81ce42ec63
Added function for LP coefficient calculation based on frequency and q.
...
Small fixes for calculating the delay offset.
5 years ago
Holger Wirtz
8d8ee66397
Save the current state.
5 years ago
Holger Wirtz
449c7f72d1
Added tests for DC-filter.
5 years ago
Holger Wirtz
296fa08774
Several fixes and additions for filtering chorus modulator nd output.
5 years ago
Holger Wirtz
4d04f28815
Next test.
5 years ago
Holger Wirtz
7efc9854c1
Testing with two modulators (triangle and sine) added together.
5 years ago
Holger Wirtz
8833124c4f
Added function for coeff-calculation.
5 years ago
Holger Wirtz
23c4ac1a53
Added URLs for demo code.
5 years ago
Holger Wirtz
bd236aa711
Fixing coefficients.
5 years ago
Holger Wirtz
3393c60ed6
Filter for modulator implemented again (just testing).
5 years ago
Holger Wirtz
f8d7c097ac
Simple 1st-order filter test, as BlackAddr sugested: https://forum.pjrc.com/threads/56532-Modulated-Delay-Chorus-Flanger?highlight=Chorus
5 years ago
Holger Wirtz
a06ebe76fe
Trying again with Chamberlin filter for modulation to smooth the used
...
modulation waveform.
Renamed some vars for better reading.
Made the used core algorithm easier - hopefully it works and the sound is
better than before.
5 years ago
Holger Wirtz
9cad9262d5
Chorus fixes.
5 years ago
Holger Wirtz
c2549adcab
Added arm_biquad LP filter for modulation.
5 years ago
Holger Wirtz
2989ea2eac
Fixes.
5 years ago
Holger Wirtz
1356774e8e
Removed chorus_intensity because modulator.amplitude can be used.
5 years ago
Holger Wirtz
3f5f754460
Changed chorus mix-in.
...
Small fixes for interpolation.
5 years ago
Holger Wirtz
78aac5e8a9
Code cleanup and small fixes.
5 years ago
Holger Wirtz
b48aa7bb9a
Removed code for spline interpolation.
5 years ago
Holger Wirtz
0e91d775f7
New try for linear interpolation.
...
Added a lowpass after chorus output.
5 years ago
Holger Wirtz
0027b62530
Several fixes.
...
Hopefully working interpolation (Catmull currently does not work because of too high CPU usage and xruns).
5 years ago
Holger Wirtz
6bd662b602
Added spline interpolation again.
...
Using Teensy biquad lowpass for filtering the modulator signal.
5 years ago
Holger Wirtz
e85dbd43b8
Removed Splie interpolation.
...
Tried another calculation for filter coefficients.
5 years ago
Holger Wirtz
bf75622652
Testing with fixed values.
5 years ago
Holger Wirtz
cd891c4f98
Replaced own filter functions with CMSIS library function calls.
5 years ago
Holger Wirtz
807d152020
Added IIR filter (1-order, 3-order) for filtering LP-filtering the mdulation
...
signal at 5000 Hz (just for testing).
5 years ago
Holger Wirtz
b6180721d8
Fixed rounding of floats for working with negative numbers.
5 years ago
Holger Wirtz
be62fba2e0
Slightly better simple interpolation code.
5 years ago
Holger Wirtz
a14a9ba633
Optimizations.
5 years ago
Holger Wirtz
91e35afdf7
Fixes for the chorus.
5 years ago
Holger Wirtz
e9f689d5f6
SMaller fixes and tests.
5 years ago
Holger Wirtz
9c353f0e09
Trying spline interpolation and simple gauss filter.
5 years ago
Holger Wirtz
5ea21e53b7
Fixes for chorus intensity and loading values at startup.
5 years ago
Holger Wirtz
81de0af5b7
Small fixes for chorus.
6 years ago
Holger Wirtz
f196fe60cd
Added inverter for second modulated delay as stereo chorus simulation.
6 years ago
Holger Wirtz
da5ca32be0
Added effect functions for controllers.
...
Smaller fixes.
6 years ago
Holger Wirtz
8547cdaa61
Showing volume menu fixed.
6 years ago
Holger Wirtz
f9d971252d
Renaming files from *chorus to *delay.
...
Fixing and optimizing code for modulated delay calculation.
6 years ago
Holger Wirtz
e901694c8a
Several small but necessary fixes!
6 years ago
Holger Wirtz
fd409c2be3
Fixing types.
...
Enabling chorus in etup() again.
Small fixes.
6 years ago
Holger Wirtz
19c9fbc24e
Fixed storing and loading of sounds.
...
Fixed Interpolation code for chorus.
Small fixes.
6 years ago
Holger Wirtz
369b135c8f
Trying to fix interpolation problems...
6 years ago
Holger Wirtz
711f4be2ff
Replaced spline interpolation with interpolation from https://github.com/tuxcell/interpolationArduino
6 years ago