Added back some functionality to the sequencer

- removed static vars _last_seq, last_imagename and last_sounddir, replacing them with with vars in the "Editing" struct. didnt manage to get the active sequence to load so currently thats lost when loading.
- removed flag SEQ_ACTIVE
- Added operators cut, mute, unmute, deselect_all, select_invert, select, select_more, select_less, select_pick_linked, select_linked and borderselect.
This commit is contained in:
2009-01-19 21:42:18 +00:00
parent c3434c8d61
commit 999d9d146e
12 changed files with 1230 additions and 602 deletions

View File

@@ -192,8 +192,6 @@ void seq_free_editing(Editing *ed)
if(ed==NULL)
return;
//XXX set_last_seq(NULL); /* clear_last_seq doesnt work, it screws up free_sequence */
SEQ_BEGIN(ed, seq) {
seq_free_sequence(seq);