A sequential and parallel preprocessor
It would be nice to have a helper class that takes several pre-processors and applies them to the data one by one sequentially.
Recently, I have been working with madmom and I really like the idea of functions/classes API they provide + their processors API. We could have something similar throughout Bob generally I think.