I just want to share what I've been able to do with the HOWL file format used in CTR. I've created a tool that can currently extract the sequence packs (working on getting the other stuff done such as sample pack extraction)
HowlDataExtractor on GitHub
I've also figured out some of the format as well, currently working on properly documenting it (I currently have a messy txt file).
I'll probably need some help converting these HOWL sequences to SMF/MIDI files because I'm unfamiliar with the format myself

It extracts using the .seq file extension but this isn't the SEQp format btw.
This should in theory work with any KART.HWL file, I've only tested it with the review build of CTR so far.
EDIT: I've added some notes here if you are curious what the format looks like.
EDIT2: Well I took a look at MIDI's spec and figured out a lot of the track format, still working on actually converting this to MIDI but I'm pleased to say I've figured out the most important bits out - note on and note off (this is Crash Cove's guitar, if you follow along it fits)

