mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Renamed Insert to Processor and Redirect to IOProcessor.
git-svn-id: svn://localhost/ardour2/trunk@2071 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
09264537c4
commit
05bcdd1d4c
68 changed files with 2525 additions and 2547 deletions
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
#include <ardour/audioplaylist.h>
|
||||
#include <ardour/audio_diskstream.h>
|
||||
#include <ardour/insert.h>
|
||||
#include <ardour/processor.h>
|
||||
#include <ardour/location.h>
|
||||
#include <ardour/panner.h>
|
||||
#include <ardour/playlist.h>
|
||||
|
|
@ -102,8 +102,8 @@ AudioTimeAxisView::AudioTimeAxisView (PublicEditor& ed, Session& sess, boost::sh
|
|||
|
||||
/* map current state of the route */
|
||||
|
||||
inserts_changed ();
|
||||
reset_insert_automation_curves ();
|
||||
processors_changed ();
|
||||
reset_processor_automation_curves ();
|
||||
|
||||
ensure_xml_node ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue