1,372 questions
1,489 answers
3,328 comments
265 users
http://kyma.symbolicsound.com/qa/?qa=blob&qa_blobid=3041581249605891469
How can I create ramps between two specific values set with interpolateFrom: to:? So far I can only manage to create ramps that go from 0-1/1-0 and interpolateFrom: to: jumps straight to values but without ramping.. Thanks, e.
One way to do this would be to smooth the receiver of the intepolateFrom:to: message. For example, you could do:
(!Position smooth: 5 s) interpolateFrom: !Value0 to: !Value1