Up and down fader values with line

Hi

How to avoid the repetition of the 1 value ?

live_loop :test_osc do
   
  osc "/fader_1" , (line 0, 1, steps: 11, inclusive: true).mirror.tick
  sleep 0.1
end

ps : i install spi 3.3dev on ubuntu 20.04.1. Can’t copy the output from the log / journal. It’s not very pratique.
Cheers

Hi @nlb,

try .reflect instead of .mirror :slight_smile:

:+1:
a new feature ? or an old one that i missed ?
edit : No help on it so i guess a new command
Edit 2 (le retour) : i install spi 3.3dev on ubuntu 20.04.1. i can copy the output from the log / journal. It’s useful.
Thanks