issues
search
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:
Create a
Play Action
at location
[1,1]
(ref: action 1).
Assign an audio track.
Create a 2nd
Play Action
at location
[1,2]
(ref: action 2).
Assign a different audio track.
Remove action 1.
Move action 2 to
[1,1]
(where action 1 was).
Play action 2 - Audio track is incorrect.
Steps to replicate bug:
Play Action
at location[1,1]
(ref: action 1).Play Action
at location[1,2]
(ref: action 2).[1,1]
(where action 1 was).