~ubuntu-branches/ubuntu/oneiric/ardour/oneiric

« back to all changes in this revision

Viewing changes to libs/surfaces/mackie/route_signal.cc

  • Committer: Bazaar Package Importer
  • Author(s): Adrian Knoth
  • Date: 2010-01-04 12:39:43 UTC
  • mfrom: (1.1.20 upstream) (2.2.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100104123943-5xfd8goxgmbgl7u5
Tags: 1:2.8.4-3
Build against vamp-plugin-sdk version 2.1 (Closes: #563588)

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
using namespace ARDOUR;
29
29
using namespace Mackie;
30
30
using namespace std;
 
31
using namespace sigc;
31
32
 
32
33
void RouteSignal::connect()
33
34
{