mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Mostly Cosmetic/Design changes to bring trunk and midi branch closer
git-svn-id: svn://localhost/ardour2/branches/midi@733 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9d5d82b4df
commit
79fc27de2e
71 changed files with 406 additions and 908 deletions
|
|
@ -29,7 +29,7 @@
|
|||
#include <ardour/track.h>
|
||||
|
||||
#include "streamview.h"
|
||||
#include "regionview.h"
|
||||
#include "region_view.h"
|
||||
#include "route_time_axis.h"
|
||||
#include "canvas-waveview.h"
|
||||
#include "canvas-simplerect.h"
|
||||
|
|
@ -260,7 +260,7 @@ StreamView::playlist_state_changed (Change ignored)
|
|||
}
|
||||
|
||||
void
|
||||
StreamView::diskstream_changed (void *src_ignored)
|
||||
StreamView::diskstream_changed ()
|
||||
{
|
||||
Track *t;
|
||||
|
||||
|
|
@ -309,7 +309,7 @@ StreamView::region_layered (RegionView* rv)
|
|||
}
|
||||
|
||||
void
|
||||
StreamView::rec_enable_changed (void *src)
|
||||
StreamView::rec_enable_changed ()
|
||||
{
|
||||
Gtkmm2ext::UI::instance()->call_slot (mem_fun (*this, &StreamView::setup_rec_box));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue