mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
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:
parent
7cb7d83bb8
commit
83dc2fe407
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue