GeekyEggo / SharpDeck

A .NET wrapper for the official Elgato Stream Deck SDK.
MIT License
25 stars 9 forks source link

Action instances contain incorrect settings #9

Closed GeekyEggo closed 5 years ago

GeekyEggo commented 5 years ago

Steps to replicate bug:

  1. Create a Play Action at location [1,1] (ref: action 1).
    1. Assign an audio track.
  2. Create a 2nd Play Action at location [1,2] (ref: action 2).
    1. Assign a different audio track.
  3. Remove action 1.
  4. Move action 2 to [1,1] (where action 1 was).
  5. Play action 2 - Audio track is incorrect.