SaifAqqad / VMR.ahk

AutoHotkey wrapper class for Voicemeeter's Remote API
https://saifaqqad.github.io/VMR.ahk/
40 stars 3 forks source link
ahk ahkpm-package autohotkey voicemeeter voicemeeter-api voicemeeter-remote

VMR.ahk

AutoHotkey wrapper class for Voicemeeter Remote API.

Getting Started

To use VMR.ahk in your script, follow one of the following methods:

A. ahkpm installation

  1. Install and set up ahkpm
  2. Run ahkpm install gh:SaifAqqad/VMR.ahk
  3. Include VMR in your script by running ahkpm include gh:SaifAqqad/VMR.ahk -f myScript.ahk
    Replace myScript.ahk with your script's path

B. Manual Installation

  1. Download the latest pre-built version from the dist folder / latest release or follow the build instructions below
  2. Include it using #Include VMR.ahk or copy it to a library folder and use #Include <VMR>

[!IMPORTANT] The current version of VMR only supports AHK v2, The AHK v1 version is still available on the v1 branch but will (probably) not receive any updates.

Basic usage

Build instructions

To build VMR.ahk, either run the vscode task Build VMR or run the build script using ahkpm or manually:

# ahkpm
ahkpm run build
# Manually
Autohotkey.exe ".\Build.ahk" ".\VMR.ahk" "..\dist\VMR.ahk" "<version number>"