diff options
author | André Nusser <andre.nusser@googlemail.com> | 2016-07-13 17:26:10 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2016-07-13 17:28:11 +0200 |
commit | d71485534d3a683cae4993815f59ff68263a6751 (patch) | |
tree | cf1b487fc405cde4e2c1c391d6edc57fa529fea7 /src/drumgizmo.h | |
parent | 633bac9e82aef192a803666aaf3d3dcff920ac0c (diff) |
Remove the run(int endpos) method from drumgizmo.
Insert the code directly instead.
Diffstat (limited to 'src/drumgizmo.h')
-rw-r--r-- | src/drumgizmo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drumgizmo.h b/src/drumgizmo.h index 63c0fb6..8ad77d3 100644 --- a/src/drumgizmo.h +++ b/src/drumgizmo.h @@ -55,7 +55,6 @@ public: bool init(); - void run(int endpos); bool run(size_t pos, sample_t *samples, size_t nsamples); void stop(); |