# File lib/extras/as_osc.rb, line 6
def
sin
(
t
) (
@a
-
@i
)
*
(
Math
.
sin
(
2
*
Math
::
PI
*
(
t
+
@p
)
/
@c
)
+
1
)
/
2
+
@i
end