counter and decimal values

Hans Mittendorf's icon

Hi,

I have a patch where metro outputs a bang to counter and select takes the value to trigger a note. All this is in integers.

I would like to do this with floating point. How could I build a patch, so that counter counts in decimals and select extracts a decimal number which would than be used to send a 'midi number' between 0 and 127?

Gregory Taylor's icon

Multiply/divide by 100.

Bas van der Graaff's icon

Yep, use [scale] after the counter...