mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
change frames_per_pixel to samples_per_pixel
This commit is contained in:
parent
e5a3747686
commit
b05968fb4e
43 changed files with 172 additions and 174 deletions
|
|
@ -108,7 +108,7 @@ MidiStreamView::create_region_view (boost::shared_ptr<Region> r, bool /*wfd*/, b
|
|||
}
|
||||
|
||||
RegionView* region_view = new MidiRegionView (_canvas_group, _trackview, region,
|
||||
_frames_per_pixel, region_color);
|
||||
_samples_per_pixel, region_color);
|
||||
|
||||
region_view->init (region_color, false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue