summaryrefslogtreecommitdiff
path: root/rotord/src/rotor.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-11-21 16:10:21 +0000
committerTim Redfern <tim@eclectronics.org>2013-11-21 16:10:21 +0000
commit6a9e9a8f44ca5b9996acd239ddb16ee4f00f00d5 (patch)
tree30811251f81379abc3b987ee112fe0d114e3b445 /rotord/src/rotor.h
parentf884e52ba3e454cbe0f1ac5bfd288083b47a237c (diff)
intensity segmenter level redistribution
Diffstat (limited to 'rotord/src/rotor.h')
-rw-r--r--rotord/src/rotor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h
index 624e0f0..e882c05 100644
--- a/rotord/src/rotor.h
+++ b/rotord/src/rotor.h
@@ -584,7 +584,7 @@ namespace Rotor {
return nullptr;
}
//cut mode
- //for (uint32_t i=0;i<image_inputs.size();i++){
+ //for (uint32_t i=0;i<image_inputs.size();i++){ //this skipped a beat for some reason
int whichinput=(((int)inputs[0]->get((Time_spec)frame)))%image_inputs.size(); //+i
Image *in=image_inputs[whichinput]->get(inframe);
if (in) return in;