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:
David Robillard 2007-06-27 20:23:48 +00:00
parent 09264537c4
commit 05bcdd1d4c
68 changed files with 2525 additions and 2547 deletions

View file

@ -44,8 +44,8 @@ namespace ARDOUR {
class Session;
class AudioDiskstream;
class RouteGroup;
class Redirect;
class Insert;
class IOProcessor;
class Processor;
class Location;
class AudioPlaylist;
}