mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
remove all trace of SAE from source code.
This had become incoherent over time, and posed a development hazard and burden going forward
This commit is contained in:
parent
bc487bb4b0
commit
6991a07902
25 changed files with 290 additions and 457 deletions
|
|
@ -290,7 +290,6 @@ Editor::Editor ()
|
|||
, _track_canvas_viewport (0)
|
||||
, within_track_canvas (false)
|
||||
, _verbose_cursor (0)
|
||||
, logo_item (0)
|
||||
, tempo_group (0)
|
||||
, meter_group (0)
|
||||
, marker_group (0)
|
||||
|
|
@ -3486,11 +3485,7 @@ Editor::cycle_edit_mode ()
|
|||
{
|
||||
switch (Config->get_edit_mode()) {
|
||||
case Slide:
|
||||
if (Profile->get_sae()) {
|
||||
Config->set_edit_mode (Lock);
|
||||
} else {
|
||||
Config->set_edit_mode (Ripple);
|
||||
}
|
||||
Config->set_edit_mode (Ripple);
|
||||
break;
|
||||
case Splice:
|
||||
case Ripple:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue