From 0f69d504792776967b61f8987ad458c48b4a322f Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Sun, 29 Jul 2018 20:52:26 -0700 Subject: Implemented optional soft panning support for the included chip emulators, disabled by default. --- include/adlmidi.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/adlmidi.h') diff --git a/include/adlmidi.h b/include/adlmidi.h index 77fbe74..aa6aa52 100644 --- a/include/adlmidi.h +++ b/include/adlmidi.h @@ -364,6 +364,13 @@ extern void adl_setFullRangeBrightness(struct ADL_MIDIPlayer *device, int fr_bri */ extern void adl_setLoopEnabled(struct ADL_MIDIPlayer *device, int loopEn); +/** + * @brief Enable or disable soft panning with chip emulators + * @param device Instance of the library + * @param softPanEn 0 - disabled, 1 - enabled + */ +extern void adl_setSoftPanEnabled(struct ADL_MIDIPlayer *device, int softPanEn); + /** * @brief [DEPRECATED] Enable or disable Logarithmic volume changer * -- cgit v1.2.3