# File lib/extras/as_osc.rb, line 14
        def triangle(t)
                (@a-@i)*((t+@p)%@c*2/(@c) - 1).abs + @i
        end