Can now export the time code/actions from Reaper as json data and the storyboard will play them.
This commit is contained in:
parent
b5280b4a4d
commit
c486db5a57
6 changed files with 51 additions and 16 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue