mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
change some stuff associated with snapshot automation (accidentally committed with last commit, this finishes it off)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3045 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
22a407fb6b
commit
64b5e23faa
2 changed files with 5 additions and 1 deletions
|
|
@ -2859,6 +2859,8 @@ ARDOUR_UI::add_route (Gtk::Window* float_window)
|
|||
|
||||
/* XXX do something with name template */
|
||||
|
||||
cerr << "Adding with " << input_chan << " in and " << output_chan << "out\n";
|
||||
|
||||
if (track) {
|
||||
session_add_audio_track (input_chan, output_chan, add_route_dialog->mode(), count);
|
||||
} else {
|
||||
|
|
|
|||
|
|
@ -5239,10 +5239,12 @@ Editor::split_region_at_points (boost::shared_ptr<Region> r, AnalysisFeatureList
|
|||
|
||||
if (can_ferret) {
|
||||
msg.add_button (_("Call for the Ferret!"), RESPONSE_APPLY);
|
||||
msg.set_secondary_text (_("Press OK to continue with this split operation\nor ask the Ferret dialog to tune the analysis"));
|
||||
} else {
|
||||
msg.set_secondary_text (_("Press OK to continue with this split operation"));
|
||||
}
|
||||
|
||||
msg.set_title (_("Excessive split?"));
|
||||
msg.set_secondary_text (_("Press OK to continue with this split operation\nor ask the Ferret dialog to tune the analysis"));
|
||||
msg.present ();
|
||||
|
||||
int response = msg.run();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue