summaryrefslogtreecommitdiff
path: root/src/instrument.h
diff options
context:
space:
mode:
authorAndré Nusser <anusser@mpi-inf.mpg.de>2021-02-13 11:42:11 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2023-02-19 17:16:47 +0100
commit1697a5793bb6c828fccccefce9ac2ea686f15512 (patch)
tree29926124e18363282fcb0d84d7779d3295589d69 /src/instrument.h
parentfa0f4a2af7ef1c900e279ead72122f9d652b6959 (diff)
Initial compiling version of sample selection with position.
Diffstat (limited to 'src/instrument.h')
-rw-r--r--src/instrument.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/instrument.h b/src/instrument.h
index c06ccdc..89918de 100644
--- a/src/instrument.h
+++ b/src/instrument.h
@@ -49,7 +49,8 @@ public:
Instrument(Settings& settings, Random& rand);
~Instrument();
- const Sample* sample(level_t level, size_t pos);
+ // FIXME: variable naming
+ const Sample* sample(level_t level, float position, std::size_t pos);
std::size_t getID() const;
const std::string& getName() const;