Skip to content

Commit

Permalink
Small floaty param updates
Browse files Browse the repository at this point in the history
- temposynch consistency on rate and warp rate
- typein on playback
  • Loading branch information
baconpaul committed Sep 26, 2024
1 parent 0564545 commit 592a796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libs/sst/sst-effects
1 change: 1 addition & 0 deletions src/common/Parameter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ bool Parameter::can_temposync() const
case ct_envtime_linkable_delay:
case ct_envtime_lfodecay:
case ct_reverbpredelaytime:
case ct_floaty_delay_time:
return true;
}
return false;
Expand Down

0 comments on commit 592a796

Please sign in to comment.