Professor-Melvin / ElgatoWaveLinkSDK

SDK For Elgato Wave Link Software
GNU General Public License v3.0
9 stars 1 forks source link

Wave Link 1.6 broke the SDK #33

Open oddbear opened 2 years ago

oddbear commented 2 years ago

It seems like the only thing working with version 1.6 of the Wave Link, is connecting.

Professor-Melvin commented 2 years ago

From having a quick look at their stream deck plugin files, they've changed quite a bit as they completely changed the stream deck actions.

I'll do a proper dive during the week and update the library

They've added a constants js file with all the strings I normally have to go digging for, so it shouldn't take too long to update the models

They've also removed some of the command by merging them together So I'll obsolete the current methods in replacement of the new ones But I'll make sure the old methods work for a version or so before removing them Which isn't tricky, just going to be annoying to do lol

oddbear commented 2 years ago

Guess we know now why the 1.6 broke the SDK: https://www.elgato.com/en/stream-deck-plus From what I see, this includes Wave Link support for mixing... just not any microphone.

Professor-Melvin commented 1 year ago

Okay so There are too many changes for me to try and obsolete the old stuff and just do the conversion in the sdk for the old methods So v5 is just not going to be backwards compatible

They've really changed quite a bit, like for the events instead of sending the whole object It just sends the parameter name and value now instead But I also can't seem to trigger some events like I could before So an example, changing the gain value doesn't trigger an event anymore

I'm off work this week so hoping to dive into this more to get it finished

eliasstepanik commented 1 year ago

Do you have any information on when the problem is expected to be resolved or if there is any Progress?