mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-12 10:50:01 +01:00
until issue #32 is resolved
This commit is contained in:
@@ -333,7 +333,7 @@ sample_info *sample_skeleton_new(long startFrame, long endFrame)
|
||||
si->marker_end = 0;
|
||||
si->loopcount = 0;
|
||||
si->effect_toggle = 1;
|
||||
si->subrender = 1;
|
||||
// si->subrender = 1; FIXME
|
||||
si->edit_list_file = sample_default_edl_name(si->sample_id);
|
||||
|
||||
sample_eff_chain *sec = (sample_eff_chain*) vj_calloc(sizeof(sample_eff_chain) * SAMPLE_MAX_EFFECTS );
|
||||
|
||||
Reference in New Issue
Block a user