jbilcke-hf / clapper

Clapper.app, a video synthesizer and sequencer designed for the age of AI cinema
https://clapper.app
GNU General Public License v3.0
1.96k stars 178 forks source link

Refactoring: expose the content of the ClapMeta directly into useTimeline #90

Closed jbilcke-hf closed 2 weeks ago

jbilcke-hf commented 2 weeks ago

Context

Currently a clap file is super simple to understand: all the meta information is in the ClapMeta object

But within Clapper itself, this information is difficult to graph and access:

This make features such as react width, height, orientation, BPM, FPS etc.. difficult to work with

Solution

jbilcke-hf commented 2 weeks ago

done