mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Optimize Plugin connect & run API, use const maps
This commit is contained in:
parent
51e33796f1
commit
cbef72b8a1
12 changed files with 12 additions and 12 deletions
|
|
@ -353,7 +353,7 @@ Plugin::write_immediate_event (size_t size, const uint8_t* buf)
|
|||
int
|
||||
Plugin::connect_and_run (BufferSet& bufs,
|
||||
samplepos_t /*start*/, samplepos_t /*end*/, double /*speed*/,
|
||||
ChanMapping /*in_map*/, ChanMapping /*out_map*/,
|
||||
ChanMapping const& /*in_map*/, ChanMapping const& /*out_map*/,
|
||||
pframes_t nframes, samplecnt_t /*offset*/)
|
||||
{
|
||||
if (bufs.count().n_midi() > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue