I found that synth_column_integer_sequence() is happy to do numeric sequences. For example, this works:
{{ synth_column_integer_sequence(name="quarter_steps", step=0.25, start=1) }}
Might make sense to rename this macro to synth_column_numeric_sequence(), or to implement it separately then enforce integer steps in synth_column_integer_sequence()?
I found that
synth_column_integer_sequence()is happy to do numeric sequences. For example, this works:Might make sense to rename this macro to
synth_column_numeric_sequence(), or to implement it separately then enforce integer steps insynth_column_integer_sequence()?