I'm considering an API addition that allows:
anim = amp.Animation([block], fps=fps)
where fps gets passed to the constructor of Timeline when no timeline is passed.
Another option is to allow Timeline to accept an integer for t so one would do:
anim = amp.Animation([block], Timeline(len(block), fps=fps))
cc @TomNicholas Thoughts?
I'm considering an API addition that allows:
where
fpsgets passed to the constructor of Timeline when no timeline is passed.Another option is to allow
Timelineto accept an integer fortso one would do:cc @TomNicholas Thoughts?