First time here? Check out the FAQ!
x

is the timeOffset module replaced, deprecated.....?

0 votes
255 views
pretty much what it says above...:D
asked Jul 22, 2015 in Using Kyma by marinos-giannoukakis (150 points)

1 Answer

0 votes

Yes, the SetDuration Sound has replaced the TimeOffset Sound.

The SetDuration schedules its Input to start at StartTime (relative to the start time of the SetDuration itself) and stop after it has been active for Duration.

If you set the Duration of a SetDuration to 2 years you will get exactly the behavior of the TimeOffset.

SetDuration is used for scheduling a Sound to start at a time other than time zero. If you want a classic signal delay, you should use the DelayWithFeedback Sound instead.

answered Jul 23, 2015 by ssc (Savant) (128,200 points)
And what will happen after the 2 years....? hahaha...great thanks.....no is not the classic signal delay is Sounds time scheduling....:D
...