Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed Dec 3, 2024
1 parent 5ceb869 commit 2b1f3ee
Showing 1 changed file with 2 additions and 31 deletions.
33 changes: 2 additions & 31 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,43 +9,15 @@ https://github.com/neodsp/simper-filter
also simper, with simd
// https://github.com/SamiPerttu/fundsp/blob/801ad0a0c97838f9744d0dbe506512215f780b7d/src/svf.rs#L2
- other way to change the delay time: https://signalsmith-audio.co.uk/writing/2021/stride-interpolated-delay/
- make mutes sample-accurate
- optional: live-mode / daw-mode switch
- compensate for host latency by adjusting the delay read index
TODO: research choke event, possibly clear_taps()
***************
dry/wet attack
wet release
drive min
mutes max
***************
dry/wet mutes
wet drive
attack release
min max
channel tempo_sync
***************
dry/wet wet
attack release
min max
channel tempo_sync
mutes drive
***************
dry/wet wet
attack release
mutes drive
pref:
min max
channel tempo_sync
tooltips ??
*/

// #![allow(non_snake_case)]
Expand Down Expand Up @@ -189,7 +161,6 @@ pub struct Del2Params {
last_frame_time: AtomicU64,
// the rate we are nunning at now
sample_rate: AtomicF32,
// TODO: persist and use for conversions
host_tempo: AtomicF32,
time_sig_numerator: AtomicI32,
learning_start_time: AtomicU64,
Expand Down

0 comments on commit 2b1f3ee

Please sign in to comment.