Nothing to add and I'm not showing off (well, perhaps a little) but I'm glad to hear demand for absolute notes in Tables because Pulsar has them. I'm actually surprised that LSDJ doesn't. The problem for me when I looked at putting them into Pulsar was how to represent them in the Table given that;
00-7F = positive offset
FF-80 = negative offset
What I did was limit the positive and negative offsets to;
00-5F = positive offset
FF-B0 = negative offset
which gives you a range of (hex) 60 notes in either direction which more than exceeds the range of notes available.
I then use 60 to AF to represent absolute pitch, 60 being note 00, 6C being note 0C and so on.
Feel free to suggest it to Johan if you like the implementation.