mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 06:06:25 +01:00
fix missing waveviews in tape region views while recording (until reload)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3027 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3c3d4580bc
commit
2ea0562416
2 changed files with 3 additions and 3 deletions
|
|
@ -888,8 +888,8 @@ AudioRegionView::create_one_wave (uint32_t which, bool direct)
|
||||||
void
|
void
|
||||||
AudioRegionView::peaks_ready_handler (uint32_t which)
|
AudioRegionView::peaks_ready_handler (uint32_t which)
|
||||||
{
|
{
|
||||||
//Gtkmm2ext::UI::instance()->call_slot (bind (mem_fun(*this, &AudioRegionView::create_one_wave), which, false));
|
Gtkmm2ext::UI::instance()->call_slot (bind (mem_fun(*this, &AudioRegionView::create_one_wave), which, false));
|
||||||
cerr << "AudioRegionView::peaks_ready_handler() called on " << which << " this: " << this << endl;
|
// cerr << "AudioRegionView::peaks_ready_handler() called on " << which << " this: " << this << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __ardour_svn_revision_h__
|
#ifndef __ardour_svn_revision_h__
|
||||||
#define __ardour_svn_revision_h__
|
#define __ardour_svn_revision_h__
|
||||||
static const char* ardour_svn_revision = "3024";
|
static const char* ardour_svn_revision = "3025";
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue