-
-
Notifications
You must be signed in to change notification settings - Fork 70
Home
BarRaider edited this page Mar 24, 2021
·
6 revisions
C# library that wraps all the communication with the Stream Deck App, allowing you to focus on actually writing the Plugin's logic.
Author's website and contact information: https://barraider.com
- Encapsulates all the communicating with the Stream Deck, getting a plugin working on the Stream Deck only requires implementing the PluginBase class.
- Sample plugin now included in this project on Github
- Built-in integration with NLog. Use
Logger.LogMessage()
for logging. - Auto-populate user settings which were modified by the Property Inspector
- Access the Global Settings from anywhere in your code
- Simplified working with filenames from the Stream Deck SDK.
-
PluginActionId
attribute let's you easily associate your code to a specific action defined in the manifest.json - Large set of helper functions to simplify creating images and sending them to the Stream Deck.
- Home
- Getting Started
- Basic Samples/Examples
- Subscribing to events
- Global Settings
- User Settings
-
ISDConnection Object(In progress) -
Helper Functions(In progress) - Advanced Examples
Next Topic: Getting Started
© Copyright 2021 By BarRaider