mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
Expose resampler quality (read-only)
This commit is contained in:
parent
64160e755d
commit
0253f3b4e4
1 changed files with 1 additions and 0 deletions
|
|
@ -154,6 +154,7 @@ public:
|
|||
|
||||
static pframes_t cycle_nframes () { return _cycle_nframes; }
|
||||
static double speed_ratio () { return _speed_ratio; }
|
||||
static uint32_t resampler_quality () { return _resampler_quality; }
|
||||
|
||||
protected:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue