mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 15:36:24 +01:00
more work on the new all-Processor-all-The-Time redesign of Route - LOTS OF BREAKAGE STILL EXPECTED ; change all(?) methods that pass a start/end frame in to use sframes_t not nframes_t
git-svn-id: svn://localhost/ardour2/branches/3.0@5074 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7188ec3990
commit
0569107ddc
57 changed files with 1251 additions and 645 deletions
|
|
@ -371,7 +371,7 @@ PluginInsert::silence (nframes_t nframes)
|
|||
}
|
||||
|
||||
void
|
||||
PluginInsert::run_in_place (BufferSet& bufs, nframes_t start_frame, nframes_t end_frame, nframes_t nframes)
|
||||
PluginInsert::run_in_place (BufferSet& bufs, sframes_t start_frame, sframes_t end_frame, nframes_t nframes)
|
||||
{
|
||||
if (active()) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue