mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 15:16:25 +01:00
part-way through getting the audioengine changes to compile
This commit is contained in:
parent
3d95822716
commit
9ac6bb9bef
43 changed files with 891 additions and 878 deletions
|
|
@ -117,7 +117,7 @@ RegionExportChannelFactory::RegionExportChannelFactory (Session * session, Audio
|
|||
: region (region)
|
||||
, track (track)
|
||||
, type (type)
|
||||
, frames_per_cycle (session->engine().frames_per_cycle ())
|
||||
, frames_per_cycle (session->engine().samples_per_cycle ())
|
||||
, buffers_up_to_date (false)
|
||||
, region_start (region.position())
|
||||
, position (region_start)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue