tgrey1 / Flex-Cabbage

Flex Cabbage - A system for easy and flexible Cabbage effect and instrument development
3 stars 1 forks source link

convert effect out macro to UDO on all effects #32

Closed tgrey1 closed 4 years ago

tgrey1 commented 4 years ago
$ grep -r EFFECT_OUT * | grep -v define | grep -v effect.inc | wc -l
      41
tgrey1 commented 4 years ago

While at it, move bypass into FlexEffectOut[s]. No longer need bypass.xml, will have to convert all imported widgets. Worth it.

tgrey1 commented 4 years ago
$  grep -r EFFECT_OUT * | grep -v define | grep -v effect.inc | wc -l
       0

Bypass vis code moved into FlexEffectOut[s]. Starting the widget removal process now.

tgrey1 commented 4 years ago

All references to bypass.xml and widgets removed:

$ grep -r bypass.xml * | cut -f 1 -d ":" | sort -u | wc -l
       0

xml file deleted.