Class ARGSETTER_WRAPPER
Defined in File PDJE_interface.hpp
Class Documentation
-
class ARGSETTER_WRAPPER
the realtime fx controller wrapper class for binded languages. the argsetter is basically unordered_map. but the binded languges can’t use that, so this wrapper exists. with this, you can control fx in realtime.
Public Functions
-
inline ARGSETTER_WRAPPER(FXControlPannel *pointer)
Construct a new argsetter wrapper object wraps the FXControlPannel object.
- Parameters:
pointer – the controlpannel object, you can get this from music handler.
-
~ARGSETTER_WRAPPER() = default
-
inline ARGSETTER_WRAPPER(FXControlPannel *pointer)