mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
remove final reference to jack headers
This commit is contained in:
parent
dc0723655e
commit
68c5f05704
2 changed files with 1 additions and 2 deletions
|
|
@ -1469,7 +1469,7 @@ Editor::update_punch_range_view ()
|
||||||
|
|
||||||
if (_session->config.get_punch_in()) {
|
if (_session->config.get_punch_in()) {
|
||||||
transport_punch_range_rect->set_x0 (sample_to_pixel (tpl->start()));
|
transport_punch_range_rect->set_x0 (sample_to_pixel (tpl->start()));
|
||||||
transport_punch_range_rect->set_x1 (_session->config.get_punch_out() ? sample_to_pixel (tpl->end()) : sample_to_pixel (JACK_MAX_FRAMES));
|
transport_punch_range_rect->set_x1 (_session->config.get_punch_out() ? sample_to_pixel (tpl->end()) : sample_to_pixel (max_framepos));
|
||||||
} else {
|
} else {
|
||||||
transport_punch_range_rect->set_x0 (0);
|
transport_punch_range_rect->set_x0 (0);
|
||||||
transport_punch_range_rect->set_x1 (_session->config.get_punch_out() ? sample_to_pixel (tpl->end()) : v.width ());
|
transport_punch_range_rect->set_x1 (_session->config.get_punch_out() ? sample_to_pixel (tpl->end()) : v.width ());
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,6 @@
|
||||||
#include <gtkmm/box.h>
|
#include <gtkmm/box.h>
|
||||||
#include <gtkmm/window.h>
|
#include <gtkmm/window.h>
|
||||||
#include <gtkmm/actiongroup.h>
|
#include <gtkmm/actiongroup.h>
|
||||||
#include <jack/types.h>
|
|
||||||
#include <sigc++/signal.h>
|
#include <sigc++/signal.h>
|
||||||
|
|
||||||
#include "evoral/types.hpp"
|
#include "evoral/types.hpp"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue