diff options
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/seq_compiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/seq_compiler.py b/tools/seq_compiler.py index 18d5a1f..2e51574 100755 --- a/tools/seq_compiler.py +++ b/tools/seq_compiler.py @@ -437,7 +437,7 @@ class {class_name} : public Sequence {{ .effect = std::make_shared<{effect.class_name}>(ctx, std::vector<std::string>{{{inputs_str}}}, std::vector<std::string>{{{outputs_str}}}, - {effect.start}f, {effect.end}f), + {seq.start_time + effect.start}f, {seq.start_time + effect.end}f), .input_nodes = {{{inputs_str}}}, .output_nodes = {{{outputs_str}}}, .execution_order = {effect.execution_order} |
