read

Polyphonic, Polyrythmic, Polymetric sequencer - read value for given step/value idx, inlets should be supplied from polyseq/track
Author: Mark Harris
License: GPL
Github: tb/seq/polyseq/read.axo

Inlets

int32.positive trkIdx

int32.positive stepIdx

int32.positive valueIdx

Outlets

frac32 stepValue

Attributes

objref seq

Control Rate
uint32_t valueIdx = inlet_valueIdx < attr_seq.numValues_
                        ? inlet_valueIdx
                        : attr_seq.numValues_ - 1;

outlet_stepValue = attr_seq.seqValue_[inlet_trkIdx][inlet_stepIdx][valueIdx];

Privacy

© 2024 Zrna Research