Servodecode LIbrary More Than 8 Channels

Has anyone modified the Servodecode library (thanks mem for your outstanding work byt the way)
to allow any more than 8 channel PPM decode?

My project requires 9 servo channels and Servodecode is really close to what I need. I am using a 10 Channel Rx board and have located the encoded PPM output connection and have been able to get 8 out of the 10 so-far with Servodecode as-is. I am fairly good at coding but I really hate re-inventing wheels.

Have you considered using two Arduino's? that communicate over I2C, SPI or Serial ...

Space and weight will not allow a second arduino. This will go into a small vehicle so space is at a premium.