Merge branch 'master' into windows
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 15 Oct 2013 15:17:12 +0000 (11:17 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 15 Oct 2013 15:17:12 +0000 (11:17 -0400)
13 files changed:
1  2 
gtk2_ardour/ardour_ui.cc
gtk2_ardour/editor_videotimeline.cc
gtk2_ardour/export_video_dialog.cc
gtk2_ardour/plugin_ui.cc
gtk2_ardour/processor_box.cc
gtk2_ardour/wscript
libs/ardour/audioengine.cc
libs/ardour/route.cc
libs/ardour/test/test_common.cc
libs/ardour/test/test_common.h
libs/ardour/wscript
libs/backends/jack/jack_utils.cc
libs/surfaces/mackie/mackie_control_protocol.cc

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index 10bfdbc694d6e50f1ec80ded2d422db616098927,91fd066ac2e72e82f9ce13ec5f626c305c3990d8..bfda5435086d59d3fac1519784a1713815da21b3
  
  #include "pbd/search_path.h"
  
 -PBD::SearchPath test_search_path ();
 +PBD::Searchpath test_search_path ();
  
- std::string new_test_output_dir ();
+ std::string new_test_output_dir (std::string prefix = "");
+ int get_test_sample_rate ();
  
  #endif
Simple merge
Simple merge