mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
make meters work again, mistaken comment left in place last time
git-svn-id: svn://localhost/trunk/ardour2@242 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2fcdf14e2b
commit
ec13ef02b0
1 changed files with 1 additions and 1 deletions
|
|
@ -501,7 +501,7 @@ ARDOUR_UI::every_point_one_seconds ()
|
|||
timersub (&now, &last_peak_grab, &diff);
|
||||
|
||||
if ((diff.tv_usec + (diff.tv_sec * 1000000)) >= engine->usecs_per_cycle()) {
|
||||
// IO::GrabPeakPower(); /* EMIT_SIGNAL */
|
||||
IO::GrabPeakPower(); /* EMIT_SIGNAL */
|
||||
last_peak_grab = now;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue