Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uhkayla/dawrichpresence
A silly plugin for Discord Rich Presence in VST3 format using NPlug.
https://github.com/uhkayla/dawrichpresence
Last synced: 22 days ago
JSON representation
A silly plugin for Discord Rich Presence in VST3 format using NPlug.
- Host: GitHub
- URL: https://github.com/uhkayla/dawrichpresence
- Owner: uhKayla
- Created: 2024-05-27T21:24:20.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-27T23:37:33.000Z (8 months ago)
- Last Synced: 2024-11-01T05:42:09.360Z (2 months ago)
- Language: C#
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DAW Rich Presence
The idea of this plugin is to provide Discord rich presence functionality in the form of a VST3 plugin.
### How it works
Two components are used, the primary plugin itself, and a service executable. These two components talk over a pipe to transmit data about the current session, such as the state of the DAW, and other quirks. The plugin automatically launches the service executable with a flag stating the type of host we are using, in order to select the correct Client ID with Discord's RPC.Note that this plugin is in an unusable development state, I am not responsible for blowing up your projects as this is purely development only. This is a pet-project of mine that will likely never be finished :).
Uses:\
NPlug\
NativeAOT\
.NET\
DiscordRPC for .NET