Sequence editor code cleanup

* The logic in some parts of the sequencer code was rather cryptic, so I cleaned it up a bit.
* There should be no functional changes what so ever from these changes.
This commit is contained in:
Janne Karhu 2010-10-30 21:55:17 +00:00
parent c2b9dfaff2
commit 97d2ca8a33
2 changed files with 259 additions and 385 deletions

@ -46,6 +46,11 @@ struct StripElem;
#define BUILD_SEQAR_COUNT_CURRENT 1
#define BUILD_SEQAR_COUNT_CHILDREN 2
#define EARLY_NO_INPUT -1
#define EARLY_DO_EFFECT 0
#define EARLY_USE_INPUT_1 1
#define EARLY_USE_INPUT_2 2
/* sequence iterator */
typedef struct SeqIterator {

File diff suppressed because it is too large Load Diff