diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2016-04-24 16:19:31 +0300 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2016-04-24 16:19:31 +0300 |
commit | 891edbd533acdffec66416c59f4b6066e5e18aaa (patch) | |
tree | e88c14219a4b83148f78d047ced1d6d631644169 /visualizer.h | |
parent | 444132edd056cd52a60e3551d1f6c1a07909c040 (diff) |
Add function for running the next keyframe
Diffstat (limited to 'visualizer.h')
-rw-r--r-- | visualizer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/visualizer.h b/visualizer.h index 82d7a71d37..5375e0130f 100644 --- a/visualizer.h +++ b/visualizer.h @@ -106,6 +106,9 @@ extern GDisplay* LED_DISPLAY; void start_keyframe_animation(keyframe_animation_t* animation); void stop_keyframe_animation(keyframe_animation_t* animation); +// This runs the next keyframe, but does not update the animation state +// Useful for crossfades for example +void run_next_keyframe(keyframe_animation_t* animation, visualizer_state_t* state); // Some predefined keyframe functions that can be used by the user code // Does nothing, useful for adding delays |