Okay, I've just put up v64 of hijack at
http://rtr.ca/empeg/.
UPDATE: now v65
Please Note: this version uses a slightly different syntax in config.ini for IR translations, so If you've already defined some, you'll need to perform some fix-ups for them to work again.
Old syntax: ;xxxxxxxx:yyyyyyyy
New syntax: xxxxxxxx=yyyyyyyy
Old syntax: ;xxxxxxxx=yyyyyyyy:zzzzzzzz
New syntax: xxxxxxxx=yyyyyyyy,zzzzzzzz
Got it?
There's now also support for a new '[hijack]' parameter section in config.ini. Currently, only the following options are implemented:
[hijack]
temperature_correction=+4 ;default value shown (thermometer correction, degrees C)
volad_low=0x1800,100,0x1000,25,60 ;default value shown
voladj_medium=0x2000,409,0x1000,27,70 ;default value shown
voladj_high=0x2000,3000,0xc00,30,80 ;default value_shown
The voladj parms are those passed to hijack_voladj_intinit(): factor_per_second, minvol, headroom, real_silence, and fake_silence (respectively).
Have Fun!
-ml