Skip to content

vagelis08/plugin_OSC

 
 

Repository files navigation

OSC (OscQuery) Amethyst service plugin

License

This project is licensed under the GNU GPL v3 License

Overview

This is just a fork of the actual OSC plugin, modified to work with Dance Dash.

Downloads

You're going to find built plugins in repo Releases.

Build & Deploy

Both build and deployment instructions are available here.

  • Initialize git submodules: git submodule update --init --recursive
  • Open in Visual Studio and publish using the prepared publish profile
    (plugin_OSCPublishPublishOpen folder)
  • Copy the published plugin to the plugins folder of your local Amethyst installation
    or register by adding it to $env:AppData\Amethyst\amethystpaths.k2path
    {
     "external_plugins": [
         // Add the published plugin path here, this is an example:
         "F:\\source\\repos\\plugin_OSC\\plugin_OSC\\bin\\Release\\Publish"
     ]
    }

Wanna make one too? (K2API Devices Docs)

This repository contains templates for plugin types supported by Amethyst.
Install the templates by dotnet new install Amethyst.Plugins.Templates::1.2.0
and use them in Visual Studio (recommended) or straight from the DotNet CLI.
The project templates already contain most of the needed documentation,
although please feel free to check out the official wesite for more docs sometime.

The build and publishment workflow is the same as in this repo (excluding vendor deps).

About

Fork to support Dance Dash's OSC

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%