CZDanol / StreamDeck-DiscordVolumeMixer2

Discord Volume Mixer plugin for StreamDeck
GNU General Public License v3.0
50 stars 4 forks source link

Fix for StreamDeck 6.5-onwards (Change of dialPress to dialDown/dialUp) #24

Closed FynnleyNeko closed 5 months ago

FynnleyNeko commented 6 months ago

StreamDeck 6.1 split the event dialPress into dialDown/dialUp and deprecrated dialPress, after 6.5 dialPress was fully deleted. To maintain compatibility with modern StreamDeck versions I reflected this change in the code.

This breaks compatibility pre-6.1

CZDanol commented 6 months ago

Great, thank you very much :) Looks okay. I'll test it once I get home, then merge it and release.