evoral: change interpolation distance to match 6.x

Note that the value is still defined in Beats (ticks) rather than seconds
which means that the interpolation density is tempo-dependent. This
should still likely change one day.
This commit is contained in:
Paul Davis 2022-03-26 17:53:45 -06:00
parent 7cb7d83bb8
commit 83dc2fe407

View File

@ -58,7 +58,7 @@ using namespace PBD;
XXX: This is a hack. The time should probably be expressed in
seconds rather than beats, and should be configurable etc. etc.
*/
static Temporal::Beats const time_between_interpolated_controller_outputs = Temporal::Beats::ticks (256);
static Temporal::Beats const time_between_interpolated_controller_outputs = Temporal::Beats::ticks (8);
namespace Evoral {