mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
limited history depth (no GUI yet); more work on import dialog and semantics
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2361 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
6c2728f981
commit
f2a2e9c002
21 changed files with 355 additions and 180 deletions
|
|
@ -509,7 +509,7 @@ Mixer_UI::set_all_audio_visibility (int tracks, bool yn)
|
|||
continue;
|
||||
}
|
||||
|
||||
AudioTrack* at = strip->audio_track();
|
||||
boost::shared_ptr<AudioTrack> at = strip->audio_track();
|
||||
|
||||
switch (tracks) {
|
||||
case 0:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue