From 0e59f90e2396190ec3e3a7195bac9c79e12fd6cc Mon Sep 17 00:00:00 2001 From: Sander Vocke Date: Tue, 23 Jul 2024 13:23:38 +0200 Subject: Add CC-controller openness parameter for hi-hats. --- src/instrument.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/instrument.h') diff --git a/src/instrument.h b/src/instrument.h index c06ccdc..f0b12e2 100644 --- a/src/instrument.h +++ b/src/instrument.h @@ -49,7 +49,7 @@ public: Instrument(Settings& settings, Random& rand); ~Instrument(); - const Sample* sample(level_t level, size_t pos); + const Sample* sample(level_t level, float openness, std::size_t pos); std::size_t getID() const; const std::string& getName() const; -- cgit v1.2.3