Coder Social home page Coder Social logo

jaime-dangelmeier / voicemeeterwrapper Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tocklime/voicemeeterwrapper

0.0 0.0 0.0 35 KB

A c# wrapper to the voice meeter remote, and an example client program to make the lights on my nanoKONTROL2 surface light up in sync with voicemeeter.

License: MIT License

C# 100.00%

voicemeeterwrapper's Introduction

VoiceMeeter Wrapper and simple client application to interface with nanokontrol 2

Build info

Open the project in Visual Studio, run 'VoiceMeeterControl'. This relies on Voicemeeter being installed, and that the code in /VoiceMeeterWrapper/VmClient.cs function GetVoiceMeeterDir() can find your voicmeeter install (works for me!)

Config info

The config file is made up of lines. There are 2 types of line:

  1. A line beginning MIDI Device: will set the midi device to use. Multiple instances of a line like this won't do anything useful (Only the last will have an effect)
  2. A binding line of the form {Midi Id} [{Range}] [toggle] [{Binding}] {VM Id} [{Range}] ;
    1. A Midi ID is an integer.
    2. A Range is two integers with .. between. If specified, the range on the left will be scaled to the range on the right. You can use this to invert a slider by having a range on one side like 127..0 and 0..127 on the other. If range is not specified, then it defaults to 0..127 for the board side and 0..1 for the Voicemeeter side.
    3. A Binding is one of <=>, <= or =>. This controls which side updates the other (or both)
    4. A VM ID is something like Strip[0].Gain.

You can see a relatively complete config file at /VoiceMeeterControl/config.txt

voicemeeterwrapper's People

Contributors

tocklime avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.