diff options
Diffstat (limited to 'src/sample_selection.h')
-rw-r--r-- | src/sample_selection.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sample_selection.h b/src/sample_selection.h index c7ac709..be93bd8 100644 --- a/src/sample_selection.h +++ b/src/sample_selection.h @@ -40,7 +40,8 @@ public: SampleSelection(Settings& settings, Random& rand, const PowerList& powerlist); void finalise(); - const Sample* get(float power, float instrument_power_span, float position, std::size_t pos); + const Sample* get(float power, float instrument_power_span, float position, + float instrument_position_span, std::size_t pos); private: Settings& settings; |