mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Fix API, Route::apply_latency_compensation() is not virtual
This commit is contained in:
parent
44b11802bf
commit
f2ea9461f2
1 changed files with 1 additions and 1 deletions
|
|
@ -352,7 +352,7 @@ public:
|
|||
bool remove_sidechain (boost::shared_ptr<Processor> proc) { return add_remove_sidechain (proc, false); }
|
||||
|
||||
samplecnt_t update_signal_latency (bool apply_to_delayline = false, bool* delayline_update_needed = NULL);
|
||||
virtual void apply_latency_compensation ();
|
||||
void apply_latency_compensation ();
|
||||
|
||||
samplecnt_t set_private_port_latencies (bool playback) const;
|
||||
void set_public_port_latencies (samplecnt_t, bool playback, bool with_latcomp) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue