Can now export the time code/actions from Reaper as json data and the storyboard will play them.

This commit is contained in:
Zed A. Shaw 2025-11-12 11:42:22 -05:00
parent b5280b4a4d
commit c486db5a57
6 changed files with 51 additions and 16 deletions

View file

@ -13,8 +13,10 @@ namespace storyboard {
cinematic::Camera $camera;
std::shared_ptr<sf::Sound> $audio;
std::string $zoom_target = "a";
int $moving = false;
std::vector<std::string> $cell_names;
bool $moving = false;
int cur_beat = 0;
components::Storyboard $story;
std::string $layout;
UI();