WIP
DirectOutput framework for virtual pinball cabinets WIP
|
Go to: Overview |
Effects which influence the trigger value, before a target effect is called. More...
Classes | |
class | ValueInvertEffect |
Inverts the trigger value of the effect before the target effect is called (e.g. 0 becomes 255, 255 becomes 0, 10 becomes 245). More... | |
class | ValueMapFullRangeEffect |
This effects maps the trigger value to the full range of 0 - 255. If the trigger value is 0, the mapped trigger value for the target effect is also 0. If the trigger value is >0, the mapped trigger value for the target effect is 255. More... | |
Effects which influence the trigger value, before a target effect is called.